summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create common infrastructure for cross-version upgrade testing.REL9_4_STABLETom Lane2023-01-162-0/+460
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-171-9/+7
* Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier2022-11-093-12/+12
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-162-6/+6
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-217-16/+11
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-202-0/+48
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-012-5/+5
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-103-3/+3
* Suppress variable-set-but-not-used warning from clang 13.Tom Lane2022-01-231-1/+6
* Silence another gcc 11 warning.Tom Lane2021-12-131-2/+2
* Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane2021-12-121-4/+4
* Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane2021-12-121-2/+7
* Clean up compilation warnings coming from PL/Perl with clang-12~Tom Lane2021-12-122-0/+50
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-12-121-2/+2
* Use return instead of exit() in configureTom Lane2021-12-123-5/+15
* Stamp 9.4.26.REL9_4_26Tom Lane2020-02-106-21/+21
* Last-minute updates for release notes.Tom Lane2020-02-101-0/+18
* createuser: fix parsing of --connection-limit argumentAlvaro Herrera2020-02-101-4/+13
* Translation updatesPeter Eisentraut2020-02-106-2101/+2135
* Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.Tom Lane2020-02-091-0/+632
* Add note about access permission checks by inherited TRUNCATE and LOCK TABLE.Fujii Masao2020-02-071-1/+5
* Revert commit 56bc82a511.Fujii Masao2020-02-033-84/+18
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-011-0/+9
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-316-3/+148
* Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane2020-01-312-11/+20
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-313-18/+84
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-233-5/+83
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-232-91/+85
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-229-8/+129
* Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund2020-01-201-0/+19
* Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier2020-01-212-5/+5
* Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane2020-01-201-2/+5
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-174-34/+101
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-172-20/+16
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-144-9/+94
* Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane2020-01-121-28/+72
* doc: Fix naming of SELinuxMichael Paquier2020-01-102-2/+2
* Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier2020-01-081-16/+0
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-021-15/+25
* Update copyrights for 2020Bruce Momjian2020-01-012-4/+4
* doc: add examples of creative use of unique expression indexesBruce Momjian2019-12-271-0/+19
* docs: clarify infinite range values from data-type infinitiesBruce Momjian2019-12-271-20/+17
* Forbid DROP SCHEMA on temporary namespacesMichael Paquier2019-12-271-0/+16
* Rotate instead of shifting hash join batch number.Thomas Munro2019-12-241-4/+17
* Disallow null category in crosstab_hashJoe Conway2019-12-231-0/+5
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-233-0/+44
* Combine initdb tests that successfully create a data directory.Michael Paquier2019-12-231-28/+20
* Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane2019-12-224-61/+65
* In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane2019-12-211-7/+23
* docs: clarify handling of column lists in COPY TO/FROMBruce Momjian2019-12-211-5/+5