| Age | Commit message (Expand) | Author |
| 2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane |
| 2007-06-07 | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane |
| 2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-05 | The session_replication_role actually can be changed at will during | Jan Wieck |
| 2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |
| 2007-06-01 | Allow leading and trailing whitespace in the input to the boolean | Neil Conway |
| 2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
| 2007-06-01 | Buy back some of the cycles spent in more-expensive hash functions by | Tom Lane |
| 2007-06-01 | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane |
| 2007-05-31 | Change build_index_pathkeys() so that the expressions it builds to represent | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-30 | Fix trivial misspelling in comment. | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-27 | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane |
| 2007-05-27 | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
| 2007-05-21 | XPath fixes: | Peter Eisentraut |
| 2007-05-20 | To support external compression of archived WAL data, add a flag bit to | Tom Lane |
| 2007-05-18 | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera |
| 2007-05-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
| 2007-05-17 | Fix parameter recalculation for Limit nodes: during a ReScan call we must | Tom Lane |
| 2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
| 2007-05-16 | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera |
| 2007-05-15 | Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures | Bruce Momjian |
| 2007-05-12 | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
| 2007-05-08 | Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry | Tom Lane |
| 2007-05-08 | Add a hash function for "numeric". Mark the equality operator for | Neil Conway |
| 2007-05-04 | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane |
| 2007-05-04 | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane |
| 2007-05-04 | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane |
| 2007-05-04 | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane |
| 2007-05-03 | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane |
| 2007-05-02 | During WAL recovery, when reading a page that we intend to overwrite completely | Tom Lane |
| 2007-05-02 | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane |
| 2007-04-30 | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane |
| 2007-04-30 | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-21 | Some further performance tweaks for planning large inheritance trees that | Tom Lane |
| 2007-04-21 | Make configuration parameters fall back to their default values when they | Peter Eisentraut |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |