aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Stop table sync workers when subscription relation entry is removedPeter Eisentraut2017-06-12
* Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.Tom Lane2017-06-11
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Formatting improvements in config file samplesPeter Eisentraut2017-06-09
* Update code commentsPeter Eisentraut2017-06-09
* Fix typoPeter Eisentraut2017-06-09
* Improve tablesync behavior with concurrent changesPeter Eisentraut2017-06-09
* Use standard interrupt handling in logical replication launcher.Andres Freund2017-06-08
* Again report a useful error message when walreceiver's connection closes.Andres Freund2017-06-08
* Improve authentication error messages.Heikki Linnakangas2017-06-08
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-07
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-07
* Consistently use subscription name as application namePeter Eisentraut2017-06-06
* Clean up latch related code.Andres Freund2017-06-06
* Improve handover logic between sync and apply workersPeter Eisentraut2017-06-06
* Use NIL rather than NULL to represent an empty list.Robert Haas2017-06-06
* Clean up partcollation handling for OID 0.Robert Haas2017-06-06
* Wire up query cancel interrupt for walsender backends.Andres Freund2017-06-05
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Revert "Prevent panic during shutdown checkpoint"Andres Freund2017-06-05
* Don't set application_name in logical replication workersPeter Eisentraut2017-06-05
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Ignore WL_POSTMASTER_DEATH latch event in single user modePeter Eisentraut2017-06-05
* Code review for shm_toc.h/.c.Tom Lane2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Fix typo in error message.Heikki Linnakangas2017-06-05
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-04
* #ifdef out assorted unused GEQO code.Tom Lane2017-06-04
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Remove dead variables.Tom Lane2017-06-03
* Fix <> and pattern-NOT-match estimators to handle nulls correctly.Tom Lane2017-06-03
* Fix old corner-case logic error in final_cost_nestloop().Tom Lane2017-06-03
* Receive invalidation messages correctly in tablesync workerPeter Eisentraut2017-06-03
* Make tablesync worker exit when apply dies while it was waiting for itPeter Eisentraut2017-06-03
* Allow parallelism in COPY (query) TO ...;Andres Freund2017-06-02
* Remove replication slot name check from ReplicationSlotAcquire()Peter Eisentraut2017-06-02
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Fix copy/paste mistake in commentMagnus Hagander2017-06-02
* Fix typo in commentMagnus Hagander2017-06-02
* Reorganize logical replication worker disconnect codePeter Eisentraut2017-06-01
* Modify sequence catalog tuple before invoking post alter hook.Andres Freund2017-06-01
* Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund2017-06-01
* Restore accidentally-removed line.Robert Haas2017-05-31
* Sort syscache identifiers into alphabetical order.Tom Lane2017-05-30
* brin: Don't crash on auto-summarizationAlvaro Herrera2017-05-30
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane2017-05-30