summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* psql consistency fixes from Greg Sabino Mullane: have \df show schema andNeil Conway2004-09-102-14/+18
* Create pg_config_paths in port/ for win32 builds of psql.Bruce Momjian2004-09-102-6/+6
* Yet another place where someone was being careless about the argumentsTom Lane2004-09-021-7/+7
* Spelling correction, per Greg Mullane.Tom Lane2004-09-021-2/+2
* Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian2004-09-022-0/+2
* Fix bcc to compile libpq by creating include file for path.c.Bruce Momjian2004-09-012-2/+18
* Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian2004-09-012-2/+8
* Translation updatesDennis Bjorklund2004-09-014-823/+926
* src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;Bruce Momjian2004-09-011-2/+2
* Fix obviously-utterly-untested noTocComments code.Tom Lane2004-08-301-28/+28
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-2/+2
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-291-3/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-2939-1347/+1452
* Update copyright to 2004.Bruce Momjian2004-08-2954-109/+109
* The attached patch improves pg_ctl's win32 service code to eliminateBruce Momjian2004-08-281-4/+18
* Fix high-bit comparison compiler warning in pg_dump.Bruce Momjian2004-08-281-8/+8
* Propogate pg_ctl -D to the postmaster for command-line identification.Bruce Momjian2004-08-281-8/+17
* > > Another issue is that when installing the Postgres service withBruce Momjian2004-08-281-2/+5
* Fix typo in comment, per Andrew Dunstan.Tom Lane2004-08-251-2/+2
* Translation updatePeter Eisentraut2004-08-241-131/+173
* Fix tab completion for ALTER INDEX.Bruce Momjian2004-08-211-2/+3
* Fix pg_ctl -w to properly wait on server startup.Bruce Momjian2004-08-211-2/+13
* Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian2004-08-203-8/+19
* They are two different problems; the TOC entry is important for anyBruce Momjian2004-08-203-5/+84
* Attached is the third version of my patch that adds/fixes several thingsBruce Momjian2004-08-201-34/+162
* This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian2004-08-202-72/+201
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-201-2/+13
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-203-10/+17
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-183-16/+14
* Throw error if initdb -L is not an absolute path.Bruce Momjian2004-08-161-2/+7
* Translation updatesPeter Eisentraut2004-08-142-545/+685
* Fix psql's COPY support to deal with \r\n line endings.Tom Lane2004-08-131-5/+24
* Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane2004-08-131-64/+72
* New translationsPeter Eisentraut2004-08-136-6/+2696
* Translation updatesPeter Eisentraut2004-08-133-93/+105
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-132-4/+6
* Cause initdb to actually accept -s as intended, and fix some typos inTom Lane2004-08-111-4/+4
* Allow compilation when CODESET is not defined (OpenBSD).Peter Eisentraut2004-08-111-5/+5
* Translation updatePeter Eisentraut2004-08-111-146/+208
* Translation updatesPeter Eisentraut2004-08-107-1347/+3972
* Translation updatePeter Eisentraut2004-08-101-34/+50
* Translation updatesPeter Eisentraut2004-08-105-646/+816
* Translation updatePeter Eisentraut2004-08-101-120/+120
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-091-1/+2
* Fix compiler warning in the proper way.Bruce Momjian2004-08-081-2/+3
* Supress warning about zero-length format string.Bruce Momjian2004-08-081-6/+6
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-081-2/+20
* Remove bogus trailing dot from eventlog output, per Andreas.Tom Lane2004-08-074-12/+9
* Ignore trailing spaces in psql \h.Bruce Momjian2004-08-071-3/+3
* Revert badly-broken patch to dump comments on composite-type columns.Tom Lane2004-08-061-14/+8