summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-08Stamp 11.11.REL_11_11Tom Lane
2021-02-08Translation updatesPeter Eisentraut
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
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-02-04Avoid crash when rolling back within a prepared statement.Tom Lane
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-28Silence another gcc 11 warning.Tom Lane
2021-01-28Fix hash partition pruning with asymmetric partition sets.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-28Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth
2021-01-26Report the true database name on connection errorsAlvaro Herrera
2021-01-26Code review for psql's helpSQL() function.Tom Lane
2021-01-25Don't clobber the calling user's credentials cache in Kerberos test.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-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-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-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-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-30In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch
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-25Invalidate acl.c caches when pg_authid changes.Noah Misch
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-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane