summaryrefslogtreecommitdiff
path: root/src/include/catalog
AgeCommit message (Expand)Author
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Back-patch log_newpage_range().Noah Misch
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-08-21Fix typoAlvaro Herrera
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2018-11-10Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-03-30Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane
2018-02-24Fix filtering of unsupported relations in logical replicationPeter Eisentraut
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-26Use a blacklist to distinguish original from add-on enum values.Tom Lane
2017-09-11Message style fixesPeter Eisentraut
2017-08-17Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-20Tweak publication fetching in psqlPeter Eisentraut
2017-06-20Change pg_get_publication_tables to prosecdef falsePeter Eisentraut
2017-06-16Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13Fix collprovider of predefined collationsPeter Eisentraut
2017-06-08Mark to_tsvector(regconfig,json[b]) functions immutableAndrew Dunstan
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-05-30Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Teach \d+ to show partitioning constraints.Robert Haas
2017-05-13Complete tab completion for DROP STATISTICSAlvaro Herrera
2017-05-12Fix dependencies for extended statistics objects.Tom Lane
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-04-21Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas
2017-04-20Mark some columns in pg_subscription as NOT NULL.Fujii Masao
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera