| Age | Commit message (Expand) | Author |
| 2005-06-11 | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. | Tatsuo Ishii |
| 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 | Fix mis-display of negative fractional seconds in interval values for | Tom Lane |
| 2005-03-26 | Prevent to_char(interval) from dumping core on month-related formats | 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-10-13 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-02-02 | Avoid generating invalid character encoding sequences in make_greater_string. | Tom Lane |
| 2004-02-01 | Fix text_position to not scan past end of source string in multibyte | Joe Conway |
| 2003-12-07 | Repair indexed bytea like operations, and related selectivity | Joe Conway |
| 2003-11-30 | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway |
| 2003-10-31 | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck |
| 2003-10-02 | When dumping CREATE INDEX, must show opclass name if the opclass isn't | Tom Lane |
| 2003-09-03 | Back-patch the other part of Karel's formatting bug fix. | Tom Lane |
| 2003-09-03 | Repair problems with to_char() overrunning its input string. | Tom Lane |
| 2003-08-24 | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii |
| 2003-08-24 | Fix bug in GB18030 conversion script | Tatsuo Ishii |
| 2003-08-08 | Conversion functions must be STRICT to prevent them from getting null inputs. | Tom Lane |
| 2003-08-05 | Fix several places where fractional-second inputs were misprocessed | Tom Lane |
| 2003-07-24 | Fix timestamp_date for HAVE_INT64_TIMESTAMP case.REL7_3_4 | Tom Lane |
| 2003-07-24 | Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. | Tom Lane |
| 2003-07-17 | Oh, for crying in a bucket ... relax Assert so that glibc's strxfrm | Tom Lane |
| 2003-07-17 | Work around buggy strxfrm() present in some Solaris releases. | Tom Lane |
| 2003-07-14 | Fix a *second* buffer overrun bug in to_ascii(). Grumble. | Tom Lane |
| 2003-06-16 | Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not | Tom Lane |
| 2003-05-21 | Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign key | Tom Lane |
| 2003-05-04 | Allow 60 in seconds fields of timestamp, time, interval input values. | Tom Lane |
| 2003-04-26 | Repair permissions problem in RI triggers: query parsing has to be done | Tom Lane |
| 2003-04-23 | Fix misbehavior of replace() on strings containing '%'. | Tom Lane |
| 2003-04-16 | Fix stupid oversight ... | Tom Lane |
| 2003-04-15 | eqjoinsel's logic for case where MCV lists are not present should | Tom Lane |
| 2003-04-12 | Fix encoding conversion function bug. | Tatsuo Ishii |
| 2003-04-04 | Back-patch changes to validate page header fields immediately after | Tom Lane |
| 2003-04-02 | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane |
| 2003-03-30 | Properly document default value of log_min_error_statement in postgresql.conf. | Bruce Momjian |
| 2003-03-27 | Fix bogus coding of SET DEFAULT ri triggers ... or at least make it less | Tom Lane |
| 2003-03-23 | Tweak selectivity and related routines to cope with domains. Per report | Tom Lane |
| 2003-03-14 | Prevent infinite loop in ln_var() due to roundoff error. | Tom Lane |
| 2003-02-27 | Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone | Tom Lane |
| 2003-02-20 | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane |
| 2003-02-19 | Back patch for GUC client_encoding variable not being handled | Tatsuo Ishii |
| 2003-02-13 | Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case. | Tom Lane |
| 2003-01-29 | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane |
| 2003-01-29 | Fix array subscript overruns identified by Yichen Xie. | Tom Lane |
| 2003-01-28 | Convert variable name to canonical spelling before checking for matches | Tom Lane |
| 2003-01-28 | Revert off setting mention for client_min_messages. | Bruce Momjian |
| 2003-01-22 | Make estimation of mergejoin scan selectivities more robust, per recent | Tom Lane |