aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-25
* Minor edits to catalog files and scriptsAlvaro Herrera2017-12-21
* SQL proceduresPeter Eisentraut2017-11-30
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Set proargmodes for satisfies_hash_partition.Robert Haas2017-11-17
* Centralize executor-related partitioning code.Robert Haas2017-11-15
* Simplify index_[constraint_]create APIAlvaro Herrera2017-11-14
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Add hash partitioning.Robert Haas2017-11-09
* Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove secondary checkpointSimon Riggs2017-11-07
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Allow the built-in ordered-set aggregates to share transition state.Tom Lane2017-10-16
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-14
* Copy information from the relcache instead of pointing to it.Robert Haas2017-10-06
* Support arrays over domains.Tom Lane2017-09-30
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Message style fixesPeter Eisentraut2017-09-11
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* Assorted preparatory refactoring for partition-wise join.Robert Haas2017-08-15
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Further hacking on ICU collation creation and usage.Tom Lane2017-06-24
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Tweak publication fetching in psqlPeter Eisentraut2017-06-20
* Change pg_get_publication_tables to prosecdef falsePeter Eisentraut2017-06-20
* Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch2017-06-16
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* Fix collprovider of predefined collationsPeter Eisentraut2017-06-13
* Mark to_tsvector(regconfig,json[b]) functions immutableAndrew Dunstan2017-06-08
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-07
* Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane2017-05-30
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14