| Age | Commit message (Expand) | Author |
| 2003-12-17 | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-12-07 | Repair indexed bytea like operations, and related selectivity | Joe Conway |
| 2003-12-03 | Added new group of read-only GUC variables to allow simple access | Joe Conway |
| 2003-12-03 | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane |
| 2003-12-02 | Code and docs review for numeric-factorial patch. | Tom Lane |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-12-01 | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian |
| 2003-12-01 | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane |
| 2003-12-01 | Seems there are three GUC variables that are defined as "Shows ..." | Bruce Momjian |
| 2003-11-30 | Make PQescapeBytea and byteaout consistent with each other, and | 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-19 | Background writer process | Jan Wieck |
| 2003-11-16 | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane |
| 2003-11-16 | Changed parameter name for shared cache status report interval to | Jan Wieck |
| 2003-11-13 | 2nd try for the ARC strategy. | Jan Wieck |
| 2003-11-13 | ARC strategy backed out ... sorry | Jan Wieck |
| 2003-11-13 | Replacement of the buffer replacement strategy with an ARC | Jan Wieck |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-12 | Cleanup for recent .exe Win32 fix. | Bruce Momjian |
| 2003-11-11 | Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. | Bruce Momjian |
| 2003-11-10 | Remove rcsid CVS header variable --- not used. | Bruce Momjian |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-11-08 | Fix process-status handling for OS X 10.3. | Tom Lane |
| 2003-11-07 | zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, | Tom Lane |
| 2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut |
| 2003-10-31 | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck |
| 2003-10-29 | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane |
| 2003-10-18 | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut |
| 2003-10-17 | Fix elog tab-insertion code to insert tabs only where wanted. | Tom Lane |
| 2003-10-16 | Avoid division by zero in estimate_num_groups() when table has no rows. | Tom Lane |
| 2003-10-08 | Have log_min_duration_statement = 0 always print duration/statement. | 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-03 | Add GUC parameter check_function_bodies to control whether validation | Tom Lane |
| 2003-10-02 | When dumping CREATE INDEX, must show opclass name if the opclass isn't | Tom Lane |
| 2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
| 2003-09-29 | The brackets aren't put on the CHECK constraints properly. | Bruce Momjian |
| 2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
| 2003-09-28 | Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hack | Tom Lane |
| 2003-09-27 | You can't NLS-enable a program component by just putting gettext() around | Peter Eisentraut |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane |
| 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-22 | HeapTupleSatisfiesVacuum() needs to be more careful about the | Tom Lane |
| 2003-09-15 | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane |
| 2003-09-15 | OK, some of these syntax errors should be given other codes. | Peter Eisentraut |
| 2003-09-13 | Avoid corner cases where aset.c would unnecessarily make malloc() | Tom Lane |