summaryrefslogtreecommitdiff
path: root/src/include/catalog/indexing.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Move catalog index declarationsPeter Eisentraut2020-11-071-323/+0
* Use multi-inserts for pg_dependMichael Paquier2020-09-051-0/+6
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-311-0/+5
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-291-3/+0
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-161-7/+10
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-4/+4
* Create a script that can renumber manually-assigned OIDs.Tom Lane2019-03-121-0/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-181-3/+3
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-041-2/+2
* Make Catalog.pm's representation of toast and index decls more abstract.Tom Lane2018-04-251-4/+0
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-1/+1
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-231-0/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-171-2/+2
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-0/+7
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-2/+5
* Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane2017-02-011-3/+6
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-0/+1
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-1/+3
* Reindent table partitioning code.Robert Haas2017-01-241-1/+1
* Logical replicationPeter Eisentraut2017-01-201-0/+18
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add pg_sequence system catalogPeter Eisentraut2016-12-201-0/+3
* Implement table partitioning.Robert Haas2016-12-071-0/+3
* Add new catalog called pg_init_privsStephen Frost2016-04-061-0/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-5/+0
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-191-3/+3
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-191-2/+2
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-181-2/+2
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+5
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-0/+6
* Add transforms featurePeter Eisentraut2015-04-261-0/+5
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-271-4/+4
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-0/+6
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-201-15/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-221-0/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Syntax support and documentation for event triggers.Robert Haas2012-07-181-0/+5