Commit Graph

47959 Commits (8270a0d9a948944871dd35d9ff0d5c0d8d78623f)
 

Author SHA1 Message Date
Michael Paquier 8270a0d9a9 Handle interrupts within a transaction context in REINDEX CONCURRENTLY 6 years ago
Fujii Masao 3b0c59ac1c Fix typo in xlog.c. 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Bruce Momjian 59c2617af3 docs: fix wording of REFRESH CONCURRENTLY manual page 6 years ago
Bruce Momjian 0c089d36e2 pg_upgrade: adjust error output to use new database list format 6 years ago
Michael Paquier 5d3500da72 Acquire properly session-level lock on new index in REINDEX CONCURRENTLY 6 years ago
Peter Eisentraut 508e84d799 Remove libpq-dist.rc 6 years ago
Michael Paquier 4fa5edcd1a Remove last traces of --adduser/--no-adduser in createuser 6 years ago
Michael Paquier 57379cd5ac Fix thinkos from 4f4061b for libpq integer parsing 6 years ago
Michael Paquier e3db3f829f Clean up properly error_context_stack in autovacuum worker on exception 6 years ago
Peter Eisentraut ad4b7aeb84 Make command order in test more sensible 6 years ago
Peter Eisentraut f86f46d091 Fix comment 6 years ago
Alexander Korotkov 52ad1e6599 Refactor jsonpath's compareDatetime() 6 years ago
Alexander Korotkov a6888fde7f Refactor timestamp2timestamptz_opt_error() 6 years ago
Tom Lane db477b691d Deal with yet another issue related to "Norwegian (Bokmål)" locale. 6 years ago
Tom Lane d995fd667f Use CFLAGS_SL while probing linkability of libperl. 6 years ago
Tom Lane 44273ce4f6 Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 6 years ago
Etsuro Fujita 80831bcdbe Update obsolete comment. 6 years ago
Amit Kapila 70a6c37d52 Fix memory leak introduced in commit 7df159a620. 6 years ago
Michael Paquier ba19a6b73c Fix error reporting of connect_timeout in libpq for value parsing 6 years ago
Michael Paquier 4f4061b2dd Fix parsing of integer values for connection parameters in libpq 6 years ago
Peter Eisentraut ea9e06ac66 Clean up MinGW def file generation 6 years ago
Peter Eisentraut 5d3587d14b Fix most -Wundef warnings 6 years ago
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