| Age | Commit message (Expand) | Author |
| 2003-10-11 | Add void * cast to MemSet to silence compiler, and add comment that we | Bruce Momjian |
| 2003-10-10 | Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway | Bruce Momjian |
| 2003-10-06 | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane |
| 2003-10-04 | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | 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-29 | Fix #error message to mention renamed option --disable-spinlocks. | Bruce Momjian |
| 2003-09-28 | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane |
| 2003-09-26 | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane |
| 2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane |
| 2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
| 2003-09-21 | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane |
| 2003-09-19 | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane |
| 2003-09-17 | Fix typo in comment | Tatsuo Ishii |
| 2003-09-16 | fix typo in a comment | Tatsuo Ishii |
| 2003-09-15 | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane |
| 2003-09-14 | Add missing support for Opteron (__x86_64__). | Tom Lane |
| 2003-09-13 | autoconf/autoheader run. | Bruce Momjian |
| 2003-09-13 | Attempt threading in this order: | Bruce Momjian |
| 2003-09-12 | Implement compiler #error if spinlock code not found, add configure flag | Bruce Momjian |
| 2003-09-12 | Enable Opteron/Itanium spinlocks. | Bruce Momjian |
| 2003-09-07 | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane |
| 2003-09-07 | Changes for MinGW/WIN32: | Bruce Momjian |
| 2003-09-05 | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane |
| 2003-09-05 | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane |
| 2003-09-05 | ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. | Bruce Momjian |
| 2003-09-04 | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane |
| 2003-09-02 | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane |
| 2003-09-02 | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane |
| 2003-09-01 | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane |
| 2003-09-01 | Rename DoIt to changeVar, for clarity. | Bruce Momjian |
| 2003-08-27 | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane |
| 2003-08-27 | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut |
| 2003-08-26 | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane |
| 2003-08-26 | Mop-up for previous change to determine default shared_buffers and | Tom Lane |
| 2003-08-22 | Tweak grammar to use FastAppend rather than lappend when constructing | Tom Lane |
| 2003-08-22 | Tweak processing of multiple-index-scan plans to reduce overhead when | Tom Lane |
| 2003-08-19 | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-16 | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian |
| 2003-08-14 | Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST. | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
| 2003-08-11 | Do not link in libwsock32 on non-win32 platforms. Improve grammar | Tom Lane |
| 2003-08-10 | Repair potential deadlock created by recent changes to recycle btree | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-08 | Move simple_prompt()/sprompt.c into /port. | Bruce Momjian |
| 2003-08-07 | Don't assume that struct option is available just because we can find a | Tom Lane |
| 2003-08-07 | create_unique_plan() should not discard existing output columns of the | Tom Lane |