| Age | Commit message (Expand) | Author |
| 2003-04-03 | const-ify functions used with completion_matches(), to suppress | Tom Lane |
| 2003-03-28 | Fix NULL casting warning, pointed out by Joe Conway | Bruce Momjian |
| 2003-03-27 | Attached are two patches for psql's tab-completion.c. | Bruce Momjian |
| 2003-02-06 | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane |
| 2003-01-25 | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2002-12-13 | Here's the patch I mentioned on HACKERS to fix up ALTER command tab | Bruce Momjian |
| 2002-11-21 | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane |
| 2002-11-15 | Clean up psql: | Bruce Momjian |
| 2002-11-15 | Rename: | Bruce Momjian |
| 2002-11-14 | Rename server_min_messages to log_min_messages. Part of consolidation | Bruce Momjian |
| 2002-11-08 | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Tab completion in psql is missing the REINDEX command. | Bruce Momjian |
| 2002-09-02 | Add GUC variable to print original query to the server logs when there | Bruce Momjian |
| 2002-09-01 | Add log_duration to GUC/postgresql.conf. | Bruce Momjian |
| 2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-08-30 | Back out unintented tab change. | Bruce Momjian |
| 2002-08-30 | Remove pgaccess from Makefile. | Bruce Momjian |
| 2002-08-15 | The second enables tab-complete to analyze. It ignores schema stuff (so | Bruce Momjian |
| 2002-08-10 | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane |
| 2002-08-04 | This patch fixes a "multi-line string literal" warning encountered | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-30 | Added support for schemas and quotes in tab-complete.c, as well as | Bruce Momjian |
| 2002-07-13 | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Fix for TAB completion using GRANT DELETE in psql. | Bruce Momjian |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |
| 2002-03-07 | Add FULL in VACUUM psql completion. | Bruce Momjian |
| 2002-03-07 | Also an small change to the tab-complete feature of psql which allows to | Bruce Momjian |
| 2002-03-05 | Add \timing patch to psql. Times all queries. | Bruce Momjian |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-21 | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane |
| 2001-09-07 | Update tab completion for \d*. | Bruce Momjian |
| 2001-08-30 | For INSERTs, one can now tab complete DEFAULT VALUES. | Peter Eisentraut |
| 2001-08-01 | Attached is a trivial patch to add ANALYZE to the tab complete file in | Bruce Momjian |
| 2001-06-20 | Re-add explicit declaration of filename_completion_function(), which seems | Peter Eisentraut |
| 2001-06-11 | The attached patch enables PostgreSQL CVS to build cleanly under Cygwin | Bruce Momjian |
| 2001-05-08 | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut |
| 2001-05-07 | Add \cd command to psql. | Peter Eisentraut |
| 2001-04-14 | Work with Readline 4.2. | Peter Eisentraut |
| 2001-03-30 | random_seed => seed ... | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane |