summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-16doc: Add Identity Column section under Data Definition chapterPeter Eisentraut
2024-01-16Assert that partition inherits from only one parent in MergeAttributes()Peter Eisentraut
2024-01-16doc: Decorate PostgreSQL with productname tagPeter Eisentraut
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-16Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier
2024-01-15Fix typos.Robert Haas
2024-01-15Fix 'negative bitmapset member' errorAlexander Korotkov
2024-01-15Avoid useless ReplicationOriginExitCleanup lockingAlvaro Herrera
2024-01-15Reduce dependency to money data type in main regression test suiteMichael Paquier
2024-01-14Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.Tom Lane
2024-01-14pg_dump: Remove obsolete trigger supportPeter Eisentraut
2024-01-14doc: Update catalog documentation for attstattarget nullablePeter Eisentraut
2024-01-14Remove useless AssertPeter Eisentraut
2024-01-13Escape output of pg_amcheck testPeter Eisentraut
2024-01-13Add previous commit to .git-blame-ignore-revs.Tom Lane
2024-01-13Re-pgindent catcache.c after previous commit.Tom Lane
2024-01-13Cope with catcache entries becoming stale during detoasting.Tom Lane
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-13Fix memory leak in connection string validation.Jeff Davis
2024-01-12Add empty placeholder LINGUAS file for pg_walsummaryAlvaro Herrera
2024-01-12Re-validate connection string in libpqrcv_connect().Jeff Davis
2024-01-12Refactor ATExecAddColumn() to use BuildDescForRelation()Peter Eisentraut
2024-01-12Fix typo.Robert Haas
2024-01-12Added literal tag for RETURNINGAlvaro Herrera
2024-01-12Fix pg_walsummary's .gitignoreMichael Paquier
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-11Rework how logirep launchers are stopped during pg_upgradeMichael Paquier
2024-01-11Fix some inconsistent whitespace in Perl filePeter Eisentraut
2024-01-11Fix incorrect format placeholderPeter Eisentraut
2024-01-11Cleanup for unicode-update build target and test.Jeff Davis
2024-01-11Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane
2024-01-11Try to fix pg_walsummary buildfarm failures.Robert Haas
2024-01-11Remove hastup from LVPagePruneState.Robert Haas
2024-01-11Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.Robert Haas
2024-01-11Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.Robert Haas
2024-01-11Add new pg_walsummary tool.Robert Haas
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-11Clarify which xml tools are missing in meson error messageMagnus Hagander
2024-01-11Fix omission in partitioning limitation documentationMagnus Hagander
2024-01-11Fix an intermetant BF failure in 003_logical_slots.Amit Kapila
2024-01-11Update documentation of default fdw_tuple_costJohn Naylor
2024-01-11pg_regress: Disable autoruns for cmd.exe on WindowsMichael Paquier
2024-01-10Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane
2024-01-10Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane
2024-01-10Fix Asserts in calc_non_nestloop_required_outer().Tom Lane
2024-01-10Handle WindowClause.runCondition in tree walker/mutator functions.Tom Lane
2024-01-10doc: clarify who owns the initdb-created cluster, by defaultBruce Momjian
2024-01-10Show the default checkpoint method in the pg_basebackup help messageMagnus Hagander
2024-01-10pg_ctl: Disable autoruns for cmd.exe on WindowsMichael Paquier
2024-01-09Document WAL summarization information functions.Robert Haas