| Age | Commit message (Expand) | Author |
| 2004-06-30 | Revert mistaken #include change, per Merlin Moncure. | Tom Lane |
| 2004-06-30 | Added SET DESCRIPTOR command. | Michael Meskes |
| 2004-06-28 | Arrays can be read as arrays or as character strings now. | Michael Meskes |
| 2004-06-28 | Remove some no-longer-needed #includes. | Tom Lane |
| 2004-06-28 | Fix some bogus code in ConstBit production --- it managed to work, but | Tom Lane |
| 2004-06-27 | - Only use typedefs inside their scope. | Michael Meskes |
| 2004-06-27 | Translation updates | Dennis Bjorklund |
| 2004-06-26 | Adjust pgstat message definitions so that the target message size is | Tom Lane |
| 2004-06-26 | Translation updates | Dennis Bjorklund |
| 2004-06-26 | Translation updates: update-po | Dennis Bjorklund |
| 2004-06-26 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Fix to work better with Exuberant's version of ctags. | Tom Lane |
| 2004-06-25 | Support renaming of tablespaces, and changing the owners of | Tom Lane |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane |
| 2004-06-25 | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Swedish translation of pg_ctl. | Dennis Bjorklund |
| 2004-06-25 | Make pg_ctl possible to translate. Strings marked for | Dennis Bjorklund |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-24 | Translation updates | Dennis Bjorklund |
| 2004-06-24 | Translation updates | Dennis Bjorklund |
| 2004-06-24 | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane |
| 2004-06-24 | Add --pwfile option to initdb, so that passwords can be set by GUI tools | Tom Lane |
| 2004-06-24 | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane |
| 2004-06-24 | Include c.h instead of postgres.h in files that need to be usable in | Tom Lane |
| 2004-06-24 | Extend pg_ctl to handle service management under WIN32. Lacks docs. | Tom Lane |
| 2004-06-22 | Fix information schema views to return NULL for precision and scale of | Tom Lane |
| 2004-06-21 | Add comment about rationale for continuing to use C library functions | Tom Lane |
| 2004-06-21 | Fix pg_dump and pg_dumpall for new names of built-in tablespaces, | Tom Lane |
| 2004-06-21 | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane |
| 2004-06-21 | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian |
| 2004-06-20 | Synced parser and keyword list. | Michael Meskes |
| 2004-06-20 | Add pgevent, with docs explaining out to install it on Win32. | Bruce Momjian |
| 2004-06-19 | Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhere | Tom Lane |
| 2004-06-19 | Looks like s_lock_test needs <time.h> on some platforms. | Tom Lane |
| 2004-06-19 | s_lock_test requires libpgport to build now. | Tom Lane |
| 2004-06-19 | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane |
| 2004-06-19 | Fix Makefile syntax. Forgot to test this. | Bruce Momjian |
| 2004-06-19 | Add changes to support threads on Win32 native port at some point in the future. | Bruce Momjian |
| 2004-06-19 | Enable thread safety for win32.mak build of PostgreSQL. | Bruce Momjian |
| 2004-06-18 | Replace createdb's obsolete --location switch with --tablespace. | Tom Lane |
| 2004-06-18 | initlocation is history. (It's still mentioned in manage-ag.sgml, | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-17 | Added patch by ISHIDA Akio to allow indicators in execute statements. | Michael Meskes |
| 2004-06-16 | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane |
| 2004-06-14 | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane |
| 2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
| 2004-06-13 | Translation update | Peter Eisentraut |