aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* New translationPeter Eisentraut2004-09-14
* Fix small memory leak in psql.Neil Conway2004-09-13
* Translation updatesPeter Eisentraut2004-09-13
* Translation updatesPeter Eisentraut2004-09-13
* New translationsPeter Eisentraut2004-09-13
* New translationPeter Eisentraut2004-09-13
* Translation updatesPeter Eisentraut2004-09-13
* Fix some problems with restoring databases owned by non-superusers,Tom Lane2004-09-10
* Adjust quotes for win32 build of psql.Bruce Momjian2004-09-10
* psql consistency fixes from Greg Sabino Mullane: have \df show schema andNeil Conway2004-09-10
* Create pg_config_paths in port/ for win32 builds of psql.Bruce Momjian2004-09-10
* Yet another place where someone was being careless about the argumentsTom Lane2004-09-02
* Spelling correction, per Greg Mullane.Tom Lane2004-09-02
* Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian2004-09-02
* Fix bcc to compile libpq by creating include file for path.c.Bruce Momjian2004-09-01
* Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian2004-09-01
* Translation updatesDennis Bjorklund2004-09-01
* src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;Bruce Momjian2004-09-01
* Fix obviously-utterly-untested noTocComments code.Tom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* The attached patch improves pg_ctl's win32 service code to eliminateBruce Momjian2004-08-28
* Fix high-bit comparison compiler warning in pg_dump.Bruce Momjian2004-08-28
* Propogate pg_ctl -D to the postmaster for command-line identification.Bruce Momjian2004-08-28
* > > Another issue is that when installing the Postgres service withBruce Momjian2004-08-28
* Fix typo in comment, per Andrew Dunstan.Tom Lane2004-08-25
* Translation updatePeter Eisentraut2004-08-24
* Fix tab completion for ALTER INDEX.Bruce Momjian2004-08-21
* Fix pg_ctl -w to properly wait on server startup.Bruce Momjian2004-08-21
* Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian2004-08-20
* They are two different problems; the TOC entry is important for anyBruce Momjian2004-08-20
* Attached is the third version of my patch that adds/fixes several thingsBruce Momjian2004-08-20
* This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian2004-08-20
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-20
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-20
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-18
* Throw error if initdb -L is not an absolute path.Bruce Momjian2004-08-16
* Translation updatesPeter Eisentraut2004-08-14
* Fix psql's COPY support to deal with \r\n line endings.Tom Lane2004-08-13
* Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane2004-08-13
* New translationsPeter Eisentraut2004-08-13