Commit Graph

48542 Commits (2f9c46a32b43d72c9384378827ee51fde896807c)
 

Author SHA1 Message Date
Alvaro Herrera 55173d2e66 Fix failure to create FKs correctly in partitions 6 years ago
Alvaro Herrera 9710d3d4a8 Fix TRUNCATE .. CASCADE on partitions 6 years ago
Fujii Masao cb5b28613d Fix bug in Tid scan. 6 years ago
Andres Freund b059d2f456 jit: Reference expression step functions via llvmjit_types. 6 years ago
Michael Paquier c4f3b63cab Bump catalog version for the addition of leader_pid in pg_stat_activity 6 years ago
Jeff Davis 4eaea3db15 Introduce TupleHashTableHash() and LookupTupleHashEntryHash(). 6 years ago
Andres Freund e6f86f8dd9 jit: Remove redundancies in expression evaluation code generation. 6 years ago
Andres Freund 8c2769405f jit: Reference functions by name in IOCOERCE steps. 6 years ago
Andres Freund 1fdb7f9789 expression eval: Don't redundantly keep track of AggState. 6 years ago
Andres Freund 1ec7679f1b expression eval, jit: Minor code cleanups. 6 years ago
Michael Paquier 5ac4e9a12c Fix typo in proc.c 6 years ago
Michael Paquier dcddc3f813 Revert "Prevent running pg_basebackup as root" 6 years ago
Michael Paquier 414c2fd1e1 Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version" 6 years ago
Peter Eisentraut fc7a5e9eaa Ensure relcache consistency around generated columns 6 years ago
Jeff Davis 7d4395d0a1 Refactor hash_agg_entry_size(). 6 years ago
Jeff Davis c02fdc9223 Logical Tape Set: use min heap for freelist. 6 years ago
Amit Kapila cac8ce4a73 Fix typo. 6 years ago
Fujii Masao 3ccc66dac6 Fix bug in LWLock statistics mechanism. 6 years ago
Michael Paquier b025f32e0b Add leader_pid to pg_stat_activity 6 years ago
Andrew Gierth bf6cc19e34 Force tuple conversion when the source has missing attributes. 6 years ago
Alvaro Herrera 15d13e8291 Make vacuum buffer counters 64 bits wide 6 years ago
Alvaro Herrera 75cdf24ec3 ALTER SUBSCRIPTION / REFRESH docs: explain copy_data 6 years ago
Noah Misch bf989aaf35 When a TAP file has non-zero exit status, retain temporary directories. 6 years ago
Thomas Munro 815c2f0972 Add kqueue(2) support to the WaitEventSet API. 6 years ago
Thomas Munro d9fe702a2c Handle lack of DSM slots in parallel btree build, take 2. 6 years ago
Tom Lane 7d91b604d9 Fix handling of "Subplans Removed" field in EXPLAIN output. 6 years ago
Michael Paquier 177be9edf4 Fix fuzzy error handling in pg_basebackup when opening gzFile 6 years ago
Alvaro Herrera 1c7a0b387d Add missing break out seqscan loop in logical replication 6 years ago
Michael Paquier f1f10a1ba9 Add declaration-level assertions for compile-time checks 6 years ago
Tom Lane 6148e2b9a6 Fix assorted error-cleanup bugs in SSL min/max protocol version code. 6 years ago
Andrew Gierth 1fd687a035 Optimizations for integer to decimal output. 6 years ago
Michael Paquier 7bae0ad9fc Prevent running pg_basebackup as root 6 years ago
Thomas Munro 93745f1e01 Fix memory leak on DSM slot exhaustion. 6 years ago
Tom Lane 870ad6a59b Fix not-quite-right string comparison in parse_jsonb_index_flags(). 6 years ago
Tom Lane 74b35eb468 Fix CheckAttributeType's handling of collations for ranges. 6 years ago
Tom Lane 2425f8f714 Fix parallel pg_dump/pg_restore for failure to create worker processes. 6 years ago
Peter Eisentraut a9cff89f7e Allow building without default socket directory 6 years ago
Peter Eisentraut 7c23bfd25c Sprinkle some const decorations 6 years ago
Michael Paquier 7ca8c9706a Fix typo in recently-added TAP test for replication slots 6 years ago
Thomas Munro ef02fb15a3 Report time spent in posix_fallocate() as a wait event. 6 years ago
Thomas Munro d061ea21fc Adjust DSM and DSA slot usage constants. 6 years ago
Tom Lane a069218163 In jsonb_plpython.c, suppress warning message from gcc 10. 6 years ago
Thomas Munro 74618e77b4 Handle lack of DSM slots in parallel btree build. 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Tom Lane 2520cf8c2a Fix test failure with non-MULTIPLICITY Perl interpreters. 6 years ago
Fujii Masao e6f1e560e4 Make inherited TRUNCATE perform access permission checks on parent table only. 6 years ago
Michael Paquier b0afdcad21 Fix slot data persistency when advancing physical replication slots 6 years ago
Tom Lane 26a81bb815 Fix vcregress.pl for new plperl test case. 6 years ago
Tom Lane 50fc694e43 Invent "trusted" extensions, and remove the pg_pltemplate catalog. 6 years ago