| Age | Commit message (Expand) | Author |
| 2009-09-13 | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane |
| 2009-09-12 | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane |
| 2009-09-09 | Fix/improve bytea and boolean support in PL/Python | Peter Eisentraut |
| 2009-09-09 | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane |
| 2009-09-08 | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane |
| 2009-09-07 | Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper | Magnus Hagander |
| 2009-09-04 | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-09-02 | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane |
| 2009-09-01 | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane |
| 2009-09-01 | Bump catversion for flat-file-ectomy. Also remove a missed dead extern | Tom Lane |
| 2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
| 2009-09-01 | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane |
| 2009-08-31 | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane |
| 2009-08-31 | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-08-27 | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-24 | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane |
| 2009-08-23 | Make TRUNCATE do truncate-in-place when processing a relation that was created | Tom Lane |
| 2009-08-23 | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-08-18 | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev |
| 2009-08-13 | Remove stray character in type description | Peter Eisentraut |
| 2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
| 2009-08-10 | Support EEEE (scientific notation) in to_char(). | Tom Lane |
| 2009-08-10 | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane |
| 2009-08-07 | Remove long-since-unused file commands/version.h. | Tom Lane |
| 2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
| 2009-08-05 | Improve error messages in md.c. When a filesystem operation like open() or | Heikki Linnakangas |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-08-04 | Cause pg_proc.probin to be declared as text, not bytea. Everything was | Tom Lane |
| 2009-08-03 | Implement has_sequence_privilege() | Joe Conway |
| 2009-08-02 | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane |
| 2009-08-01 | Department of second thoughts: let's show the exact key during unique index | Tom Lane |
| 2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |
| 2009-07-31 | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane |
| 2009-07-30 | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2009-07-28 | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane |
| 2009-07-27 | Add s_lock support for SuperH architecture. | Tom Lane |
| 2009-07-26 | Extend EXPLAIN to allow generic options to be specified. | Tom Lane |
| 2009-07-24 | Assorted minor refactoring in EXPLAIN. | Tom Lane |
| 2009-07-24 | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander |
| 2009-07-22 | Change do_tup_output() to take Datum/isnull arrays instead of a char * array, | Tom Lane |
| 2009-07-22 | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane |
| 2009-07-21 | Change pg_listener attribute number constants to match the usual pattern | Peter Eisentraut |
| 2009-07-20 | Install src/include/utils/fmgroids.h on VPATH builds too. | Alvaro Herrera |
| 2009-07-20 | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan |
| 2009-07-20 | Teach simplify_boolean_equality to simplify the forms foo <> true and | Tom Lane |