aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Make the locale location relocatable.Bruce Momjian2004-05-25
* Remove a few $filter() calls that were not needed.Bruce Momjian2004-05-24
* A few cosmetic fixes and code cleanup.Neil Conway2004-05-23
* Clean up failure to remove exec.o on 'make clean'.Tom Lane2004-05-22
* Rename static variables to avoid possible name conflicts on systems withTom Lane2004-05-20
* Add end-of-dump markers for pg_dump and pg_dumpall.Bruce Momjian2004-05-19
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-19
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-18
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-18
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-17
* Rename backendbin to backend_exec in initdb.c.Bruce Momjian2004-05-17
* Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian2004-05-14
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-12
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-11
* Add variables names to static prototypes in initdb.c.Bruce Momjian2004-05-10
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Second try at a portable unsetenv().Tom Lane2004-05-05
* Use a more portable technique for unsetting environment variables,Tom Lane2004-05-05
* Set std error to no buffering on Win32.Bruce Momjian2004-05-02
* Allow build of timezone database on unix.Bruce Momjian2004-04-30
* Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian2004-04-26
* Translation updatesDennis Bjorklund2004-04-26
* Make psql's \d+ command indicate whether the table in questionNeil Conway2004-04-22
* Rename global psql startup file to psqlrc.sample.Bruce Momjian2004-04-22
* Fix filename mention in psqlrc.sample file.Bruce Momjian2004-04-22
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-22
* Add global psql config file, psql.rc.sample.Bruce Momjian2004-04-22
* Change COPY CSV keyword to be:Bruce Momjian2004-04-21
* Remove pg_encoding. Not needed anymore since we have an initdb in C.Bruce Momjian2004-04-20
* Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon2004-04-20
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Complete TODO item:Bruce Momjian2004-04-19
* Translation updatesPeter Eisentraut2004-04-15
* Translation updatesPeter Eisentraut2004-04-15
* Change psql \copy stdin/stdout to read from command input/output.Bruce Momjian2004-04-12
* Translation updatesDennis Bjorklund2004-04-09
* Add CLUSTER tag to psql \d display.Bruce Momjian2004-04-06
* New translationPeter Eisentraut2004-04-05
* Translation updatesPeter Eisentraut2004-04-05
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-05
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-05
* Translation updatesDennis Bjorklund2004-04-02
* Translation updatesDennis Bjorklund2004-04-02
* Add comment about psql \s (history display):Bruce Momjian2004-03-27
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-24
* >>Also, what is the default connection mode of psql? It should probably beBruce Momjian2004-03-24
* Use the new GUC variable default_with_oids in pg_dump, rather than usingBruce Momjian2004-03-24
* Use dollar-quoting for function bodies, unless disabled withTom Lane2004-03-23
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-23
* Add missing extern for optind.Tom Lane2004-03-22