summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-06Stamp 11.19.REL_11_19Tom Lane
2023-02-06Translation updatesPeter Eisentraut
2023-01-31Update time zone data files to tzdata release 2022g.Tom Lane
2023-01-31Remove recovery test 011_crash_recovery.plMichael Paquier
2023-01-26Fix rare sharedtuplestore.c corruption.Thomas Munro
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-21Reject CancelRequestPacket having unexpected length.Noah Misch
2023-01-20Make our back branches build under -fkeep-inline-functions.Tom Lane
2023-01-19Log the correct ending timestamp in recovery_target_xid mode.Tom Lane
2023-01-19Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier
2023-01-19Fix failure with perlcritic in psql's create_help.plMichael Paquier
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-12Fix WaitEventSetWait() buffer overrun.Thomas Munro
2023-01-06Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2023-01-02Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane
2022-12-23Fix come incorrect elog() messages in aclchk.cMichael Paquier
2022-12-22Add some recursion and looping defenses in prepjointree.c.Tom Lane
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-04Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-03Prevent pgstats from getting confused when relkind of a relation changesAndres Freund
2022-11-30Reject missing database name in pg_regress and cohorts.Tom Lane
2022-11-29Fix comment in fe-auth-scram.cMichael Paquier
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-27Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan
2022-11-25Allow building with MSVC and Strawberry perlAndrew Dunstan
2022-11-25Fix uninitialized access to InitialRunningXacts during decoding.Amit Kapila
2022-11-24Make multixact error message more explicitAlvaro Herrera
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-22YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane
2022-11-22Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-19Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund
2022-11-19Doc: sync src/tutorial/basics.source with SGML documentation.Tom Lane
2022-11-19pg_dump: avoid unsafe function calls in getPolicies().Tom Lane
2022-11-19Postpone calls of unsafe server-side functions in pg_dump.Tom Lane
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-14Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila
2022-11-11Fix theoretical torn page hazard.Jeff Davis
2022-11-10Fix alter_table.sql test case to test what it claims to.Tom Lane
2022-11-09Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane
2022-11-07Stamp 11.18.REL_11_18Tom Lane
2022-11-07Translation updatesPeter Eisentraut
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Avoid crash after function syntax error in a replication worker.Tom Lane