summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-23Fix compilation error introduced by commit 8e1fae1938.Amit Kapila
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-08Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-11-26Update commentsPeter Eisentraut
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-22Add missing words in commentAlvaro Herrera
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-10-27Fix typos in commentsDaniel Gustafsson
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-19Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera
2021-10-19Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-14Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().Jeff Davis
2021-10-13Fix use-after-free with multirange types in CREATE TYPEMichael Paquier
2021-10-11Clean up more code using "(expr) ? true : false"Michael Paquier
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-21Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane
2021-09-19Disallow extended statistics on system columnsTomas Vondra
2021-09-16Message style improvementsPeter Eisentraut
2021-09-14Improve log messages from pg_import_system_collations().Tom Lane
2021-09-14Send NOTIFY signals during CommitTransaction.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-09Avoid fetching from an already-terminated plan.Tom Lane
2021-09-09Remove Value node structPeter Eisentraut
2021-09-09Remove useless castsPeter Eisentraut
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-09-03Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane