summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2013-01-21Add ddl_command_end support for event triggers.Robert Haas
2013-01-14Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-24Update comments on rd_newRelfilenodeSubid.Simon Riggs
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-09Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane
2012-09-04Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28remove catcache.h from syscache.hAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-08-27Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas
2012-08-22Mark DateTimeParseError() noreturnPeter Eisentraut
2012-08-21Teach compiler that ereport(>=ERROR) does not returnPeter Eisentraut
2012-08-16Add SP-GiST support for range types.Heikki Linnakangas
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-18Refactor the way code is shared between some range type functions.Heikki Linnakangas
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-10Re-implement 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-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-21Add a small cache of locks owned by a resource owner in ResourceOwner.Heikki Linnakangas
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
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