| Age | Commit message (Expand) | Author |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-04-21 | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-04-05 | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-03-22 | Increase xlog str_time() static string variable, per Korean User's Group. | Bruce Momjian |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-17 | Here is an updated version of the win32 readdir patch. | Bruce Momjian |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-10 | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2004-01-28 | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane |
| 2004-01-26 | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-26 | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-16 | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane |
| 2004-01-09 | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-06 | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane |
| 2004-01-06 | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway |
| 2004-01-05 | Fix three trivial typos in comments. | Neil Conway |
| 2003-12-21 | Further cleanup in _bt_first: eliminate duplicate code paths. | Tom Lane |
| 2003-12-21 | Previous change exposed some opportunities for further simplification | Tom Lane |
| 2003-12-21 | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-12-14 | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-12-02 | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
| 2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
| 2003-09-29 | Adjust btree index build procedure so that the btree metapage looks | Tom Lane |
| 2003-09-28 | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane |
| 2003-09-27 | Fix typo in message. | Tom Lane |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
| 2003-09-15 | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane |
| 2003-09-04 | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane |
| 2003-09-02 | In _bt_check_unique() loop, don't bother applying _bt_isequal() to | Tom Lane |
| 2003-09-02 | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane |