aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Fix alignment in multirange_get_range() functionAlexander Korotkov2021-12-13
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Fix double publish of child table's data.Amit Kapila2021-12-09
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-08
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* On Windows, also call shutdown() while closing the client socket.Tom Lane2021-12-07
* On Windows, close the client socket explicitly during backend shutdown.Tom Lane2021-12-02
* Avoid leaking memory during large-scale REASSIGN OWNED BY operations.Tom Lane2021-12-01
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson2021-11-26
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* 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
* Add missing words in commentAlvaro Herrera2021-11-22
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane2021-11-17
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-11-11
* Restore lock level to set vacuum flagsAlvaro Herrera2021-11-11
* Doc: improve protocol spec for logical replication Type messages.Tom Lane2021-11-10
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Translation updatesPeter Eisentraut2021-11-08
* Fix incorrect hash equality operator bug in MemoizeDavid Rowley2021-11-08
* Reset lastOverflowedXid on standby when neededAlexander Korotkov2021-11-06
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Avoid crash in rare case of concurrent DROPAlvaro Herrera2021-11-05
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Fix parallel amvacuumcleanup safety bug.Peter Geoghegan2021-11-02
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Fix variable lifespan in ExecInitCoerceToDomain().Tom Lane2021-11-02
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-01
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-01
* Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier2021-11-01
* Avoid O(N^2) behavior when the standby process releases many locks.Tom Lane2021-10-31
* Demote pg_unreachable() in heapam to an assertion.Peter Geoghegan2021-10-29
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-27
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27
* Ensure that slots are zeroed before useDaniel Gustafsson2021-10-26
* Revert "Remove unused wait events."Amit Kapila2021-10-26
* Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro2021-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
* Back-patch "Add parent table name in an error in reorderbuffer.c."Amit Kapila2021-10-21
* Remove unused wait events.Amit Kapila2021-10-21