Commit Graph

47936 Commits (48cc59ed24f95fa171b12ba1b461e6dc72d62b2b)
 

Author SHA1 Message Date
Noah Misch 48cc59ed24 Use standard compare_exchange loop style in ProcArrayGroupClearXid(). 6 years ago
Noah Misch 30ee5d17c2 For all ppc compilers, implement compare_exchange and fetch_add with asm. 6 years ago
Noah Misch 89b4d7744c For PowerPC instruction "addi", use constraint "b". 6 years ago
Michael Paquier f25968c496 Remove last traces of heap_open/close in the tree 6 years ago
Fujii Masao ec1259e880 Fix failure of archive recovery with recovery_min_apply_delay enabled. 6 years ago
Fujii Masao 9b95a36be8 Make crash recovery ignore recovery_min_apply_delay setting. 6 years ago
Alvaro Herrera 89403ed228 Fix typo 6 years ago
Alvaro Herrera d2efb90dba Update comments about progress reporting by index_drop 6 years ago
Michael Paquier 3f60f690fa Fix timeout handling in logical replication worker 6 years ago
Alvaro Herrera 38ddeab13b Fix minor bug in logical-replication walsender shutdown 6 years ago
Alvaro Herrera 1752e35163 Fix parallel restore of FKs to partitioned tables 6 years ago
Thomas Munro 3c8c55dd54 When restoring GUCs in parallel workers, show an error context. 6 years ago
Thomas Munro 6bda2af039 Fix bug that could try to freeze running multixacts. 6 years ago
Alvaro Herrera 0d21f919eb Fix crash when reporting CREATE INDEX progress 6 years ago
Tomas Vondra a524f50d0f Improve the check for pg_catalog.unknown data type in pg_upgrade 6 years ago
Tomas Vondra 8d48e6a724 Improve the check for pg_catalog.line data type in pg_upgrade 6 years ago
Andres Freund ae5cae54ca Replace alter_table.sql test usage of event triggers. 6 years ago
Michael Paquier 1de4fd1092 Refresh some incorrect links in pg_crc.c/h 6 years ago
Thomas Munro cce95a2f02 Remove obsolete collation test. 6 years ago
Thomas Munro d5ac14f9cc Use libc version as a collation version on glibc systems. 6 years ago
Michael Paquier 4351142e58 Doc: Fix various inconsistencies 6 years ago
Andres Freund cef82eda14 Fix CLUSTER on expression indexes. 6 years ago
Tomas Vondra 3a0e857394 Correct reference to pg_catalog.regtype in pg_upgrade query 6 years ago
Tomas Vondra 0ccfc28223 Check for tables with sql_identifier during pg_upgrade 6 years ago
Michael Paquier 14ac4237cb Update test output of sepgsql for ALTER TABLE COLUMN DROP 6 years ago
Peter Eisentraut bdb839cbde Update unicode.org URLs 6 years ago
Tom Lane 9abb2bfc04 In the postmaster, rely on the signal infrastructure to block signals. 6 years ago
Tom Lane f38291e927 Revert "Hack pg_ctl to report postmaster's exit status." 6 years ago
Michael Paquier 1df5875d39 Fix dependency handling of column drop with partitioned tables 6 years ago
Peter Eisentraut b4675a8ae2 Fix use of term "verifier" 6 years ago
Noah Misch 5f3d271d03 AIX: Stop adding option -qsrcmsg. 6 years ago
Fujii Masao 20961ceaf0 Make crash recovery ignore restore_command and recovery_end_command settings. 6 years ago
Tom Lane 06a367c382 Put back pqsignal() as an exported libpq symbol. 6 years ago
Peter Eisentraut 3b5d3721c2 pg_upgrade: Clean up some redundant code 6 years ago
Andres Freund 93765bd956 Fix table rewrites that include a column without a default. 6 years ago
Peter Eisentraut 50518ec296 Revert "Use libc version as a collation version on glibc systems." 6 years ago
Peter Eisentraut 9f90b1d08d Use libc version as a collation version on glibc systems. 6 years ago
Michael Paquier b8e19b932a Flush logical mapping files with fd opened for read/write at checkpoint 6 years ago
Bruce Momjian 1634d36157 pg_upgrade: clarify the database names in error files 6 years ago
Bruce Momjian 6c9fb69f2b doc: improve docs so config value default units are clearer 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Michael Paquier a7471bd85c Update some outdated links about XLC and UNIX specification 6 years ago
Michael Paquier 491bb81fb8 Clarify some comments about ntstatus.h in win32_port.h 6 years ago
Michael Paquier 55ba56415b Improve test coverage of pg_rewind 6 years ago
Bruce Momjian 47eec34e46 docs: Improve A?synchronous Multimaster Replication descr. 6 years ago
Bruce Momjian cae078f3f9 docs: clarify that today/tomorrow/yesterday is at 00:00 6 years ago
Bruce Momjian 47571ec1e4 doc: move mention of log_min_error_statement in a better spot 6 years ago
Tom Lane 3887e9455f Check for too many postmaster children before spawning a bgworker. 6 years ago
Peter Eisentraut 400d5ffcaf Simplify PGAC_STRUCT_TIMEZONE Autoconf macro 6 years ago
Peter Eisentraut 4d7e5a5db0 Remove use of deprecated Autoconf define 6 years ago