| Commit message (Expand) | Author | Age |
* | 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 |
* | Add more comments about thousands separator handling. | Bruce Momjian | 2007-11-22 |
* | Add comments about thousands separator logic. | Bruce Momjian | 2007-11-22 |
* | When setting default thousands separator when locale has "", use logic | Bruce Momjian | 2007-11-21 |
* | Fix pg_ctl -t to register -t value, per Alvaro. | Bruce Momjian | 2007-11-20 |
* | Update comment. | Bruce Momjian | 2007-11-19 |
* | Add comment about COMMENT ON DATABASE failing for differently-named | Bruce Momjian | 2007-11-19 |
* | Fix inconsistent message wording, and split off a couple of duplicated strings. | Alvaro Herrera | 2007-11-16 |
* | Cleanup for new else/comment handling. | Bruce Momjian | 2007-11-16 |
* | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |