| Age | Commit message (Expand) | Author |
| 2008-06-30 | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas |
| 2008-06-28 | If pnstrdup is going to be promoted to a generally available function, | Tom Lane |
| 2008-06-24 | Reduce the alignment requirement of type "name" from int to char, and arrange | Tom Lane |
| 2008-06-23 | Merge duplicate upper/lower/initcap() routines in oracle_compat.c and | Bruce Momjian |
| 2008-06-19 | Rewrite the sinval messaging mechanism to reduce contention and avoid | Tom Lane |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-06-18 | Improve error reporting for problems in text search configuration files | Tom Lane |
| 2008-06-18 | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian |
| 2008-06-17 | Clean up some problems with redundant cross-type arithmetic operators. Add | Tom Lane |
| 2008-06-17 | Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use | Bruce Momjian |
| 2008-06-15 | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane |
| 2008-06-14 | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane |
| 2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |
| 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 |