summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2005-06-11Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-05-05Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-04-23Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane
2005-04-20Fix mis-display of negative fractional seconds in interval values forTom Lane
2005-03-26Prevent to_char(interval) from dumping core on month-related formatsTom Lane
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2004-12-17array_map failed to insert correct result type in an empty array.Tom Lane
2004-10-13Repair possible failure to update hint bits back to disk, perTom Lane
2004-02-02Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane
2004-02-01Fix text_position to not scan past end of source string in multibyteJoe Conway
2003-12-07Repair indexed bytea like operations, and related selectivityJoe Conway
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-10-02When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane
2003-09-03Back-patch the other part of Karel's formatting bug fix.Tom Lane
2003-09-03Repair problems with to_char() overrunning its input string.Tom Lane
2003-08-24Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-24Fix bug in GB18030 conversion scriptTatsuo Ishii
2003-08-08Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane
2003-08-05Fix several places where fractional-second inputs were misprocessedTom Lane
2003-07-24Fix timestamp_date for HAVE_INT64_TIMESTAMP case.REL7_3_4Tom Lane
2003-07-24Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane
2003-07-17Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane
2003-07-17Work around buggy strxfrm() present in some Solaris releases.Tom Lane
2003-07-14Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane
2003-06-16Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did notTom Lane
2003-05-21Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign keyTom Lane
2003-05-04Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane
2003-04-26Repair permissions problem in RI triggers: query parsing has to be doneTom Lane
2003-04-23Fix misbehavior of replace() on strings containing '%'.Tom Lane
2003-04-16Fix stupid oversight ...Tom Lane
2003-04-15eqjoinsel's logic for case where MCV lists are not present shouldTom Lane
2003-04-12Fix encoding conversion function bug.Tatsuo Ishii
2003-04-04Back-patch changes to validate page header fields immediately afterTom Lane
2003-04-02Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane
2003-03-30Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian
2003-03-27Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane
2003-03-23Tweak selectivity and related routines to cope with domains. Per reportTom Lane
2003-03-14Prevent infinite loop in ln_var() due to roundoff error.Tom Lane
2003-02-27Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane
2003-02-20Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane
2003-02-19Back patch for GUC client_encoding variable not being handledTatsuo Ishii
2003-02-13Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-29Fix array subscript overruns identified by Yichen Xie.Tom Lane
2003-01-28Convert variable name to canonical spelling before checking for matchesTom Lane
2003-01-28Revert off setting mention for client_min_messages.Bruce Momjian
2003-01-22Make estimation of mergejoin scan selectivities more robust, per recentTom Lane