aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-08
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* Enable settings used in TAP tests for MSVC buildsAndrew Dunstan2021-12-07
* 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
* Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier2021-12-02
* Avoid leaking memory during large-scale REASSIGN OWNED BY operations.Tom Lane2021-12-01
* Fix compatibility thinko for fstat() on standard streams in win32stat.cMichael Paquier2021-11-30
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson2021-11-26
* Remove unneeded Python includesPeter Eisentraut2021-11-25
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Fix fstat() emulation on Windows with standard streamsMichael Paquier2021-11-25
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Add support for Visual Studio 2022 in build scriptsMichael Paquier2021-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
* Adjust pg_dump's priority ordering for casts.Tom Lane2021-11-22
* Fix pg_dump --inserts mode for generated columns with dropped columns.Tom Lane2021-11-22
* Add missing words in commentAlvaro Herrera2021-11-22
* pg_receivewal, pg_recvlogical: allow canceling initial password prompt.Tom Lane2021-11-21
* 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 quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier2021-11-18
* Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier2021-11-18
* Clean up error handling in pg_basebackup's walmethods.c.Tom Lane2021-11-17
* Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane2021-11-17
* 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
* Make psql's \password default to CURRENT_USER, not PQuser(conn).Tom Lane2021-11-12
* 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
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-11
* Doc: improve protocol spec for logical replication Type messages.Tom Lane2021-11-10
* Fix instability in 026_overwrite_contrecord.pl test.Tom Lane2021-11-09
* libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* 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
* Update alternative expected output file.Heikki Linnakangas2021-11-03
* 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