summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-09-28 An include path got missed out of the patch - see the attached fix.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27More MS VC and BCC psql compile cleanups.Bruce Momjian
2004-09-27Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian
2004-09-27Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian
2004-09-27Translation updatesPeter Eisentraut
2004-09-27New translationsPeter Eisentraut
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
2004-09-23Minor tweak to pg_controldata usage information, per suggestion fromNeil Conway
2004-09-22Some improvements for the tab-completion of psql. This shouldNeil Conway
2004-09-20Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane
2004-09-20Translation updatePeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-14New translationPeter Eisentraut
2004-09-13Fix small memory leak in psql.Neil Conway
2004-09-13Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-13New translationsPeter Eisentraut
2004-09-13New translationPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-10Fix some problems with restoring databases owned by non-superusers,Tom Lane
2004-09-10Adjust quotes for win32 build of psql.Bruce Momjian
2004-09-10psql consistency fixes from Greg Sabino Mullane: have \df show schema andNeil Conway
2004-09-10Create pg_config_paths in port/ for win32 builds of psql.Bruce Momjian
2004-09-02Yet another place where someone was being careless about the argumentsTom Lane
2004-09-02Spelling correction, per Greg Mullane.Tom Lane
2004-09-02Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian
2004-09-01Fix bcc to compile libpq by creating include file for path.c.Bruce Momjian
2004-09-01Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian
2004-09-01Translation updatesDennis Bjorklund
2004-09-01src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;Bruce Momjian
2004-08-30Fix obviously-utterly-untested noTocComments code.Tom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28The attached patch improves pg_ctl's win32 service code to eliminateBruce Momjian
2004-08-28Fix high-bit comparison compiler warning in pg_dump.Bruce Momjian
2004-08-28Propogate pg_ctl -D to the postmaster for command-line identification.Bruce Momjian
2004-08-28> > Another issue is that when installing the Postgres service withBruce Momjian
2004-08-25Fix typo in comment, per Andrew Dunstan.Tom Lane
2004-08-24Translation updatePeter Eisentraut
2004-08-21Fix tab completion for ALTER INDEX.Bruce Momjian
2004-08-21Fix pg_ctl -w to properly wait on server startup.Bruce Momjian
2004-08-20Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian
2004-08-20They are two different problems; the TOC entry is important for anyBruce Momjian
2004-08-20Attached is the third version of my patch that adds/fixes several thingsBruce Momjian
2004-08-20This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian