aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-14
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-14
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-11
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-11
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-10
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Add some const decorationsPeter Eisentraut2021-06-10
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila2021-06-07
* Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra2021-06-06
* Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch2021-06-06
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Fix incorrect permissions on pg_subscription.Tom Lane2021-06-03
* Update plannodes.h's comments about PlanRowMark.Tom Lane2021-06-02
* Reduce the range of OIDs reserved for genbki.pl.Tom Lane2021-05-27
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-27
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix issues in pg_stat_wal.Fujii Masao2021-05-19
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-14
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Do pre-release housekeeping on catalog data.Tom Lane2021-05-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane2021-05-09
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-08
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-06
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-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
* 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 relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Add DISTINCT to information schema usage viewsPeter Eisentraut2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21