Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

Author SHA1 Message Date
Bruce Momjian 66fade8a04 doc: update release doc markup instructions 9 years ago
Tom Lane 64925603c9 Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop." 9 years ago
Tom Lane 81069a9efc Use pselect(2) not select(2), if available, to wait in postmaster's loop. 9 years ago
Tom Lane 8939020853 Run the postmaster's signal handlers without SA_RESTART. 9 years ago
Fujii Masao cbc2270e3f Get rid of extern declarations of non-existent functions. 9 years ago
Tom Lane 4fe04244b5 Fix postmaster's handling of fork failure for a bgworker process. 9 years ago
Tom Lane 4b34624daa Code review for commands/statscmds.c. 9 years ago
Andres Freund b182a4ae2f Don't include sys/poll.h anymore. 9 years ago
Andres Freund eb97aa7e65 Zero padding in replication origin's checkpointed on disk-state. 9 years ago
Andres Freund e84d243b1c Initialize all memory for logical replication relation cache. 9 years ago
Andres Freund 61c21ddad0 Remove select(2) backed latch implementation. 9 years ago
Simon Riggs 546c13e11b Workaround for RecoverPreparedTransactions() 9 years ago
Simon Riggs 8463880872 Fix LagTrackerRead() for timeline increments 9 years ago
Tom Lane 0874d4f3e1 Fix order of arguments to SubTransSetParent(). 9 years ago
Andrew Dunstan 33f3bbc6d3 Fix TAP infrastructure to support Mingw better 9 years ago
Tom Lane 7d68f2281a Make PostgresNode.pm check server status more carefully. 9 years ago
Tom Lane 8a19c1a373 Make PostgresNode::append_conf append a newline automatically. 9 years ago
Andrew Dunstan f92562adba Require sufficiently modern version of Test::More for TAP tests 9 years ago
Tom Lane 5041cdf2b7 Partially revert commit 536d47bd9d. 9 years ago
Peter Eisentraut f58b664393 doc: Update link 9 years ago
Tom Lane 3e51725b38 Avoid depending on non-POSIX behavior of fcntl(2). 9 years ago
Heikki Linnakangas 68e61ee72e Change the on-disk format of SCRAM verifiers to conform to RFC 5803. 9 years ago
Peter Eisentraut c29a752c68 doc: Fix typo 9 years ago
Tom Lane 536d47bd9d Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC. 9 years ago
Peter Eisentraut dcb39c37c1 Synchronize table list before creating slot in CREATE SUBSCRIPTION 9 years ago
Tom Lane 77c316be7e Add missing erand48.c to libpq/.gitignore. 9 years ago
Alvaro Herrera 919f6d746e Improve multivariate statistics documentation 9 years ago
Tom Lane 8bcb31ad5a Sync pg_ctl documentation and usage message with reality. 9 years ago
Peter Eisentraut 594b526bcf Modify message when partitioned table is added to publication 9 years ago
Fujii Masao 3a66581dd1 Prevent log_replication_commands from causing SQL commands to be logged. 9 years ago
Fujii Masao 88b0a31926 Mark some columns in pg_subscription as NOT NULL. 9 years ago
Fujii Masao 8bbc618b48 Don't call the function that may raise an error while holding spinlock. 9 years ago
Heikki Linnakangas e68432a0e1 Fix typo in docs on SASL authentication. 9 years ago
Tom Lane 39151781c8 Fix testing of parallel-safety of SubPlans. 9 years ago
Tom Lane 539f67012e Doc: improve markup in self-signed certificate example. 9 years ago
Fujii Masao a790ed9f69 Improve documentation and comment for quorum-based sync replication. 9 years ago
Tom Lane e240a65c7d Provide an error cursor for "can't call an SRF here" errors. 9 years ago
Fujii Masao 280c53ecfb A collection of small fixes for logical replication. 9 years ago
Fujii Masao 39a6772d04 Use DatumGetInt32() to extract 32-bit integer value from a datum. 9 years ago
Heikki Linnakangas b977780a9b Also fix comment in sample postgresql.conf file, for "scram-sha-256". 9 years ago
Andrew Dunstan 2b67c9d207 Simplify docs on creating a self-signed SSL certificate 9 years ago
Heikki Linnakangas c727f120ff Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. 9 years ago
Simon Riggs 123aaffb5b Fix minor typo in comment 9 years ago
Simon Riggs ee01f7092f Exit correctly from PrepareRedoRemove() when not found 9 years ago
Simon Riggs aa203e7600 Don’t push nextid too far forwards in recovery 9 years ago
Simon Riggs 51175f3638 Allow COMMENT ON COLUMN with partitioned tables 9 years ago
Heikki Linnakangas b2188575c5 Fix example on creating a trigger with a transition table. 9 years ago
Peter Eisentraut 8efd1e08f0 doc: Clarify logical replication details 9 years ago
Peter Eisentraut e6242c18a5 Set range table for CopyFrom() in tablesync 9 years ago
Alvaro Herrera ee6922112e Rename columns in new pg_statistic_ext catalog 9 years ago