| Age | Commit message (Expand) | Author |
| 2006-01-05 | Translation update | Peter Eisentraut |
| 2006-01-05 | Stamp release 8.1.2. | Bruce Momjian |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2006-01-04 | Fix another case in which autovacuum would fail while analyzing | Tom Lane |
| 2006-01-03 | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane |
| 2006-01-03 | Add checks to verify that a plpgsql function returning a rowtype is actually | Tom Lane |
| 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-29 | Index: src/pl/plpython/plpython.c | Neil Conway |
| 2005-12-28 | Add COPY CSV test that tests CSV output of \. | Bruce Momjian |
| 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-23 | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane |
| 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-09 | Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody | Tom Lane |
| 2005-12-09 | I reconfirmed MS-VC6. Thank you for wonderful correspondence. | Bruce Momjian |
| 2005-12-08 | Stamp 8.1.1. | Bruce Momjian |
| 2005-12-08 | Add missing translation marker | Peter Eisentraut |
| 2005-12-08 | Fix bgwriter's failure to release buffer pins and open files after an | Tom Lane |
| 2005-12-08 | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian |
| 2005-12-06 | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian |
| 2005-12-06 | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane |
| 2005-12-06 | ecpg/pgtypeslib seems to need snprintf.c pulled in, too. | Tom Lane |
| 2005-12-06 | Put undef's before extern declarations that need 'em, per Andrew Dunstan. | Tom Lane |
| 2005-12-06 | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane |
| 2005-12-05 | Add regression test to see if the min/max values of int8 convert correctly. | Tom Lane |
| 2005-12-05 | Fix a rather sizable number of problems in our homegrown snprintf, such as | Tom Lane |
| 2005-12-03 | Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. | Tom Lane |
| 2005-12-03 | Allow to_char(interval) and to_char(time) to use AM/PM specifications. | Bruce Momjian |
| 2005-12-02 | Added special handling of CONNECTION variable that is used by ECPG instead of... | Michael Meskes |
| 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-30 | - Made several variables "const char *" instead of "char *" as proposed by Qi... | Michael Meskes |
| 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-27 | Add missing semicolon. Recent versions of bison seem to choke on this, | Tom Lane |
| 2005-11-23 | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane |