| Commit message (Expand) | Author | Age |
* | Disable statement timeouts while making or restoring dumps. | Andrew Dunstan | 2008-05-03 |
* | Show relation size in verbose (e.g. \d+) output. | Heikki Linnakangas | 2008-05-02 |
* | One-letter backslash commands now need a space before the first argument. | Peter Eisentraut | 2008-05-02 |
* | Update error messages, per notes from Tom. | Magnus Hagander | 2008-04-24 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Fix comment typo. | Bruce Momjian | 2008-04-16 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 |
* | Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. | Alvaro Herrera | 2008-04-14 |
* | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 |
* | A small visit from the portability and localization police. | Tom Lane | 2008-04-05 |
* | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian | 2008-04-04 |
* | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian | 2008-04-04 |
* | Show database access privileges in psql's \l command. For \l+, also show | Tom Lane | 2008-03-30 |
* | Display incoming as well as outgoing foreign-key constraints in psql's | Tom Lane | 2008-03-30 |
* | Improve description of \du and \dg, per suggestion from | Tom Lane | 2008-03-29 |
* | Improve psql's tab completion to handle completing attribute names in cases | Tom Lane | 2008-03-29 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Remove ipcclean utility command --- didn't work on all Unixes and on | Bruce Momjian | 2008-03-27 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Include \password in the psql help. | Magnus Hagander | 2008-03-26 |
* | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Dept of second thoughts: --no-tablespaces had better also prevent | Tom Lane | 2008-03-20 |
* | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 |
* | Prevent psql \copy from accepting multiple string parameters, e.g. | Bruce Momjian | 2008-03-11 |
* | Don't call AddUserToDacl on Cygwin | Andrew Dunstan | 2008-02-29 |
* | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 |
* | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to | Tom Lane | 2008-02-20 |
* | Fix mistakes in pg_ctl's code for "start -w" that tries to cope with | Tom Lane | 2008-02-20 |
* | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Translation updates | Peter Eisentraut | 2008-01-31 |
* | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 |
* | Translation updates | Peter Eisentraut | 2008-01-30 |
* | Provide a clearer error message if the pg_control version number looks | Peter Eisentraut | 2008-01-21 |
* | Fix psql \h output for case of no parameters (ie, list all the known commands) | Tom Lane | 2008-01-20 |
* | Prevent pg_dump from dumping the comment (if any) on the 'public' schema. | Tom Lane | 2008-01-14 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Get dllwrap name from variable instead of hardcoded. | Magnus Hagander | 2007-12-15 |
* | Improve the method of localizing column names and other fixed strings in | Tom Lane | 2007-12-12 |
* | Make documentation of -W options more accurate and uniform. | Tom Lane | 2007-12-11 |
* | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane | 2007-12-11 |
* | Fix bogus prompt for password in -u case. Per gripe from Robert Treat. | Tom Lane | 2007-12-09 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Translation updates | Peter Eisentraut | 2007-11-29 |
* | Properly recognize and announce input errors. | Peter Eisentraut | 2007-11-28 |
* | Move resetting of currSchema to a spot where it's not vulnerable to getting | Tom Lane | 2007-11-24 |
* | If pg_dump drops a schema, make sure 'search_path' it SET the next time | Bruce Momjian | 2007-11-24 |