| Age | Commit message (Expand) | Author |
| 2006-10-18 | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-11 | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane |
| 2006-10-06 | Message style improvements | Peter Eisentraut |
| 2006-10-05 | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Make some sentences consistent with similar ones. | Bruce Momjian |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-25 | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane |
| 2006-09-21 | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane |
| 2006-09-17 | Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock on | Tom Lane |
| 2006-09-17 | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane |
| 2006-09-13 | Code review for patch to avoid second scan when vacuuming index-less | Tom Lane |
| 2006-09-07 | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane |
| 2006-09-06 | Change processing of extended-Query mode so that an unnamed statement | Tom Lane |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-09-04 | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian |
| 2006-09-04 | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane |
| 2006-09-03 | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian |
| 2006-09-02 | Change FETCH/MOVE to use int8. | Bruce Momjian |
| 2006-08-31 | Attibution addition: Add Karel Zak also for COPY SELECT. | Bruce Momjian |
| 2006-08-31 | Correct attibution: | Bruce Momjian |
| 2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
| 2006-08-29 | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian |
| 2006-08-27 | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
| 2006-08-18 | Now that we've rearranged relation open to get a lock before touching | Tom Lane |
| 2006-08-14 | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane |
| 2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-08 | For protocol-level prepare/bind/execute: | Bruce Momjian |
| 2006-08-03 | Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during | Tom Lane |
| 2006-08-03 | Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs | Tom Lane |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
| 2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
| 2006-07-30 | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera |
| 2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
| 2006-07-18 | Mark a few functions as static or NOT_USED. | Bruce Momjian |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-10 | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane |
| 2006-07-10 | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 2006-07-02 | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway |