| Age | Commit message (Expand) | Author |
| 2003-09-08 | Avoid using s_addr as a local variable name, to work around broken | Tom Lane |
| 2003-09-07 | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane |
| 2003-09-07 | Remove check on source address of a statistics packet. Check was broken | Tom Lane |
| 2003-09-07 | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane |
| 2003-09-07 | load_file() has to remove pre-existing shlibs that match the new file | Tom Lane |
| 2003-09-06 | Make all valid uses of the COLLATE clause yield the same result: a syntax | Peter Eisentraut |
| 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 | This fixes three minor typos in hba.c. | Bruce Momjian |
| 2003-09-04 | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane |
| 2003-09-04 | Avoid consuming unreasonable amounts of memory when GRANT has many | Tom Lane |
| 2003-09-04 | Allow non-super users to set log_duration to true, then false, when the | Bruce Momjian |
| 2003-09-04 | Re-upper case CHECKPOINT_SEGMENTS. | Bruce Momjian |
| 2003-09-04 | Lowercase CHECKPOINT_SEGMENTS. | 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-02 | In _bt_check_unique() loop, don't bother applying _bt_isequal() to | Tom Lane |
| 2003-09-02 | Cause standalone backend (including bootstrap case) to read the GUC | Tom Lane |
| 2003-09-02 | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane |
| 2003-09-02 | Fix a couple typos, add some more comments. | Tom Lane |
| 2003-09-02 | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane |
| 2003-09-01 | Do not pass server_encoding to the client. | Peter Eisentraut |
| 2003-09-01 | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane |
| 2003-09-01 | Add some internals documentation for hash indexes, including an | Tom Lane |
| 2003-09-01 | Rename DoIt to changeVar, for clarity. | Bruce Momjian |
| 2003-08-30 | Guard against pgindent changing =- to = -. | Bruce Momjian |
| 2003-08-28 | Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. | Tom Lane |
| 2003-08-27 | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane |
| 2003-08-27 | Department of second thoughts: can't reorder merge-join clauses. | Tom Lane |
| 2003-08-27 | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut |
| 2003-08-26 | Push subplan clauses to the back in qual lists for join plans, not | Tom Lane |
| 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 | Attached is a (very small) patch to make analyze display some | Bruce Momjian |
| 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 | Translation updates | Peter Eisentraut |
| 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-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 | Clean up locktable init code per recent gripe from Kurt Roeckx. | Tom Lane |
| 2003-08-17 | Somebody forgot to include any actual documentation for ADD_MISSING_FROM. | Tom Lane |