summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2013-07-07Fix include-guardMagnus Hagander
2013-07-05Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.Noah Misch
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-16Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-08SP-GiST support of the range adjacent operator -|-Heikki Linnakangas
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-22Add pg_xlogdump contrib programAlvaro Herrera
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
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