| Age | Commit message (Expand) | Author |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-13 | Fix two bugs induced in VACUUM FULL by async-commit patch. | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-07-01 | Avoid memory leakage when a series of subtransactions invoke AFTER triggers | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
| 2007-06-20 | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane |
| 2007-06-20 | Minor code cleanup: calling FreeFile() before ereport(ERROR) is not | Neil Conway |
| 2007-06-17 | Marginal hacking to improve the speed of COPY OUT. I had found in a bit of | Tom Lane |
| 2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
| 2007-06-14 | Avoid having autovacuum run multiple ANALYZE commands in a single transaction, | Alvaro Herrera |
| 2007-06-07 | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane |
| 2007-06-03 | Clarify some error messages about duplicate things. | Peter Eisentraut |
| 2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |
| 2007-06-02 | Minimal message corrections found by spell checker. | Peter Eisentraut |
| 2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 2007-05-19 | Fix dumb compile error in the last patch. | Alvaro Herrera |
| 2007-05-18 | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera |
| 2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
| 2007-05-16 | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera |
| 2007-05-14 | Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since | Tom Lane |
| 2007-05-12 | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
| 2007-05-04 | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane |
| 2007-05-02 | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-19 | Silence compiler warnings, per Bruce. | Alvaro Herrera |
| 2007-04-18 | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera |
| 2007-04-18 | Update docs/error message for CSV quote/escape --- must be ASCII. | Bruce Momjian |
| 2007-04-18 | Update error message for COPY with a multi-byte delimiter. | Bruce Momjian |
| 2007-04-16 | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera |
| 2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
| 2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
| 2007-04-12 | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-04-08 | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |