summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2001-01-06Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
2001-01-04Correct path where to check for password file existance.Peter Eisentraut
2001-01-04pg_dump failed to handle backslashes embedded in function definitionsTom Lane
2000-12-31Fix typo in error message.Tom Lane
2000-12-31Remove incorrect use of rl_special_prefixes until further evaluation.Peter Eisentraut
2000-12-30Remove incorrect assert.Peter Eisentraut
2000-12-30Imporve messages.Tatsuo Ishii
2000-12-19Rename --accounts-only to --globals-only, polish documentation.Peter Eisentraut
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-18Updates for 7.1 branding.Bruce Momjian
2000-12-15Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian
2000-12-15Print the error message before attempting to reset the connection after aPeter Eisentraut
2000-12-07Silence compiler warning.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-12-03Fix counting of lines in scripts with 'copy from stdin'.Peter Eisentraut
2000-12-03Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-27This patch allow pg_dump save name of primary key constraint (if primaryBruce Momjian
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-27After going to the trouble of finding where psql lives, seems likeTom Lane