summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2004-08-20Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian
2004-08-20> Please find attached a submission to add a "exit on error" option toBruce Momjian
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian
2004-08-16Throw error if initdb -L is not an absolute path.Bruce Momjian
2004-08-14Translation updatesPeter Eisentraut
2004-08-13Fix psql's COPY support to deal with \r\n line endings.Tom Lane
2004-08-13Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane
2004-08-13New translationsPeter Eisentraut
2004-08-13Translation updatesPeter Eisentraut
2004-08-13Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane
2004-08-11Cause initdb to actually accept -s as intended, and fix some typos inTom Lane
2004-08-11Allow compilation when CODESET is not defined (OpenBSD).Peter Eisentraut
2004-08-11Translation updatePeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-09Path-mangling logic was failing to account for paths containing mentionsTom Lane
2004-08-08Fix compiler warning in the proper way.Bruce Momjian
2004-08-08Supress warning about zero-length format string.Bruce Momjian
2004-08-08Allow libpgport to call memory allocation routines even thoughBruce Momjian
2004-08-07Remove bogus trailing dot from eventlog output, per Andreas.Tom Lane