summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-18psql: Improve tab completion for GRANT/REVOKEMichael Paquier
2022-11-18ci: Add task testing windows with mingwAndres Freund
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-11-17Fix MERGE tuple count with DO NOTHINGAlvaro Herrera
2022-11-17Use correct type name in comments about freezing.Peter Geoghegan
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-17libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut
2022-11-17libpq: Correct processing of startup response messagesPeter Eisentraut
2022-11-17Fix wording in commentDaniel Gustafsson
2022-11-17Fix outdated comment in ExecDeleteAlvaro Herrera
2022-11-17Allow initdb to complete on systems without "locale" commandPeter Eisentraut
2022-11-17doc: Fix wording of MERGE actions in READMEDaniel Gustafsson
2022-11-17Fix typos in commentsDaniel Gustafsson
2022-11-17Remove unneeded include in test_slru.cMichael Paquier
2022-11-17Export with_icu when running src/bin/scripts tests with mesonPeter Eisentraut
2022-11-17Update some more ObjectType switch statements to not have defaultPeter Eisentraut
2022-11-17Improve ruleutils' printout of LATERAL references within subplans.Tom Lane
2022-11-16Fix slowdown in TAP tests due to recent walreceiver change.Thomas Munro
2022-11-16Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane
2022-11-16Add missing object classes to object_address testPeter Eisentraut
2022-11-16Shave some cycles off subscription/t/100_bugs.pl tests.Tom Lane
2022-11-16Variable renaming in preparation for refactoringPeter Eisentraut
2022-11-16Remove useless castsPeter Eisentraut
2022-11-16Turn HeapKeyTest macro into inline functionPeter Eisentraut
2022-11-16Remove unused includePeter Eisentraut
2022-11-16doc: update metacpan.org links to avoid redirectsDaniel Gustafsson
2022-11-16Use multi-inserts for pg_ts_config_mapMichael Paquier
2022-11-16Fix test in ae168c794f, per buildfarm.Jeff Davis
2022-11-16Use multi-inserts for pg_enumMichael Paquier
2022-11-16Avoid some overhead with open and close of catalog indexesMichael Paquier
2022-11-16Add test module for SLRUsMichael Paquier
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-11-15Add test module for Custom WAL Resource Manager feature.Jeff Davis
2022-11-15Deduplicate freeze plans in freeze WAL records.Peter Geoghegan
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-11-15psql: Add command to use extended query protocolPeter Eisentraut
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-11-15libpq error message refactoringPeter Eisentraut
2022-11-15Disallow setting archive_library and archive_command at the same timePeter Eisentraut
2022-11-15Improve comments referring snapshot's subxip array.Amit Kapila
2022-11-14Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila
2022-11-14Add error context callback when tokenizing authentication filesMichael Paquier
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-13libpq: Add missing newlines to error messagesPeter Eisentraut
2022-11-13libpq: Remove unneeded cast and adjust format placeholderPeter Eisentraut
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
2022-11-13Use installed postgresql.conf.sample for GUC sanity TAP testAndrew Dunstan
2022-11-13Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut