| Commit message (Expand) | Author | Age |
* | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 |
* | Remove a few $filter() calls that were not needed. | Bruce Momjian | 2004-05-24 |
* | A few cosmetic fixes and code cleanup. | Neil Conway | 2004-05-23 |
* | Clean up failure to remove exec.o on 'make clean'. | Tom Lane | 2004-05-22 |
* | Rename static variables to avoid possible name conflicts on systems with | Tom Lane | 2004-05-20 |
* | 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-19 |
* | 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-18 |
* | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 |
* | Rename backendbin to backend_exec in initdb.c. | Bruce Momjian | 2004-05-17 |
* | Adjust find_my_exec/find_other_exec() so that the return parameter is | Bruce Momjian | 2004-05-14 |
* | Rename find_my_binary/find_other_binary to | Bruce Momjian | 2004-05-12 |
* | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian | 2004-05-11 |
* | Add variables names to static prototypes in initdb.c. | Bruce Momjian | 2004-05-10 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 |
* | Use a more portable technique for unsetting environment variables, | Tom Lane | 2004-05-05 |
* | Set std error to no buffering on Win32. | Bruce Momjian | 2004-05-02 |
* | Allow build of timezone database on unix. | Bruce Momjian | 2004-04-30 |
* | Add $(X) for cross-compiling. Seems the mingw compiler running on | Bruce Momjian | 2004-04-26 |
* | Translation updates | Dennis Bjorklund | 2004-04-26 |
* | 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-22 |
* | Change COPY CSV keyword to be: | Bruce Momjian | 2004-04-21 |
* | 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-20 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Complete TODO item: | Bruce Momjian | 2004-04-19 |
* | Translation updates | Peter Eisentraut | 2004-04-15 |
* | Translation updates | Peter Eisentraut | 2004-04-15 |
* | Change psql \copy stdin/stdout to read from command input/output. | Bruce Momjian | 2004-04-12 |
* | Translation updates | Dennis Bjorklund | 2004-04-09 |
* | Add CLUSTER tag to psql \d display. | Bruce Momjian | 2004-04-06 |
* | 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-05 |
* | Translation updates | Dennis Bjorklund | 2004-04-02 |
* | Translation updates | Dennis Bjorklund | 2004-04-02 |
* | Add comment about psql \s (history display): | Bruce Momjian | 2004-03-27 |
* | 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-24 |
* | 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-23 |
* | Add missing extern for optind. | Tom Lane | 2004-03-22 |