| Age | Commit message (Expand) | Author |
| 2003-09-13 | Attempt threading in this order: | Bruce Momjian |
| 2003-09-13 | More SQLState updates from Kim Ho at Redhat. | Barry Lind |
| 2003-09-12 | Revert to our pre-7.4 behavior of identifying Unix-socket connections in | Tom Lane |
| 2003-09-12 | Someone (possibly me) foolishly reduced the response for failing | Tom Lane |
| 2003-09-12 | Mark FreeBSD as non-thread-safe. | 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-12 | Remove WIN32_CONSOLE support, at the request of the author. | Bruce Momjian |
| 2003-09-12 | Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. | Bruce Momjian |
| 2003-09-11 | Message in the other exit from acquire_sample_rows(), as per update | Tom Lane |
| 2003-09-11 | Try to make recently-added analyze log message look something like | Tom Lane |
| 2003-09-11 | Consistenly lowercase GUC variable names, in docs and error messages. | Bruce Momjian |
| 2003-09-11 | seemed like a typo in one of the appendix tables | Bruce Momjian |
| 2003-09-11 | Fix missed message update, per Alvaro Herrera. | Tom Lane |
| 2003-09-10 | Update row count for \? output, used by pager. | Bruce Momjian |
| 2003-09-10 | Improve error message for cp or rm failur during create/drop database, | Tom Lane |
| 2003-09-10 | copydir() is supposed to return on failure, not elog(ERROR). Reduce | Tom Lane |
| 2003-09-10 | Add HINT if CREATE FUNCTION specifies a valid language, but the language | Bruce Momjian |
| 2003-09-10 | Some uppercase type definitions were left. | Michael Meskes |
| 2003-09-10 | Here is a patch to make PostgreSQL use a full path in DT_SONAME for | Bruce Momjian |
| 2003-09-09 | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut |
| 2003-09-09 | Update comments about how locale settings are handled. | Tom Lane |
| 2003-09-09 | Clean up some unused import warnings in the example jdbc code | Barry Lind |
| 2003-09-09 | Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on this | Barry Lind |
| 2003-09-09 | - Added Dave patch for Informix handling of numeric/int conversion. | Michael Meskes |
| 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 |