Commit Graph

43587 Commits (1f2830f9df9f0196ba541c1e253463afe657cb67)
 

Author SHA1 Message Date
Andres Freund 1f2830f9df Remove redundant stdint.h include. 8 years ago
Andres Freund 784905795f Try to make crash restart test work on windows. 8 years ago
Andres Freund 2e83db3ad2 Allow pg_ctl kill to send SIGKILL. 8 years ago
Tom Lane 5a632a213d Update v10 release notes, and set the official release date. 8 years ago
Tom Lane 4a1c0f3dde Use a longer connection timeout in pg_isready test. 8 years ago
Peter Eisentraut 655c938fb0 Add list of acknowledgments to release notes 8 years ago
Heikki Linnakangas 396ef15618 Fix busy-wait in pgbench, with --rate. 8 years ago
Tom Lane 2632bcce5e Fix pg_dump to assign domain array type OIDs during pg_upgrade. 8 years ago
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Andres Freund 248e33756b Fix copy & pasto in 510b8cbff1. 8 years ago
Andres Freund f14241236e Fix typo. 8 years ago
Andres Freund 510b8cbff1 Extend & revamp pg_bswap.h infrastructure. 8 years ago
Peter Eisentraut 0008a106d4 Use Py_RETURN_NONE where suitable 8 years ago
Tom Lane 19de0ab23c Fix inadequate locking during get_rel_oids(). 8 years ago
Robert Haas 69c16983e1 psql: Don't try to print a partition constraint we didn't fetch. 8 years ago
Robert Haas e55d9643ec pgbench: If we fail to send a command to the server, fail. 8 years ago
Peter Eisentraut 2a14b9609d psql: Update \d sequence display 8 years ago
Tom Lane 136ab7c5a5 Marginal improvement for generated code in execExprInterp.c. 8 years ago
Peter Eisentraut 5373bc2a08 Add background worker type 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Peter Eisentraut d2773f9bcd Add PostgreSQL version to coverage output 8 years ago
Peter Eisentraut 4bb5a2536b Add lcov --initial 8 years ago
Peter Eisentraut 22d9764646 Remove SGML marked sections 8 years ago
Alvaro Herrera 20b6552242 Fix freezing of a dead HOT-updated tuple 8 years ago
Peter Eisentraut 66fd86a6a3 Have lcov exclude external files 8 years ago
Peter Eisentraut 504923a0ed Run only top-level recursive lcov 8 years ago
Tom Lane 7769fc000a Fix behavior when converting a float infinity to numeric. 8 years ago
Tom Lane 28e0727076 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. 8 years ago
Peter Eisentraut 65c8656202 Fix plperl build 8 years ago
Dean Rasheed af44cbd5ec Improve the CREATE POLICY documentation. 8 years ago
Peter Eisentraut 639928c988 Improve vpath support in plperl build 8 years ago
Peter Eisentraut 684cf76b83 Get rid of parameterized marked sections in SGML 8 years ago
Peter Eisentraut 3709ca1cf0 pg_basebackup: Add option to create replication slot 8 years ago
Noah Misch 59597e6485 Don't recommend "DROP SCHEMA information_schema CASCADE". 8 years ago
Peter Eisentraut fa41461205 Add some more pg_receivewal tests 8 years ago
Peter Eisentraut 43588f58aa Turn on log_replication_commands in PostgresNode 8 years ago
Tom Lane 9a50a93c7b Improve wording of error message added in commit 714805010. 8 years ago
Tom Lane 5ea96efaa0 Fix failure-to-read-man-page in commit 899bd785c. 8 years ago
Tom Lane 984c92074d Remove heuristic same-transaction test from check_safe_enum_use(). 8 years ago
Tom Lane 1635e80d30 Use a blacklist to distinguish original from add-on enum values. 8 years ago
Peter Eisentraut 15a8010ed6 Sort pg_basebackup options better 8 years ago
Peter Eisentraut ab28feae2b Handle heap rewrites better in logical replication 8 years ago
Robert Haas 22c5e73562 Remove lsn from HashScanPosData. 8 years ago
Robert Haas 79a4a665c0 Fix trivial mistake in README. 8 years ago
Tom Lane 899bd785c0 Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs. 8 years ago
Tom Lane 716ea626a8 Make construct_[md_]array return a valid empty array for zero-size input. 8 years ago
Andrew Dunstan f2ab3898f3 Support building with Visual Studio 2017 8 years ago
Tom Lane 8485a25a8c Fix assorted infelicities in new SetWALSegSize() function. 8 years ago
Peter Eisentraut 6dda0998af Allow ICU to use SortSupport on Windows with UTF-8 8 years ago
Peter Eisentraut 9b31c72a94 doc: Expand user documentation on SCRAM 8 years ago