| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 | 2 | -4/+4 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 2 | -3/+11 |
| * | Change catalog version due to WAL protocol changes in GiST | Teodor Sigaev | 2006-05-17 | 1 | -2/+2 |
| * | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 2 | -16/+14 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 3 | -30/+35 |
| * | Add GIN opclases for another types | Teodor Sigaev | 2006-05-02 | 4 | -5/+341 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 7 | -24/+99 |
| * | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 | 1 | -1/+2 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -2/+2 |
| * | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 | 1 | -2/+2 |
| * | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 | 2 | -8/+2 |
| * | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 | 2 | -2/+8 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 2 | -5/+3 |
| * | Update catalog version for ltree changes. | Bruce Momjian | 2006-04-26 | 1 | -2/+2 |