| Age | Commit message (Expand) | Author |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 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-08-12 | Remove an "optimization" I installed in 2001, to make repalloc() attempt to | Tom Lane |
| 2007-08-07 | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-05-29 | mmgr README tweak: "either" is no longer correct. The previous wording | Neil Conway |
| 2007-04-30 | Marginal performance hack: remove the loop that used to be needed to | 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-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-27 | Improve memory management code to avoid inefficient behavior when a context | Tom Lane |
| 2006-11-23 | Several changes to reduce the probability of running out of memory during | Tom Lane |
| 2006-11-08 | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-07 | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane |
| 2006-08-29 | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian |
| 2006-08-14 | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane |
| 2006-08-08 | For protocol-level prepare/bind/execute: | 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-06-28 | Fix typo in comment. | Neil Conway |
| 2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
| 2006-04-25 | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian |
| 2006-04-25 | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-14 | AllocSetStats should probably be using unsigned format to show space totals. | Tom Lane |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-01 | Short-circuit AllocSetReset if nothing has been palloc'd in the memory | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-04 | Back out patch: | Bruce Momjian |
| 2005-06-04 | Tom Lane <[email protected]> writes: | Bruce Momjian |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-14 | Further marginal speed hacking: in MemoryContextReset, don't call | Tom Lane |
| 2005-05-14 | Minor speed hacks in AllocSetReset: avoid clearing the freelist headers | Tom Lane |
| 2005-05-11 | This patch will ensure that the hash table iteration performed by | Bruce Momjian |
| 2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
| 2005-02-18 | Convert MemoryContextSwitchTo() into an inline function when using GCC. | Tom Lane |
| 2005-01-26 | Close all cursors created during a failed subtransaction. This is needed | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-11-21 | Reduce the default size of the PortalHashTable in order to save a | Tom Lane |
| 2004-10-17 | Fix some typos. | Bruce Momjian |
| 2004-10-12 | Fix a copy-and-paste error: give a distinct memory context a distinct | Neil Conway |