| Age | Commit message (Expand) | Author |
| 2007-04-09 | Fix spelling: SYMETRIC -> SYMMETRIC | Peter Eisentraut |
| 2007-04-02 | Fix check_sql_fn_retval to allow the case where a SQL function declared to | Tom Lane |
| 2007-04-02 | Fix caching of unsuccessful initialization of parser or configuration. | Teodor Sigaev |
| 2007-03-27 | Fix typo, ensable -> enable, per Steve Gieseking. | Tom Lane |
| 2007-03-26 | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii |
| 2007-03-17 | SPI_cursor_open failed to enforce that only read-only queries could be | Tom Lane |
| 2007-03-14 | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane |
| 2007-03-14 | Arrange to install a "posixrules" entry in our timezone database, so that | Tom Lane |
| 2007-03-11 | Fix a race condition that caused pg_database_size() and pg_tablespace_size() | Alvaro Herrera |
| 2007-03-06 | Fix oversight in original coding of inline_function(): since | Tom Lane |
| 2007-03-01 | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane |
| 2007-02-27 | Backported bug fix for #2956. | Michael Meskes |
| 2007-02-18 | Fix portal management code to support non-default command completion tags for | Tom Lane |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2007-02-13 | Disallow committing a prepared transaction unless we are in the same database | Tom Lane |
| 2007-02-12 | Fix backend crash in parsing incorrect tsquery. | Teodor Sigaev |
| 2007-02-11 | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander |
| 2007-02-08 | Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could | Tom Lane |
| 2007-02-08 | Rearrange use of plpgsql_add_initdatums() so that only the parsing of a | Tom Lane |
| 2007-02-07 | Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.REL8_1_8 | Bruce Momjian |
| 2007-02-07 | Fix wrong spacing (I think Bruce tried to hand-edit this instead of letting a... | Tom Lane |
| 2007-02-07 | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian |
| 2007-02-06 | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane |
| 2007-02-06 | Remove typmod checking from the recent security-related patches. It turns | Tom Lane |
| 2007-02-06 | Backported va_list handling cleanup | Michael Meskes |
| 2007-02-02 | Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under | Neil Conway |
| 2007-02-02 | Stamp release 8.1.7.REL8_1_7 | Tom Lane |
| 2007-02-02 | Update release notes for security-related releases in all active branches. | Tom Lane |
| 2007-02-02 | Repair failure to check that a table is still compatible with a previously | Tom Lane |
| 2007-02-02 | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2007-01-30 | Repair oversights in the mechanism used to store compiled plpgsql functions. | Tom Lane |
| 2007-01-30 | Add SPI_push/SPI_pop calls so that datatype input and output functions called | Tom Lane |
| 2007-01-27 | Correct an old logic error in btree page splitting: when considering a split | Tom Lane |
| 2007-01-27 | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane |
| 2007-01-24 | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane |
| 2007-01-24 | Relax an Assert() that has been found to be too strict in some situations | Tom Lane |
| 2007-01-15 | Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps | Neil Conway |
| 2007-01-14 | Fix autovacuum to avoid leaving non-permanent Xids in non-connectable | Alvaro Herrera |
| 2007-01-11 | Fix a performance problem in databases with large numbers of tables | Tom Lane |
| 2007-01-10 | Back port patch. | Tatsuo Ishii |
| 2007-01-06 | Links to GUC variables from HISTORY don't work in back branches...REL8_1_6 | Tom Lane |
| 2007-01-06 | tag 8.1.6 | PostgreSQL Daemon |
| 2007-01-06 | Fix markup because older releases couldn't link to the reference section. | Bruce Momjian |
| 2007-01-05 | Minor copy-editing for release note updates. | Tom Lane |
| 2007-01-05 | Stamp release 8.1.6. | Bruce Momjian |
| 2007-01-05 | Create release notes for 8.1.6. | Bruce Momjian |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-12-27 | Modify local buffer management to request memory for local buffers in blocks | Tom Lane |
| 2006-12-26 | Repair bug #2839: the various ExecReScan functions need to reset | Tom Lane |