| Age | Commit message (Expand) | Author |
| 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 |
| 2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
| 2006-07-02 | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian |
| 2006-06-27 | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian |
| 2006-06-27 | Revert patch, doesn't do what it should: | Bruce Momjian |
| 2006-06-27 | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian |
| 2006-06-27 | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian |
| 2006-06-27 | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane |
| 2006-06-21 | Eliminate a gratuitously different wording of the 'cannot use aggregate funct... | Tom Lane |
| 2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
| 2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
| 2006-06-16 | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-06-07 | Have REINDEX use NOTICE, so it can be suppressed. | Bruce Momjian |