summaryrefslogtreecommitdiff
path: root/src
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
* 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
* 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
* Stamp 9.5.25.REL9_5_25Tom Lane2021-02-083-10/+10
* Translation updatesPeter Eisentraut2021-02-087-3716/+3765
* 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 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-262-3/+4
* Code review for psql's helpSQL() function.Tom Lane2021-01-261-21/+36
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-251-2/+3
* 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
* 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
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-131-1/+4
* Fix thinko in commentAlvaro Herrera2021-01-121-1/+1
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-081-1/+1
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-281-2/+2
* Fix back-patch of "Invalidate acl.c caches when pg_authid changes."Noah Misch2020-12-252-5/+5
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-253-3/+19
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-213-47/+79
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-181-2/+9
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2020-12-151-5/+29
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-141-16/+10
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-121-1/+1
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-121-1/+1
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-071-7/+15
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-041-15/+34
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-033-25/+211
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-018-3/+43
* Free disk space for dropped relations on commit.Thomas Munro2020-12-011-24/+65
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-303-12/+118
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-291-17/+49