aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-18
* Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch2021-01-16
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Disallow CREATE STATISTICS on system catalogsTomas Vondra2021-01-15
* Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane2021-01-15
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-15
* pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane2021-01-14
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Disallow a digit as the first character of a variable name in pgbench.Tom Lane2021-01-13
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane2021-01-12
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-08
* Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane2021-01-07
* Further second thoughts about idle_session_timeout patch.Tom Lane2021-01-07
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Add an explicit cast to double when using fabs().Dean Rasheed2021-01-05
* Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed2021-01-05
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30
* In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch2020-12-30
* Improve log messages related to pg_hba.conf not matching a connection.Tom Lane2020-12-28
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-28
* Further fix thinko in plpgsql memory leak fix.Tom Lane2020-12-28
* Fix thinko in plpgsql memory leak fix.Tom Lane2020-12-28
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-28
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-24
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-18
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2020-12-15
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-12
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-12
* Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.Tom Lane2020-12-08
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-07
* backpatch "jit: Add support for LLVM 12."Andres Freund2020-12-07
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-07
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-04
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01