| Age | Commit message (Expand) | Author |
| 2008-01-14 | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-16 | GIN index build's allocatedMemory counter needs to be long, not uint32. | Tom Lane |
| 2007-11-16 | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-11-05 | Add a note about another issue that needs to be considered before | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
| 2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
| 2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-09 | Teach heapam code to know the difference between a real seqscan and the | Tom Lane |
| 2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane |
| 2007-06-01 | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-20 | To support external compression of archived WAL data, add a flag bit to | Tom Lane |
| 2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
| 2007-05-03 | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane |
| 2007-04-30 | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |
| 2007-04-11 | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane |
| 2007-04-09 | Minor tweaking of index special-space definitions so that the various | Tom Lane |
| 2007-04-08 | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane |
| 2007-04-06 | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-03 | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-03 | Remove undo information from pg_controldata --- never used. | Bruce Momjian |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-14 | Move fsync method macro defines into /include/access/xlogdefs.h so they | Bruce Momjian |
| 2007-02-09 | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane |
| 2007-02-08 | Reduce WAL activity for page splits: | Bruce Momjian |
| 2007-02-05 | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane |
| 2007-02-04 | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane |
| 2007-01-31 | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev |
| 2007-01-30 | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |