| Age | Commit message (Expand) | Author |
| 2009-09-11 | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane |
| 2009-09-09 | Fix/improve bytea and boolean support in PL/Python | Peter Eisentraut |
| 2009-09-08 | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane |
| 2009-09-04 | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas |
| 2009-09-04 | Fix encoding handling in xml binary input function. If the XML header didn't | Heikki Linnakangas |
| 2009-09-03 | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-09-03 | Install a workaround for a longstanding gcc bug that allows SIGFPE traps | 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-30 | Remove some useless assignments of the result of fread(). Quiets warnings | Tom Lane |
| 2009-08-30 | Remove duplicate variable initializations identified by clang static checker. | Tom Lane |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-08-28 | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut |
| 2009-08-28 | Remove useless code that propagated FrontendProtocol to a backend via a | Tom Lane |
| 2009-08-27 | Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time | Tom Lane |
| 2009-08-27 | Remove some unnecessary variable assignments, per results of "clang" | Tom Lane |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-24 | Try to make silent_mode behave somewhat reasonably. | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
| 2009-08-10 | Refactor NUM_cache_remove calls in error report path to a PG_TRY block. | Alvaro Herrera |
| 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 | Expand test coverage support to entire tree | Peter Eisentraut |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-08-03 | Implement has_sequence_privilege() | Joe Conway |
| 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-29 | Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) to | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2009-07-28 | Correct calculations of overlap and contains operations over polygons. | Teodor Sigaev |
| 2009-07-28 | Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by | Teodor Sigaev |
| 2009-07-24 | Assorted minor refactoring in EXPLAIN. | Tom Lane |
| 2009-07-23 | In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead | Tom Lane |
| 2009-07-22 | Change do_tup_output() to take Datum/isnull arrays instead of a char * array, | Tom Lane |
| 2009-07-21 | Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree, | Tom Lane |
| 2009-07-16 | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane |
| 2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
| 2009-07-14 | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane |
| 2009-07-14 | Do a conditional SPI_push/SPI_pop when replanning a query in | Tom Lane |
| 2009-07-12 | Move some declarations in the raw-parser header files to create a clearer | Tom Lane |
| 2009-07-11 | Alter some gratuitous uses of "ANSI" when "SQL standard" might have been | Peter Eisentraut |
| 2009-07-08 | Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. | Heikki Linnakangas |
| 2009-07-07 | Don't use 'return' where you should use 'PG_RETURN_xxx'. | Tom Lane |
| 2009-07-07 | More sensible character_octet_length | Peter Eisentraut |
| 2009-07-06 | Use floor() not rint() when reducing precision of fractional seconds in | Tom Lane |