| Age | Commit message (Expand) | Author |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-18 | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane |
| 2008-04-17 | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian |
| 2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-04-15 | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian |
| 2008-04-15 | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian |
| 2008-04-13 | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-04 | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane |
| 2008-04-04 | Implement current_query(), that shows the currently executing query. | Bruce Momjian |
| 2008-04-04 | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander |
| 2008-04-02 | Convert three more guc settings to enum type: | Magnus Hagander |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | 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-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-24 | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane |
| 2008-03-23 | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane |
| 2008-03-21 | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane |
| 2008-03-17 | Fix postgres --describe-config for guc enums, breakage noted by Alvaro. | Magnus Hagander |
| 2008-03-16 | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane |
| 2008-03-16 | Some cleanups of enum-guc code, per comments from Tom. | Magnus Hagander |
| 2008-03-13 | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane |
| 2008-03-10 | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander |
| 2008-03-09 | Change patternsel() so that instead of switching from a pure | Tom Lane |
| 2008-03-07 | This patch addresses some issues in TOAST compression strategy that | Tom Lane |
| 2008-02-23 | Change the declaration of struct varlena so that the length word is | Tom Lane |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2008-01-23 | Prevent integer overflow within the integer-datetimes version of | Tom Lane |
| 2008-01-15 | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-28 | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane |
| 2007-12-08 | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 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-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-09-25 | Change on-disk representation of NUMERIC datatype so that the sign_dscale | Tom Lane |
| 2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-18 | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan |
| 2007-09-11 | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane |
| 2007-09-10 | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane |
| 2007-09-04 | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan |