index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
*
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
*
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-28
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-26
*
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
*
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-24
*
Run the postmaster's signal handlers without SA_RESTART.
Tom Lane
2017-04-24
*
Get rid of extern declarations of non-existent functions.
Fujii Masao
2017-04-25
*
Don't include sys/poll.h anymore.
Andres Freund
2017-04-23
*
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-21
*
Mark some columns in pg_subscription as NOT NULL.
Fujii Masao
2017-04-20
*
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
*
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
*
A collection of small fixes for logical replication.
Fujii Masao
2017-04-19
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Fix erroneous cross-reference in comment.
Tom Lane
2017-04-15
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Catversion bump
Peter Eisentraut
2017-04-14
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
*
Make header self-contained
Peter Eisentraut
2017-04-13
*
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
*
Catversion bump forgotten in previous commit
Alvaro Herrera
2017-04-13
*
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
*
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-12
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Support configuration reload in logical replication workers
Peter Eisentraut
2017-04-10
*
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
[next]