summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-03Update comments on CustomPath struct.Etsuro Fujita
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-27Raise fixed token-length limit in hba.c.Tom Lane
2023-07-18Fix indentation in twophase.cMichael Paquier
2023-07-18Fix recovery of 2PC transaction during crash recoveryMichael Paquier
2023-07-14Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-10Be more rigorous about local variables in PostgresMain().Tom Lane
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-07-06Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
2023-07-04Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas
2023-07-04Adjust kerberos and ldap tests for Homebrew on ARMPeter Eisentraut
2023-07-04Re-bin segment when memory pages are freed.Thomas Munro
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-07-03Fix race in SSI interaction with bitmap heap scan.Thomas Munro
2023-07-03Fix race in SSI interaction with empty btrees.Thomas Munro
2023-07-03Revert "Improve pg_basebackup long file name test Windows robustness"Andrew Dunstan
2023-07-03Use older package name in pg_basebackup testAndrew Dunstan
2023-07-03Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-24Check for interrupts and stack overflow in TParserGet().Tom Lane
2023-06-24Define OPENSSL_API_COMPATPeter Eisentraut
2023-06-22nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley
2023-06-16Fix typo in comment.Amit Langote
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-11Fix missing initializations of MyProc.delayChkptEndMichael Paquier
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-06-06Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas
2023-05-25nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan
2023-05-19Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
2023-05-08Stamp 11.20.REL_11_20Tom Lane
2023-05-08Handle RLS dependencies in inlined set-returning functions properly.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-05-08Translation updatesPeter Eisentraut
2023-05-05Fix prove_installcheck when used with PGXSPeter Eisentraut
2023-05-04Move return statements out of PG_TRY blocks.Nathan Bossart
2023-05-04In array_position()/array_positions(), beware of empty input array.Tom Lane