aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila2021-01-13
* Fix routine name in comment of catcache.cMichael Paquier2021-01-13
* Invent struct ReindexIndexInfoAlvaro Herrera2021-01-12
* pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane2021-01-12
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix relation descriptor leak.Amit Kapila2021-01-12
* Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila2021-01-12
* Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry.Tom Lane2021-01-11
* Make pg_dump's table of object-type priorities more maintainable.Tom Lane2021-01-11
* Fix function prototypes in dependency.h.Thomas Munro2021-01-12
* Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.Tom Lane2021-01-11
* Try next host after a "cannot connect now" failure.Tom Lane2021-01-11
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-11
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-11
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Use vectored I/O to fill new WAL segments.Thomas Munro2021-01-11
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Fix plpgsql tests for debug_invalidate_system_caches_always.Tom Lane2021-01-08
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-08
* Fix and simplify some code related to cryptohashesMichael Paquier2021-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
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-08
* Fix bogus link in test comments.Tom Lane2021-01-06
* Improve commentary in timeout.c.Tom Lane2021-01-06
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* Add idle_session_timeout.Tom Lane2021-01-06
* Improve timeout.c's handling of repeated timeout set/cancel.Tom Lane2021-01-06
* Report progress of COPY commandsTomas Vondra2021-01-06
* Add a test module for the regular expression package.Tom Lane2021-01-06
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-06
* Promote --data-checksums to the common set of options in initdb --helpMichael Paquier2021-01-06
* Revert unstable test cases from commit 7d80441d2.Tom Lane2021-01-05
* Allow psql's \dt and \di to show TOAST tables and their indexes.Tom Lane2021-01-05
* Introduce a new GUC_REPORT setting "in_hot_standby".Tom Lane2021-01-05
* 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
* Standardize one aspect of rmgr desc output.Peter Geoghegan2021-01-04
* Fix typo in origin.c.Amit Kapila2021-01-05
* Fix typo in reorderbuffer.c.Amit Kapila2021-01-05
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* pgindent: whitelist/blacklist -> additional/excluded.Thomas Munro2021-01-05
* Rename "enum blacklist" to "uncommitted enums".Thomas Munro2021-01-05
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Remove unused function prototypes.Thomas Munro2021-01-05
* Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane2021-01-04
* Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.Tom Lane2021-01-04