| Age | Commit message (Expand) | Author |
| 2008-01-03 | Stamp release 8.1.11.REL8_1_11 | 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 |
| 2007-11-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane |
| 2007-09-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-14 | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan |
| 2007-06-01 | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |
| 2007-04-19 | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. | Bruce Momjian |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2007-02-07 | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian |
| 2007-02-02 | Stamp release 8.1.7.REL8_1_7 | Tom Lane |
| 2007-02-02 | Repair failure to check that a table is still compatible with a previously | Tom Lane |
| 2007-01-27 | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane |
| 2007-01-05 | Stamp release 8.1.6. | Bruce Momjian |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-11-28 | Mark to_number() and the numeric-type variants of to_char() as stable, not | Tom Lane |
| 2006-11-28 | Back-patch HEAD's fixes to recognize __ppc64__ as equivalent to __powerpc64__. | Tom Lane |
| 2006-11-17 | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane |
| 2006-11-05 | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane |
| 2006-10-12 | Sync 8.1 pg_config.h.in with expected autoheader output (looks like | Tom Lane |
| 2006-10-09 | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 2006-08-10 | Move Win32 inline define to win32.h so it is found, rather than c.h. | Bruce Momjian |
| 2006-08-10 | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian |
| 2006-06-25 | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane |
| 2006-05-30 | Add "inline" compile fix for MSVC/BCC: | Bruce Momjian |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-05-19 | Stamp 8.1.4, except configure/configure.in. | Bruce Momjian |
| 2006-04-26 | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane |
| 2006-04-24 | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian |
| 2006-03-05 | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian |
| 2006-03-04 | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian |
| 2006-02-21 | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane |
| 2006-02-12 | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane |
| 2006-02-12 | Stamp 8.1.3, but exclude configure.in/configure change. | Bruce Momjian |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-29 | Fix code that checks to see if an index can be considered to match the query's | Tom Lane |
| 2006-01-19 | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane |