Commit Graph

57548 Commits (8ad1f7db87f0375cfd7c6ae24aa13bdbdff2477a)
 

Author SHA1 Message Date
Alexander Korotkov 8ad1f7db87 Fix format specifier for NOTICE in copyfrom.c 2 years ago
Alexander Korotkov 9e2d870119 Add new COPY option SAVE_ERROR_TO 2 years ago
David Rowley c7e5e994b2 Fix REALLOCATE_BITMAPSETS code 2 years ago
Robert Haas 45d395cd75 Be more consistent about whether to update the FSM while vacuuming. 2 years ago
Peter Eisentraut 6995863157 Support identity columns in partitioned tables 2 years ago
Daniel Gustafsson 7bcf57a0ca Decorate WITH with literal markup tags 2 years ago
Heikki Linnakangas c6b86eaa55 Add missing PGDLLIMPORT markings 2 years ago
Alvaro Herrera 5850253973
struct XmlTableRoutine: use C99 designated initializers 2 years ago
Alvaro Herrera c6605c1bdf
Don't test already-referenced pointer for nullness 2 years ago
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