| Age | Commit message (Expand) | Author |
| 2004-08-17 | Fix linking problem when enabling thread safety on Darwin: uninitialized | Tom Lane |
| 2004-08-17 | Add DLLIMPORT for PostGIS. | Bruce Momjian |
| 2004-08-17 | Move io.h include higher in the file so it doesn't conflict with | Bruce Momjian |
| 2004-08-16 | Add trivial NULL statement to plpgsql, for Oracle compatibility. | Tom Lane |
| 2004-08-16 | Throw error if initdb -L is not an absolute path. | Bruce Momjian |
| 2004-08-16 | Fix for adding \n for zero-length win32 read_pipe return | Bruce Momjian |
| 2004-08-16 | Mark server_encoding and integer_datetimes as GUC_REPORT, per previous | Tom Lane |
| 2004-08-16 | Clarify need for \r\n -> \n translation in version checking code. | Bruce Momjian |
| 2004-08-15 | Dept. of further reflection: I looked around to see if any other callers | Tom Lane |
| 2004-08-15 | Xmin calculations should consider only top transaction IDs, and | Tom Lane |
| 2004-08-15 | Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion from | Tom Lane |
| 2004-08-15 | Quote PERL expansion for Win32 path that might have spaces. | Bruce Momjian |
| 2004-08-14 | Translation updates | Peter Eisentraut |
| 2004-08-13 | Fix psql's COPY support to deal with \r\n line endings. | Tom Lane |
| 2004-08-13 | Fix breakage with PUBLIC schema. Try to untwist the remarkably contorted | Tom Lane |
| 2004-08-13 | Give a more specific error message for "you can't do that" error cases | Tom Lane |
| 2004-08-13 | New translations | Peter Eisentraut |
| 2004-08-13 | Translation update | Peter Eisentraut |
| 2004-08-13 | Translation updates | Peter Eisentraut |
| 2004-08-13 | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane |
| 2004-08-13 | Change order of operations in ALTER TABLE SET TABLESPACE so that we | Tom Lane |
| 2004-08-12 | Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required | Tom Lane |
| 2004-08-12 | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane |
| 2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian |
| 2004-08-12 | Add mention of "WIN32" COPY. | Bruce Momjian |
| 2004-08-12 | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian |
| 2004-08-11 | Cause initdb to actually accept -s as intended, and fix some typos in | Tom Lane |
| 2004-08-11 | Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main | Tom Lane |
| 2004-08-11 | Avoid crashing when restoring a saved GUC session_authorization value | Tom Lane |
| 2004-08-11 | Add PQserverVersion() to libpq to provide more-convenient access to | Tom Lane |
| 2004-08-11 | Work around broken strtod() that's present in many Solaris releases. | Tom Lane |
| 2004-08-11 | Fix function definition that somehow missed being ANSI-fied, and align | Tom Lane |
| 2004-08-11 | Allow compilation when CODESET is not defined (OpenBSD). | Peter Eisentraut |
| 2004-08-11 | Translation update | Peter Eisentraut |
| 2004-08-11 | Add translation from 7.4 branch to head. | Peter Eisentraut |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-08-10 | Set DYLD_LIBRARY_PATH so that 'make check' works without prior | Tom Lane |
| 2004-08-10 | New translation | Peter Eisentraut |
| 2004-08-10 | Translation updates | Peter Eisentraut |
| 2004-08-10 | Translation update | Peter Eisentraut |
| 2004-08-10 | Translation updates | Peter Eisentraut |
| 2004-08-10 | Translation update | Peter Eisentraut |
| 2004-08-09 | syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. | Tom Lane |
| 2004-08-09 | Path-mangling logic was failing to account for paths containing mentions | Tom Lane |
| 2004-08-09 | When expanding %p in archive_command or restore_command, translate | Tom Lane |
| 2004-08-09 | Fix Win32 pg_dumpall check.REL8_0_0BETA1 | Bruce Momjian |
| 2004-08-09 | Improve comment. | Bruce Momjian |
| 2004-08-09 | Stamp libpq.rc with 8.0 version. | Bruce Momjian |
| 2004-08-08 | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane |
| 2004-08-08 | Document background writer control parameters, do some editorial work | Tom Lane |