Commit Graph

59435 Commits (c34eabfbbfd3d3799bc7bc61f22b1fe730c53fe8)
 

Author SHA1 Message Date
Nathan Bossart c34eabfbbf pg_upgrade: Parallelize postfix operator check. 1 year ago
Nathan Bossart 9db3018cf8 pg_upgrade: Parallelize contrib/isn check. 1 year ago
Nathan Bossart bbf83cab98 pg_upgrade: Parallelize data type checks. 1 year ago
Nathan Bossart 6ab8f27bc7 pg_upgrade: Parallelize retrieving extension updates. 1 year ago
Nathan Bossart 46cad8b319 pg_upgrade: Parallelize retrieving loadable libraries. 1 year ago
Nathan Bossart 7baa36de58 pg_upgrade: Parallelize subscription check. 1 year ago
Nathan Bossart 6d3d2e8e54 pg_upgrade: Parallelize retrieving relation information. 1 year ago
Nathan Bossart 40e2e5e92b Introduce framework for parallelizing various pg_upgrade tasks. 1 year ago
Bruce Momjian d891c49286 doc PG relnotes: fix SGML markup for new commit links 1 year ago
Bruce Momjian 2572104552 scripts: add Perl script to add links to release notes 1 year ago
Bruce Momjian 4632e5cf4b Perl scripts: revert 43ce181059 1 year ago
Tom Lane d5622acb32 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Bruce Momjian 43ce181059 Perl scripts: eliminate "Useless interpolation" warnings 1 year ago
Tom Lane b8ea0f675f Run regression tests with timezone America/Los_Angeles. 1 year ago
Alvaro Herrera f64074c88c
Add commit 7229ebe011 to .git-blame-ignore-revs. 1 year ago
Tom Lane 94537982ec Remove obsolete comment in pg_stat_statements. 1 year ago
Andrew Dunstan 76f2a0e547 Improve meson's detection of perl build flags 1 year ago
Andrew Dunstan bc46104fc9 Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required 1 year ago
Tom Lane fae55f0bb3 Allow _h_indexbuild() to be interrupted. 1 year ago
Nathan Bossart 9a23967063 Add commit 2b03cfeea4 to .git-blame-ignore-revs. 1 year ago
Nathan Bossart 70d1c664f4 Fix contrib/pageinspect's test for sequences. 1 year ago
Peter Eisentraut 433d8f40e9 Remove separate locale_is_c arguments 1 year ago
Amit Langote 2b67bdca52 SQL/JSON: Update example in JSON_QUERY() documentation 1 year ago
Amit Kapila 4d8489f4f1 Prohibit altering invalidated replication slots. 1 year ago
Michael Paquier 7b1ddbae36 pg_stat_statements: Add tests with extended query protocol 1 year ago
Nathan Bossart 05036a3155 Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Jeff Davis b0c30612c5 Simplify checks for deterministic collations. 1 year ago
Jeff Davis 6a9fc11033 Remove redundant check for default collation. 1 year ago
Tom Lane cb599b9ddf Make jsonpath .string() be immutable for datetimes. 1 year ago
Fujii Masao 4eada203a5 Add has_largeobject_privilege function. 1 year ago
Fujii Masao 412229d197 Deduplicate code in LargeObjectExists and myLargeObjectExists. 1 year ago
Peter Eisentraut 23d0b48468 Remove hardcoded hash opclass function signature exceptions 1 year ago
David Rowley 5bb9ba2739 Doc: alphabetize aggregate function table 1 year ago
Fujii Masao fefa76f70f Remove old RULE privilege completely. 1 year ago
Peter Eisentraut 811af9786b Don't overwrite scan key in systable_beginscan() 1 year ago
Michael Paquier 00c76cf21c Move logic related to WAL replay of Heap/Heap2 into its own file 1 year ago
David Rowley 9fba1ed294 Adjust tuplestore stats API 1 year ago
Amit Langote e6c45d85dc SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) 1 year ago
Tom Lane 77761ee5dd Remove incorrect Assert. 1 year ago
Magnus Hagander 280423300b pg_createsubscriber: minor documentation fixes 1 year ago
Peter Eisentraut 8b5c6a54c4 Replace gratuitous memmove() with memcpy() 1 year ago
Tomas Vondra 842265631d Fix unique key checks in JSON object constructors 1 year ago
Peter Eisentraut 6b25c57a2d Update .gitignore 1 year ago
Peter Eisentraut 1fb2308e69 Remove obsolete unconstify() 1 year ago
Peter Eisentraut 0785d1b8b2 common/jsonapi: support libpq as a client 1 year ago
Amit Kapila 3beb945da9 Improve assertion in FindReplTupleInLocalRel(). 1 year ago
Noah Misch 65c310b310 Optimize pg_visibility with read streams. 1 year ago
Tom Lane 52c707483c Use a hash table to de-duplicate column names in ruleutils.c. 1 year ago
Tom Lane bccca780ee Fix some whitespace issues in XMLSERIALIZE(... INDENT). 1 year ago
Tom Lane ed055d249d Improve documentation and testing of jsonpath string() for datetimes. 1 year ago