summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2014-04-28Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-13Improve some O(N^2) behavior in window function evaluation.Tom Lane
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-04-04Fix some compiler warnings that clang emits with -pedantic.Robert Haas
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-12Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-03-04Minor corrections to logical decoding patch.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas
2014-02-19Further code review for pg_lsn data type.Robert Haas