Commit Graph

48504 Commits (541757f34ee099dd8e601b29dfad6302c6747d71)
 

Author SHA1 Message Date
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
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
Thomas Munro f37ff03478 Refactor confusing code in _mdfd_openseg(). 6 years ago
Tom Lane 215824f918 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. 6 years ago
Heikki Linnakangas 38a957316d Refactor XLogReadRecord(), adding XLogBeginRead() function. 6 years ago
Tom Lane 1001368497 Clean up EXPLAIN's handling of per-worker details. 6 years ago
Dean Rasheed 13661ddd7e Add functions gcd() and lcm() for integer and numeric types. 6 years ago
Robert Haas 530609aa42 Remove jsonapi.c's lex_accept(). 6 years ago
Robert Haas 11b5e3e35d Split JSON lexer/parser from 'json' data type support. 6 years ago
Robert Haas ce0425b162 Adjust src/include/utils/jsonapi.h so it's not backend-only. 6 years ago
Fujii Masao d694e0bb79 Add pg_file_sync() to adminpack extension. 6 years ago
Peter Eisentraut cc25464763 Add exclusion to headercheck 6 years ago
Peter Eisentraut a7a848844d Fix typo 6 years ago
Michael Paquier 6de7bcb76f Doc: Fix list of storage parameters available for ALTER TABLE 6 years ago
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane 9a3a75cb81 Fix an oversight in commit 4c70098ff. 6 years ago
Tom Lane 4c70098ffa Clean up formatting.c's logic for matching constant strings. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Michael Paquier 5ba40b6231 Doc: Fix and tweak documentation for ANALYZE reporting 6 years ago
Michael Paquier f942dfb952 Clarify some comments in vacuumlazy.c 6 years ago
Alvaro Herrera 611ce856f5 Add BRIN test case 6 years ago