summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2020-01-26Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Clarify behavior of adding and altering a column in same ALTER command.Tom Lane
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-11Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut
2020-01-08Fix handling of generated columns in ALTER TABLE.Tom Lane
2020-01-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-02Fix cloning of row triggers to sub-partitionsAlvaro Herrera
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-12-19Update neglected comment.Robert Haas
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-11Remove ATPrepSetStatisticsPeter Eisentraut
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-11-29Add error position to an error messagePeter Eisentraut
2019-11-24Doc: improve discussion of race conditions involved in LISTEN.Tom Lane
2019-11-24Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane
2019-11-24Stabilize the results of pg_notification_queue_usage().Tom Lane
2019-11-23Add object TRUNCATE hookJoe Conway
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-21Make DROP DATABASE command generate less WAL records.Fujii Masao
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-11-14Split handling of reloptions for partitioned tablesMichael Paquier
2019-11-13Fix silly initializations (cosmetic only).Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-11Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila
2019-11-07Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane