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