Commit Graph

57539 Commits (a37bb7c13995b834095d9d064cad1023a6f99b10)
 

Author SHA1 Message Date
Peter Eisentraut a37bb7c139 doc: Add Identity Column section under Data Definition chapter 2 years ago
Peter Eisentraut d22d98c341 Assert that partition inherits from only one parent in MergeAttributes() 2 years ago
Peter Eisentraut 58b20e6d75 doc: Decorate PostgreSQL with productname tag 2 years ago
Michael Paquier 4794c2d317 libpq: Add PQsendPipelineSync() 2 years ago
Michael Paquier 83eb244e41 Fix a typo and some doc indentation related to libpq pipeline functions 2 years ago
Robert Haas 237d01139b Fix typos. 2 years ago
Alexander Korotkov fe093994db Fix 'negative bitmapset member' error 2 years ago
Alvaro Herrera aa817c7496
Avoid useless ReplicationOriginExitCleanup locking 2 years ago
Michael Paquier 31acee4b66 Reduce dependency to money data type in main regression test suite 2 years ago
Tom Lane 6545ba96cb Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers. 2 years ago
Peter Eisentraut 15235abbf3 pg_dump: Remove obsolete trigger support 2 years ago
Peter Eisentraut 556799660f doc: Update catalog documentation for attstattarget nullable 2 years ago
Peter Eisentraut e3aa802e6f Remove useless Assert 2 years ago
Peter Eisentraut 6a3631e251 Escape output of pg_amcheck test 2 years ago
Tom Lane 36578fa049 Add previous commit to .git-blame-ignore-revs. 2 years ago
Tom Lane 96c019ffa3 Re-pgindent catcache.c after previous commit. 2 years ago
Tom Lane ad98fb1422 Cope with catcache entries becoming stale during detoasting. 2 years ago
Peter Eisentraut 4f622503d6 Make attstattarget nullable 2 years ago
Jeff Davis 45da69371e Fix memory leak in connection string validation. 2 years ago
Alvaro Herrera 2f696d5a29
Add empty placeholder LINGUAS file for pg_walsummary 2 years ago
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