summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Code review for row security.Stephen Frost2014-09-242-3/+3
* Fix typos in descriptions of json_object functions.Andrew Dunstan2014-09-241-2/+2
* Row-Level Security Policies (RLS)Stephen Frost2014-09-196-17/+81
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-191-0/+1
* Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas2014-09-162-5/+5
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-112-7/+3
* Implement mxid_age() to compute multi-xid ageBruce Momjian2014-09-102-1/+3
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-092-3/+5
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-011-1/+1
* Again update C comments for pg_attribute.attislocalBruce Momjian2014-08-301-3/+7
* Update C comment for pg_attribute.attislocalBruce Momjian2014-08-291-1/+5
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-283-1/+11
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-251-1/+1
* Fix bogus commutator/negator links for JSONB containment operators.Tom Lane2014-08-162-7/+6
* Add sortsupport routines for text.Robert Haas2014-08-143-1/+4
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-071-0/+5
* json_build_object and json_build_array are stable, not immutable.Andrew Dunstan2014-07-152-5/+5
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-021-1/+1
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-292-8/+8
* Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane2014-06-263-9/+5
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-201-15/+1
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-181-1/+1
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-141-1/+1
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-122-3/+3
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-051-1/+2
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-052-7/+7
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-047-2/+24
* Bump PG_CONTROL_VERSION for previous 9.4 changes.Tom Lane2014-06-041-1/+1
* pg_lsn should not be marked typispreferred.Tom Lane2014-05-281-1/+1
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-115-11/+11
* Fix typcategory labeling of jsonb.Tom Lane2014-05-092-2/+2
* More jsonb cleanup.Heikki Linnakangas2014-05-091-1/+1
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-091-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-0629-75/+75
* Fix pg_type.typlen for newly-revived line type.Tom Lane2014-05-052-2/+2
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-4/+8
* Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane2014-04-232-3/+3
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-233-147/+155
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-162-1/+5
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-133-4/+12
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-123-134/+154
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-122-140/+164
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-087-5/+54
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-083-2/+11
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-1/+7
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-041-1/+1
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-031-1/+1
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-262-1/+5
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-238-5/+172
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-124-2/+37