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