summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-17Fix relpersistence setting in reindex_indexAlvaro Herrera
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-11Add generate_series(numeric, numeric).Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-10C comment: mention 1500-02-29 as an invalid dateBruce Momjian
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-06C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-11-04Remove support for 64-bit CRC.Heikki Linnakangas
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-10-29Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-08Split builtins.h to a new header ruleutils.hAlvaro Herrera
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-29Revert 95d737ff to add 'ignore_nulls'Stephen Frost
2014-09-29Change JSONB's on-disk format for improved performance.Tom Lane
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-14Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-09-10Implement mxid_age() to compute multi-xid ageBruce Momjian
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-04Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.Robert Haas
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-08-15Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas
2014-08-14Add sortsupport routines for text.Robert Haas
2014-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-06-29Add cluster_name GUC which is included in process titles if set.Andres Freund
2014-06-19Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-05-22Fix typo in comment.Fujii Masao
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
2014-05-09More jsonb cleanup.Heikki Linnakangas
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian