| Age | Commit message (Expand) | Author |
| 2003-09-08 | Opps, can't forget the new file. This is part of the last commit to apply | Barry Lind |
| 2003-09-08 | This set of changes applies a patch from KHO at redhat to add some SQLState | Barry Lind |
| 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 | Changes for MinGW/WIN32: | Bruce Momjian |
| 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-06 | Rename variables for clarity. | 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-05 | This fixes three minor typos in hba.c. | Bruce Momjian |
| 2003-09-05 | Clean up WIN32_CONSOLE code. | Bruce Momjian |
| 2003-09-05 | Enable Win32 to compile libpq again, and enable SSL compiles on that | Bruce Momjian |
| 2003-09-05 | Improve prototype casting for thread calls. | 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 | Looks like plperl has same bug as pltcl. | Tom Lane |
| 2003-09-04 | Fix some problems with dropped columns in pltcl functions. | 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 | Tighten casting of function call pointers for threads. | Bruce Momjian |
| 2003-09-03 | Pass session_authorization to the client and make psql update its prompt | Peter Eisentraut |
| 2003-09-03 | Mark unixware as verified. | Bruce Momjian |
| 2003-09-03 | Add Unixware as verified. | Bruce Momjian |
| 2003-09-03 | Mark BSD/OS as verified not needing reentrant function names. | Bruce Momjian |
| 2003-09-03 | Add reporting of specificy threading failure functions. | Bruce Momjian |
| 2003-09-03 | Add test for thread-safeness of libc functions. | Bruce Momjian |
| 2003-09-03 | Mark Unixware as not requiring *_r functions. | Bruce Momjian |
| 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 | Remove outdated CLI things. | Peter Eisentraut |
| 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 | Clean up after pygresql removal: adjust/remove documentation and remove | 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 | Fixed two bugs in pgtypes library. | Michael Meskes |
| 2003-09-01 | Rename DoIt to changeVar, for clarity. | Bruce Momjian |
| 2003-08-31 | Translation update | Peter Eisentraut |
| 2003-08-30 | Guard against pgindent changing =- to = -. | Bruce Momjian |
| 2003-08-30 | Fix unixware template --- had spaces around equals. | Bruce Momjian |
| 2003-08-28 | pg_dump and pg_restore -r had managed to diverge on the ordering of | Tom Lane |