| Age | Commit message (Expand) | Author |
| 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-26 | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway |
| 2005-05-25 | Translation updates | Peter Eisentraut |
| 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-24 | Previous fix for "x FULL JOIN y ON true" failed to handle the case | Tom Lane |
| 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-05-03 | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane |
| 2005-04-30 | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway |
| 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-04-10 | Make constant-folding produce sane output for COALESCE(NULL,NULL), | Tom Lane |
| 2005-04-04 | In cost_mergejoin, the early-exit effect should not apply to the | Tom Lane |
| 2005-03-31 | Flush any remaining statistics counts out to the collector at process | Tom Lane |
| 2005-03-26 | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane |
| 2005-03-24 | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane |
| 2005-03-12 | Fix ALTER DATABASE RENAME to allow the operation if user is a superuser | Tom Lane |
| 2005-03-01 | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane |
| 2005-02-19 | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane |
| 2005-02-14 | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane |
| 2005-02-10 | Back-patch fix for a typo that unintentionally disabled backward scans | Tom Lane |
| 2005-02-06 | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane |
| 2005-02-06 | Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for | 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-24 | Fix memory leak in rtdosplit, per report from Clive Page. | 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-23 | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane |
| 2004-12-17 | Make array_cat more paranoid about checking datatypes in empty arrays. | Tom Lane |
| 2004-12-17 | array_map failed to insert correct result type in an empty array. | Tom Lane |
| 2004-12-13 | Avoid generating excess (and illegal) parentheses around an aliased JOIN | Tom Lane |
| 2004-12-13 | Back-patch copyOject fix for EXPLAIN/PREPARE. | Tom Lane |
| 2004-12-11 | Translation update | Peter Eisentraut |
| 2004-12-11 | Translation update | Peter Eisentraut |
| 2004-12-03 | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane |
| 2004-12-03 | Translation fix by Julien Cristau | Peter Eisentraut |
| 2004-12-02 | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane |
| 2004-12-01 | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane |
| 2004-11-28 | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane |
| 2004-11-24 | Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from | Tom Lane |