summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-25doc: fix attribution of sequence item, order incompatibilitiesBruce Momjian
2017-04-25doc: first draft of Postgres 10 release notesBruce Momjian
2017-04-24doc: update release doc markup instructionsBruce Momjian
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-24Fix postmaster's handling of fork failure for a bgworker process.Tom Lane
2017-04-24Code review for commands/statscmds.c.Tom Lane
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-04-23Zero padding in replication origin's checkpointed on disk-state.Andres Freund
2017-04-23Initialize all memory for logical replication relation cache.Andres Freund
2017-04-23Remove select(2) backed latch implementation.Andres Freund
2017-04-23Workaround for RecoverPreparedTransactions()Simon Riggs
2017-04-23Fix LagTrackerRead() for timeline incrementsSimon Riggs
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-23Fix TAP infrastructure to support Mingw betterAndrew Dunstan
2017-04-22Make PostgresNode.pm check server status more carefully.Tom Lane
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-04-22Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan
2017-04-22Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.Tom Lane
2017-04-21doc: Update linkPeter Eisentraut
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-21Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas
2017-04-21doc: Fix typoPeter Eisentraut
2017-04-21Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.Tom Lane
2017-04-21Synchronize table list before creating slot in CREATE SUBSCRIPTIONPeter Eisentraut
2017-04-20Add missing erand48.c to libpq/.gitignore.Tom Lane
2017-04-20Improve multivariate statistics documentationAlvaro Herrera
2017-04-20Sync pg_ctl documentation and usage message with reality.Tom Lane
2017-04-20Modify message when partitioned table is added to publicationPeter Eisentraut
2017-04-20Prevent log_replication_commands from causing SQL commands to be logged.Fujii Masao
2017-04-20Mark some columns in pg_subscription as NOT NULL.Fujii Masao
2017-04-20Don't call the function that may raise an error while holding spinlock.Fujii Masao
2017-04-19Fix typo in docs on SASL authentication.Heikki Linnakangas
2017-04-18Fix testing of parallel-safety of SubPlans.Tom Lane
2017-04-18Doc: improve markup in self-signed certificate example.Tom Lane
2017-04-18Improve documentation and comment for quorum-based sync replication.Fujii Masao
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-18Use DatumGetInt32() to extract 32-bit integer value from a datum.Fujii Masao
2017-04-18Also fix comment in sample postgresql.conf file, for "scram-sha-256".Heikki Linnakangas
2017-04-18Simplify docs on creating a self-signed SSL certificateAndrew Dunstan
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-18Fix minor typo in commentSimon Riggs
2017-04-18Exit correctly from PrepareRedoRemove() when not foundSimon Riggs
2017-04-18Don’t push nextid too far forwards in recoverySimon Riggs
2017-04-18Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs
2017-04-18Fix example on creating a trigger with a transition table.Heikki Linnakangas
2017-04-18doc: Clarify logical replication detailsPeter Eisentraut