summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-06-11Cleanup use of Win32 START by using "" for title. No need for tempBruce Momjian
2004-06-11Another fix for Win32 START.Bruce Momjian
2004-06-11The attached tiny patch removes spurious carriage returns that might beBruce Momjian
2004-06-11More restructuring to use Win32 START with paths needing quotes.Bruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-10More quoting cleanups for Win32's pg_ctl.Bruce Momjian
2004-06-10Use /B to start so a new window isn't created, per Andrew Dunstan.Bruce Momjian
2004-06-10Add START background code for another code path, per Andrew Dunstan.Bruce Momjian
2004-06-10Use START for pg_ctl background runs on Win32, from Magnus.Bruce Momjian
2004-06-10Translation updatePeter Eisentraut
2004-06-10Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian
2004-06-10Add pg_ctl native language files for Russian.Bruce Momjian
2004-06-09Use single quotes around pg_dump call from pg_dumpall.Bruce Momjian
2004-06-09Use single quotes for pg_ctl system call.Bruce Momjian
2004-06-09Add time.h to pg_dumpall.Bruce Momjian
2004-06-07Add start/stop times for pg_dump/pg_dumpall when verbose output is used.Bruce Momjian
2004-06-05Slight code cleanup for printf's.Bruce Momjian
2004-06-04Remove dash in pg_ctl signal name. It broke with getopt_long dashBruce Momjian
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
2004-06-01Add locale setting for pg_ctl.Bruce Momjian
2004-06-01More locale fixes for pg_ctl.Bruce Momjian
2004-06-01Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian
2004-06-01Add pgpid_t for use with pids.Bruce Momjian
2004-05-31Have pg_ctl print pid and error on signal failure, per suggestion from Tom.Bruce Momjian
2004-05-29Translation updatePeter Eisentraut
2004-05-29Translation updatesPeter Eisentraut
2004-05-27Change pg_ctl to be in C. This was the final shell script and isBruce Momjian
2004-05-26Fix problem with doing 7.0.X dumps on character varying[] fields.Bruce Momjian
2004-05-26Recent commits added created files that weren't getting deleted byTom Lane
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-25Make the locale location relocatable.Bruce Momjian
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian
2004-05-23A few cosmetic fixes and code cleanup.Neil Conway
2004-05-22Clean up failure to remove exec.o on 'make clean'.Tom Lane
2004-05-20Rename static variables to avoid possible name conflicts on systems withTom Lane
2004-05-19Add end-of-dump markers for pg_dump and pg_dumpall.Bruce Momjian
2004-05-19Re-add elog() to exec.c, per Tom.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-17Rename backendbin to backend_exec in initdb.c.Bruce Momjian
2004-05-14Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-10Add variables names to static prototypes in initdb.c.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-05-05Use a more portable technique for unsetting environment variables,Tom Lane
2004-05-02Set std error to no buffering on Win32.Bruce Momjian
2004-04-30Allow build of timezone database on unix.Bruce Momjian