summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-27Add a small cache of locks owned by a resource owner in ResourceOwner.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2013-07-07Fix include-guardMagnus Hagander
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-07-18Refactor the way code is shared between some range type functions.Heikki Linnakangas
2012-07-10Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-10Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Make include files work without having to include other ones firstPeter Eisentraut
2012-05-02Avoid repeated CLOG access from heap_hot_search_buffer.Robert Haas
2012-04-30Mark ReThrowError() with attribute noreturnPeter Eisentraut
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-04-13Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut
2012-03-26Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-03-07Expose an API for calculating catcache hash values.Tom Lane
2012-03-06Add a hook for processing messages due to be sent to the server log.Tom Lane
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-03-02Add COLLATION FOR expressionPeter Eisentraut
2012-02-29Fix typo in commentAlvaro Herrera
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-02-19Improve pretty printing of viewdefs.Andrew Dunstan
2012-02-16Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas
2012-02-07Add a transform function for varbit typmod coercisions.Robert Haas
2012-02-07Add a transform function for numeric typmod coercisions.Robert Haas
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-01-31Built-in JSON data type.Robert Haas
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-19Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-07Slightly reorganize struct SnapshotData.Robert Haas