| Age | Commit message (Expand) | Author |
| 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-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-03-04 | Minor teak. | Tatsuo Ishii |
| 2006-03-04 | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii |
| 2006-02-12 | Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash | Tom Lane |
| 2006-01-21 | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-06 | Fix failure to apply domain constraints to a NULL constant that's added to | Tom Lane |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2005-12-24 | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii |
| 2005-12-22 | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane |
| 2005-11-03 | Fix longstanding race condition in transaction log management: there was a | Tom Lane |
| 2005-10-25 | Fix longstanding bug that would sometimes let the planner generate a bad plan | Tom Lane |
| 2005-10-14 | Pass a strdup'd ident string to openlog(), to ensure that reallocation | Tom Lane |
| 2005-10-12 | Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark | Tom Lane |
| 2005-08-30 | Fix missing rows in query | Teodor Sigaev |
| 2005-08-26 | Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, | Tom Lane |
| 2005-08-16 | Reject operator names >= NAMEDATALEN characters. These will not work | Tom Lane |
| 2005-06-25 | Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo | Tom Lane |
| 2005-06-14 | The random selection in function linear() could deliver a value equal to max | Tom Lane |
| 2005-06-11 | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. | Tatsuo Ishii |
| 2005-06-05 | Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not | Tom Lane |
| 2005-06-02 | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane |
| 2005-05-31 | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane |
| 2005-05-29 | expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 | Tom Lane |
| 2005-05-25 | Fix previous patch to exprTypmod. | Tatsuo Ishii |
| 2005-05-24 | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii |
| 2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
| 2005-05-07 | Adjust time qual checking code so that we always check TransactionIdIsInProgress | Tom Lane |
| 2005-05-05 | Make standalone backends ignore pg_database.datallowconn, so that there | Tom Lane |
| 2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane |
| 2005-04-23 | Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison | Tom Lane |
| 2005-04-20 | Don't try to run clauseless index scans on index types that don't support | Tom Lane |
| 2005-04-20 | Fix mis-display of negative fractional seconds in interval values for | Tom Lane |
| 2005-04-14 | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane |
| 2005-03-26 | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane |
| 2005-01-27 | Check that aggregate creator has the right to execute the transition | Tom Lane |
| 2005-01-24 | Disallow LOAD to non-superusers. Per report from John Heasman. | Tom Lane |
| 2005-01-23 | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane |
| 2005-01-11 | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane |
| 2004-12-17 | array_map failed to insert correct result type in an empty array. | Tom Lane |
| 2004-11-18 | Back-patch fix for ALTER DATABASE failing to flush pg_database changes | Tom Lane |
| 2004-11-17 | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane |
| 2004-10-13 | Repair possible failure to update hint bits back to disk, per | Tom Lane |