| Age | Commit message (Expand) | Author |
| 2008-03-30 | 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-29 | 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 | Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. | Tom Lane |
| 2008-03-28 | Department of second thoughts: the rule that ORDER BY and DISTINCT are | Tom Lane |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-27 | When we have successfully optimized a MIN or MAX aggregate into an indexscan, | Tom Lane |
| 2008-03-27 | Remove ipcclean utility command --- didn't work on all Unixes and on | Bruce Momjian |
| 2008-03-27 | Sorry, copied wrong files. | Michael Meskes |
| 2008-03-27 | - Moved from PQsetdbLogin to PQconnectDB. | Michael Meskes |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
| 2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
| 2008-03-26 | Include \password in the psql help. | Magnus Hagander |
| 2008-03-26 | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-25 | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway |
| 2008-03-25 | added ECPGget_PGconn to exports.txt | Michael Meskes |
| 2008-03-24 | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane |
| 2008-03-24 | Use new errdetail_log() mechanism to provide a less klugy way of reporting | Tom Lane |
| 2008-03-24 | Fix various infelicities that have snuck into usage of errdetail() and | Tom Lane |
| 2008-03-24 | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane |
| 2008-03-24 | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane |
| 2008-03-23 | Avoid a useless tuple copy within nodeMaterial. Neil Conway | Tom Lane |
| 2008-03-23 | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane |
| 2008-03-22 | Refactor to_char/to_date formatting code; primarily, replace DCH_processor | Tom Lane |
| 2008-03-22 | Add server side lo_import(filename, oid) function. | Tatsuo Ishii |
| 2008-03-21 | Remove TypeName struct's timezone flag, which has been write-only storage | Tom Lane |
| 2008-03-21 | Give an explicit error for serial[], rather than silently ignoring | Tom Lane |
| 2008-03-21 | Report the current queries of all backends involved in a deadlock | Tom Lane |
| 2008-03-21 | Corrected version number. | Michael Meskes |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-03-21 | Generate dummy probes.h for MSVC builds. | Andrew Dunstan |
| 2008-03-21 | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane |
| 2008-03-20 | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane |
| 2008-03-20 | Add a couple of missing FreeQueryDesc calls. Noticed while testing a | Alvaro Herrera |
| 2008-03-20 | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian |
| 2008-03-20 | 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 | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes |
| 2008-03-20 | Changed statement escaping to not escape continuation line markers. | Michael Meskes |
| 2008-03-20 | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas |
| 2008-03-19 | Remove another useless snapshot creation. | Alvaro Herrera |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-03-19 | We no longer need a snapshot set after opening the finishing transaction: this | Alvaro Herrera |
| 2008-03-19 | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane |
| 2008-03-19 | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii |
| 2008-03-18 | Add find_typedef comments for Linux. | Bruce Momjian |