aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* pg_event_trigger_dropped_objects: add behavior flagsAlvaro Herrera2014-12-19
* Add point <-> polygon distance operator.Heikki Linnakangas2014-12-15
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-02
* Add a #define for the inet overlaps operator.Tom Lane2014-11-30
* Fix BRIN operator family definitionsAlvaro Herrera2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas2014-11-24
* Remove no-longer-needed phony typedefs in genbki.h.Tom Lane2014-11-20
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-15
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Correct volatility markings of a few json functions.Andrew Dunstan2014-10-20
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-29
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Code review for row security.Stephen Frost2014-09-24
* Fix typos in descriptions of json_object functions.Andrew Dunstan2014-09-24
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas2014-09-16
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-11
* Implement mxid_age() to compute multi-xid ageBruce Momjian2014-09-10
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-09
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-01
* Again update C comments for pg_attribute.attislocalBruce Momjian2014-08-30
* Update C comment for pg_attribute.attislocalBruce Momjian2014-08-29
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-28
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-25
* Fix bogus commutator/negator links for JSONB containment operators.Tom Lane2014-08-16
* Add sortsupport routines for text.Robert Haas2014-08-14
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-07
* json_build_object and json_build_array are stable, not immutable.Andrew Dunstan2014-07-15
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane2014-06-26
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-20
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05