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