aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix typos in comments about extended statisticsTomas Vondra2021-05-07
* Make pg_get_statisticsobjdef_expressions return NULLTomas Vondra2021-05-07
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Remove redundant variableAlvaro Herrera2021-05-06
* Remove overzealous VACUUM visibility map assertion.Peter Geoghegan2021-05-06
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-06
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* jit: Fix warning reported by gcc-11 caused by dubious function signature.Andres Freund2021-05-05
* Tighten the concurrent abort check during decoding.Amit Kapila2021-05-06
* Remove unused argument of ATAddForeignConstraintAlvaro Herrera2021-05-05
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-05
* GUC description improvements for clarityPeter Eisentraut2021-05-05
* Fix OID passed to object-alter hook during ALTER CONSTRAINTAlvaro Herrera2021-05-04
* Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut2021-05-04
* Update query_id computationBruce Momjian2021-05-03
* Fix performance issue in new regex match-all detection code.Tom Lane2021-05-03
* Prevent lwlock dtrace probes from unnecessary workPeter Eisentraut2021-05-03
* Remove unused function argumentPeter Eisentraut2021-05-03
* Fix the computation of slot stats for 'total_bytes'.Amit Kapila2021-05-03
* Make websearch_to_tsquery() parse text in quotes as a single tokenAlexander Korotkov2021-05-03
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* Disallow calling anything but plain functions via the fastpath API.Tom Lane2021-04-30
* Fix the bugs in selecting the transaction for streaming.Amit Kapila2021-04-30
* Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley2021-04-30
* pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut2021-04-29
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix use-after-release issue with pg_identify_object_as_address()Michael Paquier2021-04-28
* Fix pg_identify_object_as_address() with event triggersMichael Paquier2021-04-28
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27
* Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.Tom Lane2021-04-26
* Avoid sending prepare multiple times while decoding.Amit Kapila2021-04-26
* Fix typo in reorderbuffer.c.Amit Kapila2021-04-26
* Update comments for rewriteTargetListIU().Tom Lane2021-04-25
* Fix come comments in execMain.cMichael Paquier2021-04-24
* Add some forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier2021-04-24
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Mark multirange_constructor0() and multirange_constructor2() strictAlexander Korotkov2021-04-23
* Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao2021-04-23
* Fix incorrect format placeholderPeter Eisentraut2021-04-23
* Fix some comments in fmgr.cMichael Paquier2021-04-23
* Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier2021-04-23
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-23
* Don't crash on reference to an un-available system column.Tom Lane2021-04-22
* Fix uninitialized memory bugAlvaro Herrera2021-04-22
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Fix relation leak for subscribers firing triggers in logical replicationMichael Paquier2021-04-22