| Age | Commit message (Expand) | Author |
| 2007-09-13 | Translation updates | Peter Eisentraut |
| 2007-09-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-08-29 | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-19 | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane |
| 2007-07-17 | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-29 | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane |
| 2007-06-20 | transformColumnDefinition failed to complain about | Tom Lane |
| 2007-06-20 | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane |
| 2007-06-01 | Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-20 | Support explicit placement of the temporary-table schema within search_path. | 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-03-26 | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii |
| 2007-03-14 | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane |
| 2007-03-01 | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane |
| 2007-02-25 | Update 7.x variant horology files to match the new US DST rules. It seems | Tom Lane |
| 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-02 | Stamp release 7.3.18.REL7_3_18 | 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-27 | Correct an old logic error in btree page splitting: when considering a split | Tom Lane |
| 2007-01-24 | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane |
| 2007-01-05 | Stamp release 7.3.17. | Bruce Momjian |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-12-26 | Repair bug #2839: the various ExecReScan functions need to reset | Tom Lane |
| 2006-11-28 | Mark to_number() and the numeric-type variants of to_char() as stable, not | Tom Lane |
| 2006-11-22 | Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't | Tom Lane |
| 2006-10-10 | Fix psql \d commands to behave properly when a pattern using regex | is given. | Tom Lane |
| 2006-10-10 | Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in, | Bruce Momjian |
| 2006-10-09 | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 2006-10-09 | Fix back-branch pg_regress scripts to try the "canonical" expected file if we | Tom Lane |
| 2006-10-07 | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane |
| 2006-08-31 | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane |
| 2006-06-23 | Back-patch 7.4-era fix for memory leak with SSL connections due to | Tom Lane |
| 2006-06-01 | Back-port Postgres 7.4 spinlock code into 7.3 branch. This adds | Tom Lane |
| 2006-06-01 | Pre-8.0 branches need to cope with possibility that the system libc knows | Tom Lane |
| 2006-05-21 | Stamp releases 7.3.15, 7.4.13, and 8.0.8. | Bruce Momjian |
| 2006-05-21 | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane |
| 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-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 2006-05-12 | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane |
| 2006-05-11 | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane |
| 2006-04-19 | Fix ancient memory leak in PQprintTuples(); our code no longer uses this | Tom Lane |
| 2006-03-04 | Minor teak. | Tatsuo Ishii |