aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Remove obsolete commentPeter Eisentraut2022-04-02
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Suppress compiler warning in relptr_store().Tom Lane2022-03-26
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Fix bogus casting in BlockIdGetBlockNumber().Tom Lane2022-03-03
* Add compute_query_id = regressMichael Paquier2022-02-22
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-29
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* 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