| Age | Commit message (Expand) | Author |
| 2007-05-27 | Code cleanup: use "bool" for Boolean variables, rather than "int". | Neil Conway |
| 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-24 | Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining | 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-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
| 2007-05-14 | Prevent RevalidateCachedPlan from making any permanent change in | Tom Lane |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
| 2007-05-08 | Add a hash function for "numeric". Mark the equality operator for | Neil Conway |
| 2007-05-08 | The appended patch addresses the outstanding issues of the recent guc patch. | Peter Eisentraut |
| 2007-05-05 | Check return code from strxfrm on Windows since it has a | Magnus Hagander |
| 2007-05-04 | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | 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-02 | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | 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 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-30 | Marginal performance hack: remove the loop that used to be needed to | 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-22 | Remove some of the most blatant brain-fade in the recent guc patch | Tom Lane |
| 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-21 | Improve the way in which CatalogCacheComputeHashValue combines multiple key | Tom Lane |
| 2007-04-18 | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera |
| 2007-04-16 | Tweak clean_encoding_name() API to avoid need to cast away const. | Tom Lane |
| 2007-04-16 | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera |
| 2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
| 2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
| 2007-04-15 | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii |
| 2007-04-15 | Fix description how to create conversion function. | Tatsuo Ishii |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-04-06 | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-05 | Update XML error message text for missing libxml; update regression | Bruce Momjian |
| 2007-04-05 | Improve documentation/warning when --with-libxml is not used in the | Bruce Momjian |
| 2007-04-02 | Check length of enum literals on definition and input to make sure they will ... | Andrew Dunstan |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-04-01 | Mapping schemas and databases to XML and XML Schema. | Peter Eisentraut |
| 2007-03-30 | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander |
| 2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
| 2007-03-28 | Code cleanup for the new regexp UDFs: we can hardcode the OID and some | Neil Conway |
| 2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
| 2007-03-27 | Fix typo in Makefile. | Bruce Momjian |
| 2007-03-26 | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian |
| 2007-03-26 | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii |
| 2007-03-26 | Fix plancache's invalidation callback to do the right thing for a SI | Tom Lane |
| 2007-03-25 | Clean up the representation of special snapshots by including a "method | Tom Lane |