Commit Graph

48473 Commits (bf6cc19e347d4cb8dfc8f05a59171ac06e18b5e5)
 

Author SHA1 Message Date
Andrew Gierth bf6cc19e34 Force tuple conversion when the source has missing attributes. 5 years ago
Alvaro Herrera 15d13e8291 Make vacuum buffer counters 64 bits wide 5 years ago
Alvaro Herrera 75cdf24ec3 ALTER SUBSCRIPTION / REFRESH docs: explain copy_data 5 years ago
Noah Misch bf989aaf35 When a TAP file has non-zero exit status, retain temporary directories. 5 years ago
Thomas Munro 815c2f0972 Add kqueue(2) support to the WaitEventSet API. 5 years ago
Thomas Munro d9fe702a2c Handle lack of DSM slots in parallel btree build, take 2. 5 years ago
Tom Lane 7d91b604d9 Fix handling of "Subplans Removed" field in EXPLAIN output. 5 years ago
Michael Paquier 177be9edf4 Fix fuzzy error handling in pg_basebackup when opening gzFile 5 years ago
Alvaro Herrera 1c7a0b387d Add missing break out seqscan loop in logical replication 5 years ago
Michael Paquier f1f10a1ba9 Add declaration-level assertions for compile-time checks 5 years ago
Tom Lane 6148e2b9a6 Fix assorted error-cleanup bugs in SSL min/max protocol version code. 5 years ago
Andrew Gierth 1fd687a035 Optimizations for integer to decimal output. 5 years ago
Michael Paquier 7bae0ad9fc Prevent running pg_basebackup as root 5 years ago
Thomas Munro 93745f1e01 Fix memory leak on DSM slot exhaustion. 5 years ago
Tom Lane 870ad6a59b Fix not-quite-right string comparison in parse_jsonb_index_flags(). 5 years ago
Tom Lane 74b35eb468 Fix CheckAttributeType's handling of collations for ranges. 5 years ago
Tom Lane 2425f8f714 Fix parallel pg_dump/pg_restore for failure to create worker processes. 5 years ago
Peter Eisentraut a9cff89f7e Allow building without default socket directory 5 years ago
Peter Eisentraut 7c23bfd25c Sprinkle some const decorations 5 years ago
Michael Paquier 7ca8c9706a Fix typo in recently-added TAP test for replication slots 5 years ago
Thomas Munro ef02fb15a3 Report time spent in posix_fallocate() as a wait event. 5 years ago
Thomas Munro d061ea21fc Adjust DSM and DSA slot usage constants. 5 years ago
Tom Lane a069218163 In jsonb_plpython.c, suppress warning message from gcc 10. 5 years ago
Thomas Munro 74618e77b4 Handle lack of DSM slots in parallel btree build. 5 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 5 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 5 years ago
Tom Lane 2520cf8c2a Fix test failure with non-MULTIPLICITY Perl interpreters. 5 years ago
Fujii Masao e6f1e560e4 Make inherited TRUNCATE perform access permission checks on parent table only. 5 years ago
Michael Paquier b0afdcad21 Fix slot data persistency when advancing physical replication slots 5 years ago
Tom Lane 26a81bb815 Fix vcregress.pl for new plperl test case. 5 years ago
Tom Lane 50fc694e43 Invent "trusted" extensions, and remove the pg_pltemplate catalog. 5 years ago
Tom Lane 166ab9c8d3 Teach plpgsql's "make clean" to remove generated test files. 6 years ago
Robert Haas 006b9dcad4 Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. 6 years ago
Robert Haas beb4699091 Move jsonapi.c and jsonapi.h to src/common. 6 years ago
Peter Eisentraut dc788668bb Fail if recovery target is not reached 6 years ago
Michael Paquier 29e321cdd6 Fix dispsize for libpq connection parameters channel_binding and gssencmode 6 years ago
Amit Kapila 47bc9ced0d Add --parallel option to vacuumdb command. 6 years ago
Tom Lane 01d9676a53 Fix dangling pointer in EvalPlanQual machinery. 6 years ago
Heikki Linnakangas 30012a04a6 Fix randAccess setting in ReadRecord() 6 years ago
Thomas Munro 11da6bccd1 Fix compile error on HP C. 6 years ago
Thomas Munro 78aaa0e823 Don't reset latch in ConditionVariablePrepareToSleep(). 6 years ago
Amit Kapila 05f18c6b6b Added relation name in error messages for constraint checks. 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Thomas Munro 6f38d4dac3 Remove dependency on HeapTuple from predicate locking functions. 6 years ago
Tom Lane 4589c6a2a3 Apply project best practices to switches over enum values. 6 years ago
Robert Haas 73ce2a03f3 Move some code from jsonapi.c to jsonfuncs.c. 6 years ago
Robert Haas 1f3a021730 Adjust pg_parse_json() so that it does not directly ereport(). 6 years ago
Thomas Munro 3e4818e9dd Avoid unnecessary shm writes in Parallel Hash Join. 6 years ago
Michael Paquier 10a525230f Fix some memory leaks and improve restricted token handling on Windows 6 years ago
Tom Lane 3ec20c7091 Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields. 6 years ago