| Age | Commit message (Expand) | Author |
| 2004-05-20 | Rename static variables to avoid possible name conflicts on systems with | Tom Lane |
| 2004-05-19 | Add end-of-dump markers for pg_dump and pg_dumpall. | Bruce Momjian |
| 2004-05-19 | Re-add elog() to exec.c, per Tom. | Bruce Momjian |
| 2004-05-18 | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian |
| 2004-05-18 | Clean up some relative path install issues with Claudio's help. | Bruce Momjian |
| 2004-05-17 | Reorganize code to allow path-relative installs. | Bruce Momjian |
| 2004-05-17 | Rename backendbin to backend_exec in initdb.c. | Bruce Momjian |
| 2004-05-14 | Adjust find_my_exec/find_other_exec() so that the return parameter is | Bruce Momjian |
| 2004-05-12 | Rename find_my_binary/find_other_binary to | Bruce Momjian |
| 2004-05-11 | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian |
| 2004-05-10 | Add variables names to static prototypes in initdb.c. | Bruce Momjian |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-05-05 | Second try at a portable unsetenv(). | Tom Lane |
| 2004-05-05 | Use a more portable technique for unsetting environment variables, | Tom Lane |
| 2004-05-02 | Set std error to no buffering on Win32. | Bruce Momjian |
| 2004-04-30 | Allow build of timezone database on unix. | Bruce Momjian |
| 2004-04-26 | Add $(X) for cross-compiling. Seems the mingw compiler running on | Bruce Momjian |
| 2004-04-26 | Translation updates | Dennis Bjorklund |
| 2004-04-22 | Make psql's \d+ command indicate whether the table in question | Neil Conway |
| 2004-04-22 | Rename global psql startup file to psqlrc.sample. | Bruce Momjian |
| 2004-04-22 | Fix filename mention in psqlrc.sample file. | Bruce Momjian |
| 2004-04-22 | Please find attached a small patch so that "pg_restore" ignores some sql | Bruce Momjian |
| 2004-04-22 | Add global psql config file, psql.rc.sample. | Bruce Momjian |
| 2004-04-21 | Change COPY CSV keyword to be: | Bruce Momjian |
| 2004-04-20 | Remove pg_encoding. Not needed anymore since we have an initdb in C. | Bruce Momjian |
| 2004-04-20 | Remove all of the libpgtcl and pgtclsh files, including all references to | PostgreSQL Daemon |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-04-19 | Complete TODO item: | Bruce Momjian |
| 2004-04-15 | Translation updates | Peter Eisentraut |
| 2004-04-15 | Translation updates | Peter Eisentraut |
| 2004-04-12 | Change psql \copy stdin/stdout to read from command input/output. | Bruce Momjian |
| 2004-04-09 | Translation updates | Dennis Bjorklund |
| 2004-04-06 | Add CLUSTER tag to psql \d display. | Bruce Momjian |
| 2004-04-05 | New translation | Peter Eisentraut |
| 2004-04-05 | Translation updates | Peter Eisentraut |
| 2004-04-05 | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian |
| 2004-04-05 | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian |
| 2004-04-02 | Translation updates | Dennis Bjorklund |
| 2004-04-02 | Translation updates | Dennis Bjorklund |
| 2004-03-27 | Add comment about psql \s (history display): | Bruce Momjian |
| 2004-03-24 | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane |
| 2004-03-24 | >>Also, what is the default connection mode of psql? It should probably be | Bruce Momjian |
| 2004-03-24 | Use the new GUC variable default_with_oids in pg_dump, rather than using | Bruce Momjian |
| 2004-03-23 | Use dollar-quoting for function bodies, unless disabled with | Tom Lane |
| 2004-03-23 | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane |
| 2004-03-22 | Add missing extern for optind. | Tom Lane |
| 2004-03-22 | Standardize output buffer size and display format for strftime; | Tom Lane |
| 2004-03-22 | I just noticed that \dp outputs "Table" to indicate relations (tables, | Bruce Momjian |
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
| 2004-03-21 | Translation updates | Dennis Bjorklund |