| Age | Commit message (Expand) | Author |
| 2006-02-11 | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane |
| 2006-02-11 | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian |
| 2006-02-11 | Revert based on Tom's recommendation: | Bruce Momjian |
| 2006-02-11 | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-05 | Improve my initial, rather hacky implementation of joins to append | Tom Lane |
| 2006-02-04 | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan |
| 2006-02-03 | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian |
| 2006-02-03 | Prevent COPY from using newline or carriage return as delimiter or null. | Bruce Momjian |
| 2006-01-30 | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-19 | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane |
| 2006-01-18 | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-16 | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway |
| 2006-01-13 | Document that CREATE OPERATOR CLASS amounts to granting public execute | Tom Lane |
| 2006-01-13 | Require the issuer of CREATE TYPE to own the functions mentioned in the | Tom Lane |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
| 2006-01-04 | Fix another case in which autovacuum would fail while analyzing | Tom Lane |
| 2005-12-28 | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian |
| 2005-12-27 | Our code had: | Bruce Momjian |
| 2005-12-23 | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state | Peter Eisentraut |
| 2005-12-14 | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane |
| 2005-12-03 | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane |
| 2005-11-29 | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane |
| 2005-11-26 | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-22 | DROP DATABASE IF EXISTS variant | Andrew Dunstan |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-20 | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane |
| 2005-11-19 | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-11-04 | Disregard superuserness when checking to see if a role GRANT would | Tom Lane |
| 2005-11-03 | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera |
| 2005-10-29 | Message corrections | Peter Eisentraut |
| 2005-10-21 | Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were | Tom Lane |
| 2005-10-18 | A few trivial code cleanups motivated by reading warnings generated | Tom Lane |
| 2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-10 | Use a safer order of operations in dropdb(): rollbackable operations, | Tom Lane |
| 2005-10-06 | Minor API cleanup for async notifications: we can only register the | Neil Conway |
| 2005-10-03 | COPY's test for read-only transaction was backward; it prohibited COPY TO | Tom Lane |
| 2005-10-03 | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane |
| 2005-10-03 | Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-22 | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane |