summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-20Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
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-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-15Disallow CREATE STATISTICS on system catalogsTomas Vondra
2021-01-15Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane
2021-01-15Fix calculation of how much shared memory is required to store a TOC.Fujii Masao
2021-01-14pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-14Stabilize timeline switch regression test.Fujii Masao
2021-01-14Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao
2021-01-13Disallow a digit as the first character of a variable name in pgbench.Tom Lane
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2021-01-12pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane
2021-01-12Fix thinko in commentAlvaro Herrera
2021-01-12Fix relation descriptor leak.Amit Kapila
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-01-08Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2021-01-07Further second thoughts about idle_session_timeout patch.Tom Lane
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2021-01-05Add an explicit cast to double when using fabs().Dean Rasheed
2021-01-05Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed
2021-01-04Fix integer-overflow corner cases in substring() functions.Tom Lane
2020-12-31Get heap page max offset with buffer lock held.Peter Geoghegan
2020-12-31Fix index deletion latestRemovedXid bug.Peter Geoghegan
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-30In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch
2020-12-28Improve log messages related to pg_hba.conf not matching a connection.Tom Lane
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Fix bugs in libpq's GSSAPI encryption support.Tom Lane
2020-12-28Expose the default for channel_binding in PQconndefaults().Tom Lane
2020-12-28Further fix thinko in plpgsql memory leak fix.Tom Lane
2020-12-28Fix thinko in plpgsql memory leak fix.Tom Lane
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-27Second attempt to stabilize 05c02589.Jeff Davis
2020-12-27Stabilize test introduced in 05c02589, per buildfarm.Jeff Davis
2020-12-27Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-25Avoid time-of-day-dependent failure in log rotation test.Tom Lane
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-12-22Improve find_em_expr_usable_for_sorting_rel commentTomas Vondra
2020-12-21Don't search for volatile expr in find_em_expr_usable_for_sorting_relTomas Vondra
2020-12-21Disallow SRFs when considering sorts below Gather MergeTomas Vondra
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-21Check parallel safety in generate_useful_gather_pathsTomas Vondra
2020-12-21Consider unsorted paths in generate_useful_gather_pathsTomas Vondra