| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 2 | -3/+7 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 5 | -151/+207 |
| * | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 | 3 | -5/+10 |
| * | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane | 2006-12-28 | 1 | -1/+2 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 2 | -13/+5 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 9 | -1770/+1619 |
| * | Catalog version bump for SQL/XML changes. | Peter Eisentraut | 2006-12-21 | 1 | -2/+2 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 3 | -3/+32 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 2 | -6/+8 |
| * | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 | 1 | -2/+2 |
| * | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 | 1 | -4/+2 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 2 | -3/+5 |
| * | Mark to_char(timestamp without timezone) as stable, not immutable, since its | Tom Lane | 2006-11-28 | 1 | -10/+10 |
| * | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 2 | -4/+4 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 5 | -44/+43 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 12 | -138/+138 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 2 | -3/+31 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 2 | -4/+6 |
| * | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 2 | -3/+7 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 4 | -35/+61 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 1 | -2/+2 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 4 | -15/+21 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 1 | -2/+3 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 2 | -5/+7 |
| * | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera | 2006-08-20 | 1 | -1/+16 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 2 | -3/+5 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 2 | -5/+7 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -2/+2 |
| * | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 1 | -2/+2 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 1 | -3/+6 |
| * | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 | 3 | -4/+13 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -2/+2 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 3 | -25/+25 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 5 | -13/+76 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 3 | -5/+59 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 3 | -10/+13 |
| * | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 | 1 | -2/+2 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 2 | -3/+5 |
| * | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 | 7 | -37/+68 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -2/+2 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 3 | -9/+3 |
| * | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 | 2 | -3/+33 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 4 | -19/+28 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 7 | -51/+41 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 7 | -25/+43 |
| * | Add missing #include directive: pg_constraint.h declares some functions | Neil Conway | 2006-06-28 | 1 | -1/+3 |
| * | Revert patch, doesn't do what it should: | Bruce Momjian | 2006-06-27 | 2 | -8/+2 |
| * | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian | 2006-06-27 | 2 | -2/+8 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -5/+5 |
| * | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 | 1 | -2/+1 |