| Age | Commit message (Expand) | Author |
| 2005-12-11 | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-09 | I reconfirmed MS-VC6. Thank you for wonderful correspondence. | Bruce Momjian |
| 2005-12-09 | Simplify lock manager data structures by making a clear separation between | Tom Lane |
| 2005-12-08 | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian |
| 2005-12-07 | Push the responsibility for handling ignore_killed_tuples down into | Tom Lane |
| 2005-12-07 | Spell "explicitly" correctly, per Simon. | Tom Lane |
| 2005-12-06 | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane |
| 2005-12-06 | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian |
| 2005-12-06 | Arrange for read-only accesses to SLRU page buffers to take only a shared | Tom Lane |
| 2005-12-06 | Put undef's before extern declarations that need 'em, per Andrew Dunstan. | Tom Lane |
| 2005-12-06 | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane |
| 2005-12-03 | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane |
| 2005-12-02 | Adjust scan plan nodes to avoid getting an extra AccessShareLock on a | Tom Lane |
| 2005-12-01 | Refactor some bits in aclchk.c in order to reduce code duplication. | Alvaro Herrera |
| 2005-11-29 | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane |
| 2005-11-28 | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane |
| 2005-11-28 | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane |
| 2005-11-26 | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane |
| 2005-11-26 | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane |
| 2005-11-25 | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane |
| 2005-11-23 | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-22 | DROP DATABASE IF EXISTS variant | Andrew Dunstan |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-20 | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane |
| 2005-11-20 | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane |
| 2005-11-19 | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan |
| 2005-11-18 | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane |
| 2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
| 2005-11-17 | DropRelFileNodeBuffers failed to fix the state of the lookup hash table | Tom Lane |
| 2005-11-14 | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane |
| 2005-11-14 | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-11-06 | Add simple sanity checks on newly-read pages to GiST, too. | Tom Lane |
| 2005-11-06 | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane |
| 2005-11-05 | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane |
| 2005-11-05 | Brand HEAD branch as 8.2devel. | Tom Lane |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-11-04 | Disregard superuserness when checking to see if a role GRANT would | Tom Lane |
| 2005-11-03 | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera |
| 2005-10-26 | Adjust parser so that POSTQUEL-style implicit RTEs are stored with | Tom Lane |
| 2005-10-25 | Fix Windows setitimer() emulation to not depend on delivering an APC | Tom Lane |
| 2005-10-22 | Temporarily disable Qingqing's Windows signal processing patch, so that | Tom Lane |
| 2005-10-21 | Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing | Tom Lane |
| 2005-10-21 | Add an implicit cast from varchar to regclass, so that existing code | Tom Lane |
| 2005-10-18 | Improve trace_sort code to also show the total memory or disk space used. | Tom Lane |
| 2005-10-18 | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane |
| 2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |