aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-30
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-23
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* 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
* Message style fixesPeter Eisentraut2017-09-11
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* 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
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-13
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-13
* Fix dependencies for extended statistics objects.Tom Lane2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas2017-04-21
* Mark some columns in pg_subscription as NOT NULL.Fujii Masao2017-04-20
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Catversion bumpPeter Eisentraut2017-04-14
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-14
* Catversion bump forgotten in previous commitAlvaro Herrera2017-04-13
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Mark immutable functions in information schema as parallel safePeter Eisentraut2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* BRIN de-summarizationAlvaro Herrera2017-04-01
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31