| Age | Commit message (Expand) | Author |
| 2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
| 2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane |
| 2004-11-18 | Back-patch fix for ALTER DATABASE failing to flush pg_database changes | Tom Lane |
| 2003-07-17 | For COMMENT ON DATABASE where database name is unknown or not the current | Tom Lane |
| 2003-06-06 | Add defense in assign_session_authorization() against trying to do | Tom Lane |
| 2003-05-19 | Back-patch change to avoid O(N^2) behavior with lots of deferred triggers, | Tom Lane |
| 2003-04-25 | Back-patch fixes for zero-column tables in COPY, pg_dump. | Tom Lane |
| 2003-04-25 | Make [VACUUM] ANALYZE safe on zero-column tables. | Tom Lane |
| 2003-04-21 | Prevent palloc(0) error when parent table has zero columns. | Tom Lane |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2003-03-03 | Prevent clustering on incomplete indexes: partial indexes are verboten, | Tom Lane |
| 2003-02-18 | Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes | Tom Lane |
| 2003-02-01 | Remove restriction that cast functions cannot be volatile. This | Tom Lane |
| 2003-02-01 | Fix assign_session_authorization() to not be confused by all-numeric | Tom Lane |
| 2003-01-23 | Fix obsolete error message (isImmutable doesn't exist). | Tom Lane |
| 2002-12-16 | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane |
| 2002-12-12 | Back-patch fix to prevent core dump in EXPLAIN if optimizer has | Tom Lane |
| 2002-12-06 | Explain's code for showing quals of SubqueryScan nodes has been broken | Tom Lane |
| 2002-12-02 | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane |
| 2002-12-01 | Repair coredump in COPY OUT when client encoding is different from | Tom Lane |
| 2002-11-02 | Code review for recent patch to allow ALTER TABLE ADD COLUMN when | Tom Lane |
| 2002-11-02 | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane |
| 2002-11-02 | Remove encoding lookups from grammar stage, push them back to places | Tom Lane |
| 2002-11-02 | Fix permissions-checking bugs and namespace-search-path bugs in | Tom Lane |
| 2002-11-01 | Reduce messages associated with shell-type function arguments/results | Tom Lane |
| 2002-10-31 | Fix miscalculation of remaining free space during tuple chain moving. | Tom Lane |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-21 | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian |
| 2002-10-21 | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-19 | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane |
| 2002-10-19 | Back out Alvaro's patch until regression tests pass. | Bruce Momjian |
| 2002-10-19 | Fix compile failure caused by new patch. | Bruce Momjian |
| 2002-10-19 | > Huh, I don't know where I got the idea you were (or someone else was?) | Bruce Momjian |
| 2002-10-19 | Add missing #include <errno.h>. | Tom Lane |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-10-14 | As Niel so nicely pointed out this morning, the output of EXPLAIN | Bruce Momjian |
| 2002-10-09 | Lock on the rule relation wasn't removed after adding the comment. | Bruce Momjian |
| 2002-10-04 | Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks | Tom Lane |
| 2002-10-04 | Require superuser privilege to create a binary-compatible cast, per | Tom Lane |
| 2002-10-03 | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane |
| 2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
| 2002-09-27 | ARGH! | Tom Lane |
| 2002-09-23 | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane |
| 2002-09-23 | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane |
| 2002-09-23 | Get rid of bogus use of heap_mark4update in reindex operations (cf. | Tom Lane |
| 2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
| 2002-09-22 | Move most of the error checking for foreign-key constraints out of | Tom Lane |
| 2002-09-21 | Provide an upgrade strategy for dump files containing functions declared | Tom Lane |
| 2002-09-20 | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane |