summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-181-2/+8
* Narrow the scope of a local variable.Tom Lane2021-01-181-1/+2
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-182-39/+115
* Allow for error or refusal while absorbing a ProcSignalBarrier.Robert Haas2021-01-181-12/+113
* Pause recovery for insufficient parameter settingsPeter Eisentraut2021-01-181-5/+54
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-186-117/+140
* Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra2021-01-172-8/+86
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-175-5/+249
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-167-77/+301
* Remove unnecessary pstrdup in fetch_table_list.Amit Kapila2021-01-161-1/+1
* Disallow CREATE STATISTICS on system catalogsTomas Vondra2021-01-151-0/+7
* Avoid spurious wait in concurrent reindexAlvaro Herrera2021-01-151-1/+47
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-151-2/+2
* Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier2021-01-151-30/+31
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-144-9/+84
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-141-1/+1
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-143-55/+85
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-141-0/+65
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-1312-343/+1776
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-1318-25/+187
* Log long wait time on recovery conflict when it's resolved.Fujii Masao2021-01-133-13/+58
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-131-1/+4
* Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila2021-01-132-15/+83
* Fix routine name in comment of catcache.cMichael Paquier2021-01-131-1/+1
* Invent struct ReindexIndexInfoAlvaro Herrera2021-01-121-61/+65
* Fix thinko in commentAlvaro Herrera2021-01-121-1/+1
* Fix relation descriptor leak.Amit Kapila2021-01-121-3/+13
* Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila2021-01-122-14/+152
* Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.Tom Lane2021-01-111-1/+1
* Use vectored I/O to fill new WAL segments.Thomas Munro2021-01-111-6/+22
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-081-1/+1
* Further second thoughts about idle_session_timeout patch.Tom Lane2021-01-071-15/+16
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-085-29/+260
* Improve commentary in timeout.c.Tom Lane2021-01-061-1/+8
* Add idle_session_timeout.Tom Lane2021-01-067-8/+67
* Improve timeout.c's handling of repeated timeout set/cancel.Tom Lane2021-01-061-26/+100
* Report progress of COPY commandsTomas Vondra2021-01-065-4/+52
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-065-53/+90
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-064-32/+139
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-062-5/+5
* Introduce a new GUC_REPORT setting "in_hot_standby".Tom Lane2021-01-052-1/+51
* Add an explicit cast to double when using fabs().Dean Rasheed2021-01-051-1/+1
* Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed2021-01-051-1/+1
* Standardize one aspect of rmgr desc output.Peter Geoghegan2021-01-042-3/+3
* Fix typo in origin.c.Amit Kapila2021-01-051-1/+1
* Fix typo in reorderbuffer.c.Amit Kapila2021-01-051-7/+7
* Replace remaining uses of "whitelist".Thomas Munro2021-01-052-2/+2
* Rename "enum blacklist" to "uncommitted enums".Thomas Munro2021-01-053-49/+51
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-043-63/+106
* Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane2021-01-041-2/+5