summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-27If a C23 compiler is detected, try asking for C17.REL9_4_STABLEThomas Munro
2024-06-26Remove redundant perl version checksAndrew Dunstan
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-09Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Disable -Wdeprecated-non-prototype in the back branches.Tom Lane
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2022-01-23Suppress variable-set-but-not-used warning from clang 13.Tom Lane
2021-12-13Silence another gcc 11 warning.Tom Lane
2021-12-13Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane
2021-12-13Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane
2021-12-12Clean up compilation warnings coming from PL/Perl with clang-12~Tom Lane
2021-12-12Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-12-12Use return instead of exit() in configureTom Lane
2020-02-10Stamp 9.4.26.REL9_4_26Tom Lane
2020-02-10Last-minute updates for release notes.Tom Lane
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
2020-02-09Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.Tom Lane
2020-02-06Add note about access permission checks by inherited TRUNCATE and LOCK TABLE.Fujii Masao
2020-02-03Revert commit 56bc82a511.Fujii Masao
2020-02-01Fix memory leak on DSM slot exhaustion.Thomas Munro
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-31Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane
2020-01-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-21Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier
2020-01-20Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-12Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27doc: add examples of creative use of unique expression indexesBruce Momjian
2019-12-27docs: clarify infinite range values from data-type infinitiesBruce Momjian
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-23Disallow null category in crosstab_hashJoe Conway
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-23Combine initdb tests that successfully create a data directory.Michael Paquier
2019-12-22Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane