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-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-12Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2020-02-10Stamp 9.4.26.REL9_4_26Tom Lane
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
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-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
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
2019-12-21In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-16On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-27Fix typo in comment.Etsuro Fujita
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-19Revise GIN READMEAlexander Korotkov
2019-11-19Fix traversing to the deleted GIN page via downlinkAlexander Korotkov
2019-11-17Further fix dumping of views that contain just VALUES(...).Tom Lane