aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert error handling improvements for cryptohashesMichael Paquier2022-01-14
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-22
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* Revert "Remove unused wait events."Amit Kapila2021-10-26
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Fix frontend version of sh_error() in simplehash.h.Tom Lane2021-10-22
* Remove unused wait events.Amit Kapila2021-10-21
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-23
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-21
* 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