Commit Graph

57519 Commits (5c31669058b5550b4b3d623c07bc4203c11b8316)
 

Author SHA1 Message Date
Jeff Davis 5c31669058 Re-validate connection string in libpqrcv_connect(). 2 years ago
Peter Eisentraut a1604237a6 Refactor ATExecAddColumn() to use BuildDescForRelation() 2 years ago
Robert Haas 882887e9b4 Fix typo. 2 years ago
Alvaro Herrera 6780b79d5c
Added literal tag for RETURNING 2 years ago
Michael Paquier 278972f593 Fix pg_walsummary's .gitignore 2 years ago
Michael Paquier e72a37528d Refactor code checking for file existence 2 years ago
Michael Paquier 08c3ad27eb Rework how logirep launchers are stopped during pg_upgrade 2 years ago
Peter Eisentraut 7786af4d74 Fix some inconsistent whitespace in Perl file 2 years ago
Peter Eisentraut 35bc310c04 Fix incorrect format placeholder 2 years ago
Jeff Davis cf64d4e99f Cleanup for unicode-update build target and test. 2 years ago
Tom Lane 29f114b6ff Allow subquery pullup to wrap a PlaceHolderVar in another one. 2 years ago
Robert Haas a7097ca630 Try to fix pg_walsummary buildfarm failures. 2 years ago
Robert Haas e2d5b3b9b6 Remove hastup from LVPagePruneState. 2 years ago
Robert Haas 5faffa0434 Reindent after commit d9ef650fca. 2 years ago
Robert Haas 3d5c332a3d Repair various defects in dc21234005. 2 years ago
Robert Haas ee1bfd1683 Add new pg_walsummary tool. 2 years ago
Robert Haas d9ef650fca Add new function pg_get_wal_summarizer_state(). 2 years ago
Magnus Hagander 544bcb5a5e Clarify which xml tools are missing in meson error message 2 years ago
Magnus Hagander ba2d2784f3 Fix omission in partitioning limitation documentation 2 years ago
Amit Kapila 6f97ef05d6 Fix an intermetant BF failure in 003_logical_slots. 2 years ago
John Naylor f7f694b214 Update documentation of default fdw_tuple_cost 2 years ago
Michael Paquier b83747a8a6 pg_regress: Disable autoruns for cmd.exe on Windows 2 years ago
Tom Lane 3d185cfc09 Restore initdb's old behavior of always setting the lc_xxx GUCs. 2 years ago
Tom Lane 390298f080 Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. 2 years ago
Tom Lane add673b897 Fix Asserts in calc_non_nestloop_required_outer(). 2 years ago
Tom Lane d641b827af Handle WindowClause.runCondition in tree walker/mutator functions. 2 years ago
Bruce Momjian 5b2da240e0 doc: clarify who owns the initdb-created cluster, by default 2 years ago
Magnus Hagander cd02b35a46 Show the default checkpoint method in the pg_basebackup help message 2 years ago
Michael Paquier 9886744a36 pg_ctl: Disable autoruns for cmd.exe on Windows 2 years ago
Robert Haas f896057e46 Document WAL summarization information functions. 2 years ago
Nathan Bossart d97ef756af Fix documentation for wal_summary_keep_time. 2 years ago
Nathan Bossart 5b1b9bce84 Cross-check lists of predefined LWLocks. 2 years ago
Joe Conway a7be2a6c26 Add new function, PQchangePassword(), to libpq 2 years ago
Tatsuo Ishii d596736a49 Doc: fix character_sets view. 2 years ago
Alexander Korotkov 028b15405b An addition to 8c441c0827 2 years ago
Alexander Korotkov 8c441c0827 Forbid SJE with result relation 2 years ago
Alexander Korotkov 30b4955a46 Fix misuse of RelOptInfo.unique_for_rels cache by SJE 2 years ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 2 years ago
Noah Misch 0efc831847 Remove excess #include "utils/wait_event.h". 2 years ago
Noah Misch 196799d676 Fix missing word in comment. 2 years ago
Alexander Korotkov 6d94cc6ca1 Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Tom Lane 89b69db82a Allow examine_simple_variable() to work on INSERT RETURNING Vars. 2 years ago
Alexander Korotkov bea18b1c94 Strengthen tests for 5ef34a8fc3 2 years ago
Tom Lane 9034a2d512 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Alexander Korotkov 2a67b5a60e Fix oversized memory allocation in Parallel Hash Join 2 years ago
Alexander Korotkov 5ef34a8fc3 Fix the issue that SJE mistakenly omits qual clauses 2 years ago
Tom Lane 43b46aae12 Clean up some edge cases in plpgsql's %TYPE parsing. 2 years ago
Andrew Dunstan dbad1c53e9 Add copyright notices to a few perl scripts that don't have them 2 years ago
Michael Paquier 9cd0d77dfc Fix corruption of local buffer state during extend of temp relation 2 years ago
Tom Lane 9391f71523 Teach estimate_array_length() to use statistics where available. 2 years ago