summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-16Fix some BufFileRead() error reportingPeter Eisentraut
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-12Fix WaitEventSetWait() buffer overrun.Thomas Munro
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-11Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier
2023-01-06Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
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 some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier
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-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
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-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis
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-29Remove bogus Assert and dead code in remove_useless_results_recurse().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-22Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera
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-10Re-allow building on Microsoft Visual Studio 2013.Tom Lane
2022-11-09Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane
2022-11-07Translation updatesPeter Eisentraut
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Create FKs properly when attaching table as partitionAlvaro Herrera