| Age | Commit message (Expand) | Author |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-03-18 | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane |
| 2008-03-17 | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut |
| 2008-03-17 | Fix postgres --describe-config for guc enums, breakage noted by Alvaro. | Magnus Hagander |
| 2008-03-17 | Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not | Alvaro Herrera |
| 2008-03-17 | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane |
| 2008-03-16 | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane |
| 2008-03-16 | Modify interactions between sinval.c and sinvaladt.c. The code that actually | Alvaro Herrera |
| 2008-03-16 | Some cleanups of enum-guc code, per comments from Tom. | Magnus Hagander |
| 2008-03-15 | Change hash index creation so that rather than always establishing exactly | Tom Lane |
| 2008-03-14 | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera |
| 2008-03-13 | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane |
| 2008-03-11 | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane |
| 2008-03-10 | Provide a build-time option to store large relations as single files, rather | Tom Lane |
| 2008-03-10 | Bump catversion from guc enum patch, which I forgot. Sorry! | Magnus Hagander |
| 2008-03-10 | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander |
| 2008-03-10 | Reduce memory consumption during VACUUM of large relations, by using | Tom Lane |
| 2008-03-09 | Change patternsel() so that instead of switching from a pure | Tom Lane |
| 2008-03-08 | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane |
| 2008-03-07 | This patch addresses some issues in TOAST compression strategy that | Tom Lane |
| 2008-03-04 | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane |
| 2008-02-29 | Remove long-unused and broken TCL_ARRAYS. | Alvaro Herrera |
| 2008-02-29 | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander |
| 2008-02-23 | Change the declaration of struct varlena so that the length word is | Tom Lane |
| 2008-02-20 | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to | Tom Lane |
| 2008-02-18 | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut |
| 2008-02-17 | Upgrade to Autoconf 2.61: | Peter Eisentraut |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2008-02-14 | Sync our regex code with upstream changes since last time we did this, which | Tom Lane |
| 2008-02-13 | Stamp HEAD as 8.4devel. | Tom Lane |
| 2008-02-07 | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane |
| 2008-02-01 | Stamp 8.3 in CVS. _No_ update of configure/configure.in. | Bruce Momjian |
| 2008-01-30 | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane |
| 2008-01-26 | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane |
| 2008-01-24 | Change /contrib to contrib for consistency. | Peter Eisentraut |
| 2008-01-23 | Prevent integer overflow within the integer-datetimes version of | Tom Lane |
| 2008-01-21 | Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid | Tom Lane |
| 2008-01-18 | Stamp release for 8.3RC2; configure will be stamped by packager. | Bruce Momjian |
| 2008-01-17 | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane |
| 2008-01-15 | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane |
| 2008-01-14 | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane |
| 2008-01-11 | The original implementation of polymorphic aggregates didn't really get the | Tom Lane |
| 2008-01-11 | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane |
| 2008-01-09 | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane |
| 2008-01-09 | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane |
| 2008-01-09 | Don't enforce 32-bit time_t for FRONTEND apps. Fixes standalone | Magnus Hagander |
| 2008-01-08 | lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. | Tom Lane |
| 2008-01-03 | Stamp release 8.3RC1.REL8_3_RC1 | Tom Lane |
| 2008-01-03 | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane |
| 2008-01-03 | Fix assorted security-grade bugs in the regex engine. All of these problems | Tom Lane |