summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera
2017-06-14Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane
2017-06-14Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Always initialize PartitionBoundInfoData's null_index.Robert Haas
2017-06-13Teach relation_is_updatable() about partitioned tables.Dean Rasheed
2017-06-13Fix failure to remove dependencies when a partition is detached.Robert Haas
2017-06-13In initdb, defend against assignment of NULL values to not-null columns.Tom Lane
2017-06-13Fix typoPeter Eisentraut
2017-06-13Improve code commentsPeter Eisentraut
2017-06-13Prevent copying default collationPeter Eisentraut
2017-06-13Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane
2017-06-13Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane
2017-06-12Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.Tom Lane
2017-06-12Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut
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-11Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.Tom Lane
2017-06-11Apply RLS policies to partitioned tables.Joe Conway
2017-06-09Formatting improvements in config file samplesPeter Eisentraut
2017-06-09Update code commentsPeter Eisentraut
2017-06-09Fix typoPeter Eisentraut
2017-06-09Improve tablesync behavior with concurrent changesPeter Eisentraut
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-08Again report a useful error message when walreceiver's connection closes.Andres Freund
2017-06-08Improve authentication error messages.Heikki Linnakangas
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-06-07Consistently use subscription name as application namePeter Eisentraut
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Improve handover logic between sync and apply workersPeter Eisentraut
2017-06-06Use NIL rather than NULL to represent an empty list.Robert Haas
2017-06-06Clean up partcollation handling for OID 0.Robert Haas
2017-06-06Wire up query cancel interrupt for walsender backends.Andres Freund
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Have walsenders participate in procsignal infrastructure.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-06Don't set application_name in logical replication workersPeter Eisentraut
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-06-06Ignore WL_POSTMASTER_DEATH latch event in single user modePeter Eisentraut
2017-06-05Code review for shm_toc.h/.c.Tom Lane
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-06-05Fix typo in error message.Heikki Linnakangas
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-06-04#ifdef out assorted unused GEQO code.Tom Lane