| Age | Commit message (Expand) | Author |
| 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 |
| 2005-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-09-02 | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane |
| 2005-09-01 | Fix unportable uses of <ctype.h> functions. Per Sergey Koposov. | Tom Lane |
| 2005-08-30 | DropTableSpace forgot to remove dependency on tablespace's owner. | Tom Lane |
| 2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
| 2005-08-24 | Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete | Tom Lane |
| 2005-08-23 | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane |
| 2005-08-23 | Fix wrong dependency on owner created by ALTER OPCLASS OWNER. | Tom Lane |
| 2005-08-22 | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane |
| 2005-08-22 | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-08-08 | Fix crash when reading 'timezone = unknown' from postgresql.conf during | Tom Lane |