summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2001-03-13Provide more useful error message if 'postgres -V' failed. AdvertisePeter Eisentraut
2001-03-13- Use subselect when enabling triggers,Philip Warner
2001-03-06Help message s/dump/restore/ (must have been copy&pasted from pg_dump).Peter Eisentraut
2001-03-06- Dump relevant parts of sequences only when doing schemaOnly & dataOnlyPhilip Warner
2001-03-06- Only disable triggers in DataOnly (or implied data-only) restores.Philip Warner
2001-03-05Here is the chinese_big5 patch for PgAccess. I've tested under ChineseBruce Momjian
2001-03-01Fix memory leak.Peter Eisentraut
2001-03-01Ensure previous setting of pset.queryFout is restored after a failedTom Lane
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-28Do not strip whitespace within quotes.Peter Eisentraut
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-26Allow pgaccess to input Japanese. See included mail.Tatsuo Ishii
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
2001-02-23Fix pg_dump crashes caused by bogus use of va_start/va_end (only seenTom Lane
2001-02-23chinese-gb -> chinese_gb.Bruce Momjian
2001-02-23Rename to chinese-gbBruce Momjian
2001-02-22 The attachement is the Chinese (GB) patch for PgAccess, don't knowBruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-20Fix pg_passwd's failure to cope with usernames > 8 chars.Tom Lane
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-02-18Add --template option to createdb script to allow access to WITH TEMPLATETom Lane
2001-02-17Fix a bug in psql. unescape() does not work for multi-byte encodings.Tatsuo Ishii
2001-02-13- Fix help output: replace 'f' with 't' and change descPhilip Warner
2001-02-10Fix on LinuxPeter Eisentraut
2001-02-10More cleanup, again not sure it works.Bruce Momjian
2001-02-10Clean up bad variable used in script. Still not sure it works under Linux.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-09Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian
2001-02-08Make -w the default for shut down, add -W option to specify no wait.Peter Eisentraut
2001-02-07Redo pgaccess' queries about views so that they will work in both 7.1Tom Lane
2001-02-07Not sure why this work script was in the repository ... but it doesn'tTom Lane
2001-02-07Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATHTom Lane
2001-01-29The following patch is required for successful compilation on Irix.Bruce Momjian
2001-01-28Used LEFT OUTER JOIN for various queriesPhilip Warner
2001-01-28Applied (slightly modified) patches from Tatsuo:Philip Warner
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-27Add missing pgaccess files.Bruce Momjian
2001-01-27Update to pgaccess 0.98.7.Bruce Momjian
2001-01-27When dropping the schema, reconnect as owner of each object.Philip Warner
2001-01-25For missing owner of database, default to superuser.Peter Eisentraut
2001-01-25Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grepPeter Eisentraut
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian
2001-01-23The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut
2001-01-21Put quotes around environment variables.Bruce Momjian
2001-01-20Get rid of initdb -t bugs by the simple expedient of getting rid ofTom Lane
2001-01-12Fixed handling of renamed columns in PK constraintsPhilip Warner
2001-01-12- Check ntuples == 1 for various SELECT statements.Philip Warner
2001-01-08Prevent vacuumdb from trying to vacuum template0.Tom Lane
2001-01-08check for failure after vacuuming each DB, not only the last one.Tom Lane