| Age | Commit message (Expand) | Author |
| 2008-06-10 | Comment fix, should say TSQuery instead of TSVector. | Heikki Linnakangas |
| 2008-06-08 | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane |
| 2008-06-08 | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera |
| 2008-06-06 | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera |
| 2008-06-05 | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera |
| 2008-05-29 | Improve the documentation comment for replace(). Robert Treat | Tom Lane |
| 2008-05-28 | Add a field to guc enums to allow hiding of values from display while | Magnus Hagander |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-19 | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane |
| 2008-05-17 | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane |
| 2008-05-17 | Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. | Tom Lane |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-16 | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane |
| 2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-05-15 | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-14 | Move the "instr_time" typedef and associated macros into a new header | Tom Lane |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera |
| 2008-05-12 | Convert wal_sync_method to guc enum. | Magnus Hagander |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-05-08 | Make the new pg_stat_get_activity use OUT parameters, so you don't have to | Magnus Hagander |
| 2008-05-07 | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander |
| 2008-05-07 | Convert the list of syscache names from a series of #define's into an enum, | Tom Lane |
| 2008-05-04 | Add timestamp and timestamptz versions of generate_series(). | Tom Lane |
| 2008-05-04 | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane |
| 2008-05-03 | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan |
| 2008-05-02 | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane |
| 2008-05-02 | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane |
| 2008-05-02 | Sigh ... pg_config.h.win32 needs to define BLCKSZ and RELSEG_SIZE now. | Tom Lane |
| 2008-05-02 | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane |
| 2008-04-29 | Some minor further cleanup around A_Const. Don't attach a typecast in | Tom Lane |
| 2008-04-29 | Fix REASSIGN OWNED so that it works on procedural languages too. | Alvaro Herrera |
| 2008-04-29 | Remove typename from A_Const. | Alvaro Herrera |
| 2008-04-29 | Fix volatility marking for the generate_series and generate_subscripts families | Alvaro Herrera |
| 2008-04-28 | Bump the catversion for the previous patch. | Alvaro Herrera |
| 2008-04-28 | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera |
| 2008-04-26 | Code review for recent patch to terminate online backup during shutdown: | Tom Lane |
| 2008-04-23 | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander |
| 2008-04-22 | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev |
| 2008-04-21 | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane |
| 2008-04-21 | Clean up float4byval and float8byval handling by dealing with them completely | Magnus Hagander |
| 2008-04-21 | Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgap | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-18 | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera |
| 2008-04-18 | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane |
| 2008-04-18 | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane |
| 2008-04-17 | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane |
| 2008-04-17 | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian |