Commit Graph

30859 Commits (45f9d08684d954b0e514b69f270e763d2785dd53)

Author SHA1 Message Date
Tom Lane 45f9d08684 Fix race condition with unprotected use of a latch pointer variable. 8 years ago
Alvaro Herrera 89e434b59c Fix coding rules violations in walreceiver.c 8 years ago
Andres Freund 0c8b3ee944 Yet another pg_bswap typo in a windows only file. 8 years ago
Andres Freund 859759b62f Correct include file name in inet_aton fallback. 8 years ago
Andres Freund 0ba99c84e8 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
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 4a1c0f3dde Use a longer connection timeout in pg_isready test. 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
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
Peter Eisentraut 639928c988 Improve vpath support in plperl build 8 years ago
Peter Eisentraut 3709ca1cf0 pg_basebackup: Add option to create replication slot 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
Peter Eisentraut 6dda0998af Allow ICU to use SortSupport on Windows with UTF-8 8 years ago
Peter Eisentraut 74ca8f9b90 Fix pg_basebackup test to original intent 8 years ago
Tom Lane 24541ffd78 ... and the very same bug in publicationListToArray(). 8 years ago
Tom Lane 737639017c Fix bogus size calculation in strlist_to_textarray(). 8 years ago