| Age | Commit message (Expand) | Author |
| 2006-01-02 | Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. | Tom Lane |
| 2006-01-01 | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-30 | Repair EXPLAIN failure when trying to display a plan condition that involves | Tom Lane |
| 2005-12-28 | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian |
| 2005-12-27 | Our code had: | Bruce Momjian |
| 2005-12-24 | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii |
| 2005-12-24 | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. | Tatsuo Ishii |
| 2005-12-22 | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane |
| 2005-12-14 | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane |
| 2005-12-14 | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane |
| 2005-12-10 | Teach deparsing of CASE expressions to cope with the simplified forms | Tom Lane |
| 2005-12-09 | Translation updates | Peter Eisentraut |
| 2005-12-08 | Fix bgwriter's failure to release buffer pins and open files after an | Tom Lane |
| 2005-12-06 | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane |
| 2005-12-03 | Allow to_char(interval) and to_char(time) to use AM/PM specifications. | Bruce Momjian |
| 2005-12-02 | Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the | Tom Lane |
| 2005-12-01 | Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. | Tom Lane |
| 2005-12-01 | Check for overflow in strtol() while parsing datetime inputs. | Tom Lane |
| 2005-11-30 | Rearrange code in pg_atoi() to avoid assuming that isspace() cannot | Tom Lane |
| 2005-11-30 | Tweak choose_bitmap_and() heuristics in the light of example provided in bug | Tom Lane |
| 2005-11-28 | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane |
| 2005-11-28 | Install a more future-proof fix for the snapshot-unset bug just found. | Alvaro Herrera |
| 2005-11-28 | Recent changes to allow hash join to exit early given empty input from | Tom Lane |
| 2005-11-28 | Set a snapshot before running analyze on a single table, to avoid a | Alvaro Herrera |
| 2005-11-23 | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane |
| 2005-11-23 | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-20 | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane |
| 2005-11-19 | Stopgap solution for problem reported by Alexey Beschiokov: after | Tom Lane |
| 2005-11-18 | Fix performance issue in exprTypmod(): for a COALESCE expression, it | Tom Lane |
| 2005-11-17 | DropRelFileNodeBuffers failed to fix the state of the lookup hash table | Tom Lane |
| 2005-11-16 | make_restrictinfo() failed to attach the specified required_relids to | Tom Lane |
| 2005-11-14 | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane |
| 2005-11-14 | Translation typo fix | Alvaro Herrera |
| 2005-11-14 | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane |
| 2005-11-13 | Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid | Tom Lane |
| 2005-11-10 | add missing quote mark to ident_file sample line - per Hiroshi Saito | Andrew Dunstan |
| 2005-11-10 | When in transaction-aborted state, reject Bind message for portals containing | Tom Lane |
| 2005-11-09 | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane |
| 2005-11-07 | Translation updates. | Alvaro Herrera |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-11-04 | Improve description of constraint_exclusion variable. | Tom Lane |
| 2005-11-04 | Translation updates | Peter Eisentraut |
| 2005-11-04 | Remove a gratuitous string difference (does not affect translations). | Peter Eisentraut |
| 2005-11-04 | Fix logical error in option description. | Peter Eisentraut |
| 2005-11-04 | Disregard superuserness when checking to see if a role GRANT would | Tom Lane |
| 2005-11-03 | Fix a couple of missed None -> DestNone in comments. | Tom Lane |
| 2005-11-03 | Fix one overlooked ocurrence of "None" in EXEC_BACKEND block. | Alvaro Herrera |
| 2005-11-03 | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane |