aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-14
* pg_restore wording improvement, per Peter.Bruce Momjian2004-10-13
* Enable service use by Cygwin of pg_ctl.Bruce Momjian2004-10-13
* Clarify pg_restore --help wording.Bruce Momjian2004-10-13
* Message style revisionsPeter Eisentraut2004-10-12
* New translationPeter Eisentraut2004-10-12
* Translation updatesPeter Eisentraut2004-10-12
* Translation updatePeter Eisentraut2004-10-12
* Cosmetic improvements/code cleanup:Neil Conway2004-10-10
* Translation improvementPeter Eisentraut2004-10-09
* Add win32 version information for pg_config Makefile.Bruce Momjian2004-10-09
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-09
* Include schema name in pg_restore -l output, per request from Phil Endecott.Tom Lane2004-10-08
* Another minor tweak to psql startup: set the default values for the PROMPT1,Neil Conway2004-10-08
* Add missing null terminator to escaped string; clean up unnecessarilyTom Lane2004-10-07
* Add one more byte to malloc for null storage.Bruce Momjian2004-10-07
* Escape single quotes and backslashes used in locales placed inBruce Momjian2004-10-07
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-07
* Capitalize some SQL keywords the previous commit missed, for consistency.Neil Conway2004-10-06
* Say "history is not supported" and remove "on this platform" for lack ofBruce Momjian2004-10-06
* Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian2004-10-06
* Uppercase SQL keywords in query for clarity.Bruce Momjian2004-10-06
* This simple patch fixes a typo, ensure pg_config is removed in win32Bruce Momjian2004-10-06
* Fix pg_dumpall to use double-quote for Win32 arguments.Bruce Momjian2004-10-06
* Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian2004-10-06
* Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian2004-10-06
* Slightly rearrange psql startup code so that we read psqlrc before printingNeil Conway2004-10-06
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* Add distclean target to pgevent.Bruce Momjian2004-10-05
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-04
* Fix MinGW link failure with new libpgport processing.Bruce Momjian2004-10-04
* Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian2004-10-04
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Translation updatePeter Eisentraut2004-10-03
* Translation updatesPeter Eisentraut2004-10-03
* Don't assume PQdb() will return a valid result from a failed connection.Tom Lane2004-10-01
* An include path got missed out of the patch - see the attached fix.Bruce Momjian2004-09-28
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* More MS VC and BCC psql compile cleanups.Bruce Momjian2004-09-27
* Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian2004-09-27
* Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian2004-09-27
* Translation updatesPeter Eisentraut2004-09-27
* New translationsPeter Eisentraut2004-09-27
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-27
* Minor tweak to pg_controldata usage information, per suggestion fromNeil Conway2004-09-23
* Some improvements for the tab-completion of psql. This shouldNeil Conway2004-09-22
* Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane2004-09-20
* Translation updatePeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20