Commit Graph

994 Commits (c19dadbf08ca9b38e50f8afa2dd3ed686203b846)

Author SHA1 Message Date
Tom Lane 6aa0821bcd Redo pgaccess' queries about views so that they will work in both 7.1 25 years ago
Tom Lane 62a029b5c6 Not sure why this work script was in the repository ... but it doesn't 25 years ago
Tom Lane a7e24eda58 Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH 25 years ago
Bruce Momjian 51cd037746 The following patch is required for successful compilation on Irix. 25 years ago
Philip Warner 3e896ebe4a Used LEFT OUTER JOIN for various queries 25 years ago
Philip Warner 2f9bdffc37 Applied (slightly modified) patches from Tatsuo: 25 years ago
Bruce Momjian d7f0b7ef6e Here is an update on the Win32 patch. Modified files are 'config.h.win32' 25 years ago
Bruce Momjian 2679a38a1f Add missing pgaccess files. 25 years ago
Bruce Momjian 2a7ab4d916 Update to pgaccess 0.98.7. 25 years ago
Philip Warner 7fcd675dc3 When dropping the schema, reconnect as owner of each object. 25 years ago
Peter Eisentraut 7e44f8f9e5 For missing owner of database, default to superuser. 25 years ago
Peter Eisentraut e01e14ed66 Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grep 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Bruce Momjian bd0a767eab Here is a patch to make the current snapshot compile on Win32 (native, libpq 25 years ago
Peter Eisentraut d7157d32cb The -R option didn't accept an argument, which made it kind of useless. 25 years ago
Bruce Momjian d7d51bc138 Put quotes around environment variables. 25 years ago
Tom Lane a2405d5554 Get rid of initdb -t bugs by the simple expedient of getting rid of 25 years ago
Philip Warner d63e41e9b2 Fixed handling of renamed columns in PK constraints 25 years ago
Philip Warner 06ef1ef2ec - Check ntuples == 1 for various SELECT statements. 25 years ago
Tom Lane f19238e027 Prevent vacuumdb from trying to vacuum template0. 25 years ago
Tom Lane bf74477b05 check for failure after vacuuming each DB, not only the last one. 25 years ago
Peter Eisentraut 41fde54603 Polish help output. Allow --help to work with BSD getopts. 25 years ago
Tom Lane 2fb6cc9045 Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 25 years ago
Peter Eisentraut 257e17bc60 Correct path where to check for password file existance. 25 years ago
Tom Lane ea608bfd3b pg_dump failed to handle backslashes embedded in function definitions 25 years ago
Tom Lane 8972088dcb Fix typo in error message. 25 years ago
Peter Eisentraut 3b2b7eb19e Remove incorrect use of rl_special_prefixes until further evaluation. 25 years ago
Peter Eisentraut 874b4fd618 Remove incorrect assert. 25 years ago
Tatsuo Ishii c0f9597b31 Imporve messages. 25 years ago
Peter Eisentraut 28e9e9a24e Rename --accounts-only to --globals-only, polish documentation. 25 years ago
Tom Lane 5491233f52 Ensure that 'errno' is saved and restored by all signal handlers that 25 years ago
Bruce Momjian c431db9714 Updates for 7.1 branding. 25 years ago
Bruce Momjian 23bd779176 Change ET_WARN to ET_NOTICE to match internal codes, leave message as 25 years ago
Peter Eisentraut 207f6ed3f1 Print the error message before attempting to reset the connection after a 25 years ago
Tom Lane 5cf81b3c06 Silence compiler warning. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Peter Eisentraut e7c80220d3 Fix counting of lines in scripts with 'copy from stdin'. 25 years ago
Peter Eisentraut 13dbd0276a Final(?) GUC clean-up. Update psql tab completion. 25 years ago
Peter Eisentraut e5ba2fc5b5 Make all commands that link a program look like 26 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 26 years ago
Bruce Momjian 6f11e6dffa This patch allow pg_dump save name of primary key constraint (if primary 26 years ago
Tom Lane c6f0bff1f1 Pay attention to fgets() failure return. 26 years ago
Tom Lane c5bbbb2845 Pay attention to fgets() failure return. 26 years ago
Tom Lane 92fd384779 After going to the trouble of finding where psql lives, seems like 26 years ago
Tom Lane 9c5327b99b Pay attention to failure returns from fgets() in all cases. 26 years ago
Tom Lane e8a72c0db2 Prevent simple_prompt() from locking up in a tight loop at stdin EOF. 26 years ago
Peter Eisentraut ca1c7e662f Silence warning 26 years ago
Peter Eisentraut fc6603ff75 Advertise --help (rather than '-?') as help option (problems with csh). 26 years ago
Peter Eisentraut c25b4dbf03 Update pg_ctl ref page, help output, messages. Some repair to work better 26 years ago
Bruce Momjian 63edc5c4e0 Fix security problem with psql \e where temp file could be an existing 26 years ago