index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
doc: Improve types in example
Peter Eisentraut
2017-06-09
*
doc: Document that subscriptions to same server might hang
Peter Eisentraut
2017-06-09
*
Silence warning about uninitialized 'ret' variable on some compilers.
Heikki Linnakangas
2017-06-09
*
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
*
psql: Update tab completion for ALTER SUBSCRIPTION
Peter Eisentraut
2017-06-09
*
Improve tablesync behavior with concurrent changes
Peter Eisentraut
2017-06-09
*
Give a better error message on invalid hostaddr option.
Heikki Linnakangas
2017-06-09
*
Fix script name in README.
Heikki Linnakangas
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
*
Update key words table for version 10
Peter Eisentraut
2017-06-08
*
Mark to_tsvector(regconfig,json[b]) functions immutable
Andrew Dunstan
2017-06-08
*
Fix bit-rot in pg_upgrade's test.sh, and improve documentation.
Tom Lane
2017-06-08
*
Improve authentication error messages.
Heikki Linnakangas
2017-06-08
*
Put new command-line options in alphabetical order
Peter Eisentraut
2017-06-08
*
Add statistics subdirectory to Makefile.
Robert Haas
2017-06-08
*
Fix contrib/sepgsql regr tests for tup-routing constraint check change.
Joe Conway
2017-06-07
*
Docs: improve CREATE TABLE ref page's discussion of partition bounds.
Tom Lane
2017-06-07
*
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-06-07
*
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
*
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
2017-06-07
*
Fix double-free bug in GSS authentication.
Heikki Linnakangas
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
*
Fix some cases of "the the" split across two lines.
Robert Haas
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
*
Fix docs to not claim ECPG's SET CONNECTION is not thread-aware.
Michael Meskes
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
*
Fix thinko in previous openssl change
Andrew Dunstan
2017-06-05
*
Fix record length computation in pg_waldump/xlogdump.
Andres Freund
2017-06-05
*
Code review for shm_toc.h/.c.
Tom Lane
2017-06-05
*
Find openssl lib files in right directory for MSVC
Andrew Dunstan
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
*
Fix comments in simplehash.h.
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
[next]