summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-13Log long wait time on recovery conflict when it's resolved.Fujii Masao
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2021-01-13Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila
2021-01-13Fix routine name in comment of catcache.cMichael Paquier
2021-01-12Invent struct ReindexIndexInfoAlvaro Herrera
2021-01-12Fix thinko in commentAlvaro Herrera
2021-01-12Fix relation descriptor leak.Amit Kapila
2021-01-12Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila
2021-01-11Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.Tom Lane
2021-01-11Use vectored I/O to fill new WAL segments.Thomas Munro
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-01-07Further second thoughts about idle_session_timeout patch.Tom Lane
2021-01-07Add GUC to log long wait times on recovery conflicts.Fujii Masao
2021-01-07Improve commentary in timeout.c.Tom Lane
2021-01-06Add idle_session_timeout.Tom Lane
2021-01-06Improve timeout.c's handling of repeated timeout set/cancel.Tom Lane
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2021-01-06Fix typos in decode.c and logical.c.Amit Kapila
2021-01-05Introduce a new GUC_REPORT setting "in_hot_standby".Tom Lane
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-05Standardize one aspect of rmgr desc output.Peter Geoghegan
2021-01-05Fix typo in origin.c.Amit Kapila
2021-01-05Fix typo in reorderbuffer.c.Amit Kapila
2021-01-05Replace remaining uses of "whitelist".Thomas Munro
2021-01-04Rename "enum blacklist" to "uncommitted enums".Thomas Munro
2021-01-04Fix integer-overflow corner cases in substring() functions.Tom Lane
2021-01-04Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-04Simplify some comments in xml.cMichael Paquier
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-31Get heap page max offset with buffer lock held.Peter Geoghegan
2020-12-31Fix index deletion latestRemovedXid bug.Peter Geoghegan
2020-12-30Refactor multirange_in()Alexander Korotkov
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-30Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Improve the signature of internal multirange functionsAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-29Fix bugs in comparison functions for multirange_bsearch_match()Alexander Korotkov