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