summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-20Suppress variable-set-but-not-used warnings from clang 15.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-13Suppress uninitialized-variable warning in guc.c.Tom Lane
2021-02-08Stamp 9.5.25.REL9_5_25Tom Lane
2021-02-08Translation updatesPeter Eisentraut
2021-02-07Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane
2021-02-07Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-06Disallow converting an inheritance child table to a view.Tom Lane
2021-02-05Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-28Silence another gcc 11 warning.Tom Lane
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-01-28pgbench: Remove dead codeAlvaro Herrera
2021-01-26Report the true database name on connection errorsAlvaro Herrera
2021-01-26Code review for psql's helpSQL() function.Tom Lane
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2021-01-25Fix hypothetical bug in heap backward scansDavid Rowley
2021-01-24Update time zone data files to tzdata release 2021a.Tom Lane
2021-01-23Make check-prepared-txns use temp-install binaries.Noah Misch
2021-01-20Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2021-01-19Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane
2021-01-18Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-15Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2021-01-12Fix thinko in commentAlvaro Herrera
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-25Fix back-patch of "Invalidate acl.c caches when pg_authid changes."Noah Misch
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-12-15Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan
2020-12-15Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis
2020-12-12initdb: complete getopt_long alphabetizationBruce Momjian
2020-12-12initdb: properly alphabetize getopt_long options in C stringBruce Momjian
2020-12-07Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas
2020-12-04Fix race conditions in newly-added test.Heikki Linnakangas
2020-12-03Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-12-01Free disk space for dropped relations on commit.Thomas Munro
2020-11-30Fix miscomputation of direct_lateral_relids for join relations.Tom Lane