aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian2001-02-09
* Make -w the default for shut down, add -W option to specify no wait.Peter Eisentraut2001-02-08
* Redo pgaccess' queries about views so that they will work in both 7.1Tom Lane2001-02-07
* Not sure why this work script was in the repository ... but it doesn'tTom Lane2001-02-07
* Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATHTom Lane2001-02-07
* The following patch is required for successful compilation on Irix.Bruce Momjian2001-01-29
* Used LEFT OUTER JOIN for various queriesPhilip Warner2001-01-28
* Applied (slightly modified) patches from Tatsuo:Philip Warner2001-01-28
* Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian2001-01-27
* Add missing pgaccess files.Bruce Momjian2001-01-27
* Update to pgaccess 0.98.7.Bruce Momjian2001-01-27
* When dropping the schema, reconnect as owner of each object.Philip Warner2001-01-27
* For missing owner of database, default to superuser.Peter Eisentraut2001-01-25
* Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grepPeter Eisentraut2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian2001-01-24
* The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut2001-01-23
* Put quotes around environment variables.Bruce Momjian2001-01-21
* Get rid of initdb -t bugs by the simple expedient of getting rid ofTom Lane2001-01-20
* Fixed handling of renamed columns in PK constraintsPhilip Warner2001-01-12
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-12
* Prevent vacuumdb from trying to vacuum template0.Tom Lane2001-01-08
* check for failure after vacuuming each DB, not only the last one.Tom Lane2001-01-08
* Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut2001-01-06
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Correct path where to check for password file existance.Peter Eisentraut2001-01-04
* pg_dump failed to handle backslashes embedded in function definitionsTom Lane2001-01-04
* Fix typo in error message.Tom Lane2000-12-31
* Remove incorrect use of rl_special_prefixes until further evaluation.Peter Eisentraut2000-12-31
* Remove incorrect assert.Peter Eisentraut2000-12-30
* Imporve messages.Tatsuo Ishii2000-12-30
* Rename --accounts-only to --globals-only, polish documentation.Peter Eisentraut2000-12-19
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-18
* Updates for 7.1 branding.Bruce Momjian2000-12-18
* Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian2000-12-15
* Print the error message before attempting to reset the connection after aPeter Eisentraut2000-12-15
* Silence compiler warning.Tom Lane2000-12-07
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Fix counting of lines in scripts with 'copy from stdin'.Peter Eisentraut2000-12-03
* Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut2000-12-03
* Make all commands that link a program look likePeter Eisentraut2000-11-30
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-29
* This patch allow pg_dump save name of primary key constraint (if primaryBruce Momjian2000-11-27
* Pay attention to fgets() failure return.Tom Lane2000-11-27
* Pay attention to fgets() failure return.Tom Lane2000-11-27
* After going to the trouble of finding where psql lives, seems likeTom Lane2000-11-27
* Pay attention to failure returns from fgets() in all cases.Tom Lane2000-11-27
* Prevent simple_prompt() from locking up in a tight loop at stdin EOF.Tom Lane2000-11-27
* Silence warningPeter Eisentraut2000-11-26