summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-22Update out-of-date comment in vacuumlazy.cRobert Haas
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-19Handle various problems with sequence handling.Pavan Deolasee
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-15Fix couple of merge issues in sequence handling codePavan Deolasee
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-06-14Revert "Handle multi-command queries correctly inside SQL as well as plpgsql ...Pavan Deolasee
2017-06-14Revert "Collect and return query substrings corresponding to each SQL statement"Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Fix failure to remove dependencies when a partition is detached.Robert Haas
2017-06-13Prevent copying default collationPeter Eisentraut
2017-06-12Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.Tom Lane
2017-06-12Remove "synchronized table states" notice messagePeter Eisentraut
2017-06-12Fix build of ICU support in WindowsPeter Eisentraut
2017-06-12Stop table sync workers when subscription relation entry is removedPeter Eisentraut
2017-06-08Fix compiler warnings due to unused variablesTomas Vondra
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-06-03Hide list of nodes in EXPLAIN (NODES off, FORMAT json)Tomas Vondra
2017-06-03Allow parallelism in COPY (query) TO ...;Andres Freund
2017-06-01Modify sequence catalog tuple before invoking post alter hook.Andres Freund
2017-06-01Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund
2017-05-30Fix improper quoting of format_type_be() output.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-19Fix mistake in error messagePeter Eisentraut
2017-05-19Fix corruption of tableElts list by MergeAttributes().Robert Haas
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-18Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut
2017-05-17Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-05-15Add assertion to quiet CoverityPeter Eisentraut
2017-05-15Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane
2017-05-15Fix ALTER SEQUENCE lockingPeter Eisentraut
2017-05-14Fix maintenance hazards caused by ill-considered use of default: cases.Tom Lane