| Age | Commit message (Expand) | Author |
| 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 |
| 2003-09-13 | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane |
| 2003-09-11 | Consistenly lowercase GUC variable names, in docs and error messages. | Bruce Momjian |
| 2003-09-09 | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut |
| 2003-09-07 | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane |
| 2003-09-07 | load_file() has to remove pre-existing shlibs that match the new file | Tom Lane |
| 2003-09-04 | Allow non-super users to set log_duration to true, then false, when the | Bruce Momjian |
| 2003-09-03 | Pass session_authorization to the client and make psql update its prompt | Peter Eisentraut |
| 2003-09-03 | Work around ENOTEMPTY being an alias for EEXIST on some platforms. | Tom Lane |
| 2003-09-03 | Repair problems with to_char() overrunning its input string. | Tom Lane |
| 2003-09-01 | Do not pass server_encoding to the client. | Peter Eisentraut |
| 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 | Call it Linux, not GNU/Linux. | Bruce Momjian |
| 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-25 | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane |
| 2003-08-25 | Allow parsing of time and timetz inputs to accept the documented input | Tom Lane |
| 2003-08-25 | Refactor code so that to_date() does not call to_timestamp() and then | Tom Lane |
| 2003-08-25 | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii |
| 2003-08-24 | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut |
| 2003-08-24 | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii |
| 2003-08-23 | Fix uninstall target. | Peter Eisentraut |
| 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 | Somebody forgot to include any actual documentation for ADD_MISSING_FROM. | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-17 | (I always forget what the magic numbers 0 through 2 means for the | Bruce Momjian |
| 2003-08-15 | Rewrite array_cmp to not depend on deconstruct_array. Should be a little | Tom Lane |
| 2003-08-14 | Handle double-quotes correctly in user names in ACL lists. | 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 |