summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-10-19New translationPeter Eisentraut
2004-10-19Organize the help output a little better. Improve clarity of some messages.Peter Eisentraut
2004-10-18New translationPeter Eisentraut
2004-10-18Might want to initialize the gettext library, if we're going to do all thatPeter Eisentraut
2004-10-18Translation updatePeter Eisentraut
2004-10-18New translationPeter Eisentraut
2004-10-18Translation updatesPeter Eisentraut
2004-10-18New translationPeter Eisentraut
2004-10-18The attached patch fixes psql's win32 frontend-only build, by usingBruce Momjian
2004-10-18Tweak pg_dump to handle default tablespaces correctly --- same logicTom Lane
2004-10-17New translationPeter Eisentraut
2004-10-17New translationPeter Eisentraut
2004-10-17Translation updatesPeter Eisentraut
2004-10-17Adjust messagePeter Eisentraut
2004-10-16Fix Cygwin using of pg_ctl by not usig START.Bruce Momjian
2004-10-16Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian
2004-10-15Allow psql booleans to use OFF or off.Bruce Momjian
2004-10-15Fix pg_ctl -D handling for Win32:Bruce Momjian
2004-10-15Add full path in error report for version mismatch of binaries.Bruce Momjian
2004-10-15psql code cleanup:Neil Conway
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-13pg_restore wording improvement, per Peter.Bruce Momjian
2004-10-13Enable service use by Cygwin of pg_ctl.Bruce Momjian
2004-10-13Clarify pg_restore --help wording.Bruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-12New translationPeter Eisentraut
2004-10-12Translation updatesPeter Eisentraut
2004-10-12Translation updatePeter Eisentraut
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-09Translation improvementPeter Eisentraut
2004-10-09Add win32 version information for pg_config Makefile.Bruce Momjian
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-08Include schema name in pg_restore -l output, per request from Phil Endecott.Tom Lane
2004-10-08Another minor tweak to psql startup: set the default values for the PROMPT1,Neil Conway
2004-10-07Add missing null terminator to escaped string; clean up unnecessarilyTom Lane
2004-10-07Add one more byte to malloc for null storage.Bruce Momjian
2004-10-07Escape single quotes and backslashes used in locales placed inBruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-07Improve pgindent processing of comment after 'else'.Bruce Momjian
2004-10-06Capitalize some SQL keywords the previous commit missed, for consistency.Neil Conway
2004-10-06Say "history is not supported" and remove "on this platform" for lack ofBruce Momjian
2004-10-06Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian
2004-10-06Uppercase SQL keywords in query for clarity.Bruce Momjian
2004-10-06This simple patch fixes a typo, ensure pg_config is removed in win32Bruce Momjian
2004-10-06Fix pg_dumpall to use double-quote for Win32 arguments.Bruce Momjian
2004-10-06Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian
2004-10-06Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian
2004-10-06Slightly rearrange psql startup code so that we read psqlrc before printingNeil Conway
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-05Add distclean target to pgevent.Bruce Momjian