aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* 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
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Bump PG_CONTROL_VERSION for previous 9.4 changes.Tom Lane2014-06-04
* pg_lsn should not be marked typispreferred.Tom Lane2014-05-28
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* Fix typcategory labeling of jsonb.Tom Lane2014-05-09
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-09
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix pg_type.typlen for newly-revived line type.Tom Lane2014-05-05
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane2014-04-23
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-16
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-13
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-12
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Bump catversion.Robert Haas2014-03-03
* Corrections to replication slots code and documentation.Robert Haas2014-03-03
* Define LSNOID in pg_type.h.Robert Haas2014-03-03
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* Use pg_lsn data type in pg_stat_replication, too.Robert Haas2014-02-24
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Further code review for pg_lsn data type.Robert Haas2014-02-19
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-19
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.Robert Haas2014-02-03
* Introduce replication slots.Robert Haas2014-01-31
* system catalogs: reorder pg_amproc entries into proper sectionsBruce Momjian2014-01-31
* Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas2014-01-30
* Forgot to bump catalog version for json_array_elements_text.Andrew Dunstan2014-01-29
* Add json_array_elements_text function.Andrew Dunstan2014-01-29