aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-13
* Fix misleading comments about TOAST access macros.Tom Lane2021-09-08
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.Tom Lane2021-09-07
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor2021-09-03
* Mark the timestamptz variant of date_bin() as stableJohn Naylor2021-08-31
* Fix typoPeter Eisentraut2021-08-25
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane2021-08-17
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Fix small inconsistencies in catalog definition of multirange operatorsAlexander Korotkov2021-07-15
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-12
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* 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