aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-18
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Disallow CREATE STATISTICS on system catalogsTomas Vondra2021-01-15
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-15
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-08
* 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
* 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 inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-28
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* 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
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* 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 missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* 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
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* Adjust DSM and DSA slot usage constants (back-patch).Thomas Munro2020-11-20
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-16
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Translation updatesPeter Eisentraut2020-11-09