aboutsummaryrefslogtreecommitdiff
path: root/src
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
* Doc: update RELEASE_CHANGES checklist.Tom Lane2021-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
* pg_dump: Fix dump of generated columns in partitionsPeter Eisentraut2021-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
* libpq: Refactor some error messages for easier translationPeter Eisentraut2021-05-03
* Factor out system call names from error messagesPeter 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
* Improve wording of some pg_upgrade failure reports.Tom Lane2021-04-29
* Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane2021-04-29
* psql: Fix line continuation prompts for unbalanced parenthesesPeter Eisentraut2021-04-29
* 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
* Improve logic in PostgresVersion.pmAndrew Dunstan2021-04-27
* 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
* psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZEAlvaro Herrera2021-04-26
* Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.Tom Lane2021-04-26
* Fix pg_upgrade test on CygwinPeter Eisentraut2021-04-26
* Add more tests with triggers on partitions for logical replicationMichael Paquier2021-04-26
* Avoid sending prepare multiple times while decoding.Amit Kapila2021-04-26
* Remove unused function argumentPeter Eisentraut2021-04-26
* Fix typo in reorderbuffer.c.Amit Kapila2021-04-26
* Update comments for rewriteTargetListIU().Tom Lane2021-04-25
* Make a test endure log_error_verbosity=verbose.Noah Misch2021-04-25
* Provide pg_amcheck with an --install-missing optionAndrew Dunstan2021-04-24