summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create common infrastructure for cross-version upgrade testing.REL9_5_STABLETom Lane2023-01-162-0/+512
* 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-212-5/+1
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-202-0/+48
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-204-5/+4
* 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
* Suppress uninitialized-variable warning in guc.c.Tom Lane2021-12-121-0/+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
* Stamp 9.5.25.REL9_5_25Tom Lane2021-02-086-21/+21
* Translation updatesPeter Eisentraut2021-02-087-3716/+3765
* Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.Tom Lane2021-02-071-0/+814
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-071-6/+0
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-061-0/+6
* Disallow converting an inheritance child table to a view.Tom Lane2021-02-065-6/+62
* Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas2021-02-051-1/+9
* Fix ancient memory leak in contrib/auto_explain.Tom Lane2021-02-021-2/+9
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-307-38/+100
* Silence another gcc 11 warning.Tom Lane2021-01-281-2/+2
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-281-2/+2
* pgbench: Remove dead codeAlvaro Herrera2021-01-281-8/+0
* Report the true database name on connection errorsAlvaro Herrera2021-01-264-5/+6
* Code review for psql's helpSQL() function.Tom Lane2021-01-261-21/+36
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-253-8/+22
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-251-4/+16
* Update time zone data files to tzdata release 2021a.Tom Lane2021-01-241-95/+131
* Make check-prepared-txns use temp-install binaries.Noah Misch2021-01-231-1/+1
* Doc: improve directions for building on macOS.Tom Lane2021-01-221-1/+25
* Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane2021-01-201-6/+13
* Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-203-2/+7
* Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane2021-01-191-26/+27
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-181-2/+8
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-168-79/+312
* Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane2021-01-151-3/+19
* Doc: clarify behavior of back-half options in pg_dump.Tom Lane2021-01-131-10/+10
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-131-1/+4
* Fix thinko in commentAlvaro Herrera2021-01-121-1/+1
* doc: expand description of how non-SELECT queries are processedBruce Momjian2021-01-091-20/+30
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-081-1/+1
* doc: improve NLS instruction wordingBruce Momjian2021-01-051-2/+2
* Update copyright for 2021Bruce Momjian2021-01-022-4/+4
* Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.Tom Lane2021-01-011-7/+17
* Doc: spell out comparison behaviors for the date/time types.Tom Lane2020-12-301-0/+15
* doc: Improve some grammar and sentencesMichael Paquier2020-12-291-1/+1
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-281-2/+2