index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-03
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-01
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-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-27
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-26
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-24
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-23
Don't include sys/poll.h anymore.
Andres Freund
2017-04-21
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-20
Mark some columns in pg_subscription as NOT NULL.
Fujii Masao
2017-04-18
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-18
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-15
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-12
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-11
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-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-10
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-08
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-08
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
[next]