aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Fix overly generic name in with.sql test.Thomas Munro2021-12-30
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-22
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-16
* Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier2021-12-15
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* isolationtester: append session name to application_name.Andres Freund2021-12-13
* backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund2021-12-13
* 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
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Remove unneeded Python includesPeter Eisentraut2021-11-25
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Add support for Visual Studio 2022 in build scriptsMichael Paquier2021-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
* pg_receivewal, pg_recvlogical: allow canceling initial password prompt.Tom Lane2021-11-21
* 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
* 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
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-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
* Stamp 12.9.REL_12_9Tom Lane2021-11-08
* 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
* Fix typoAlvaro Herrera2021-11-08
* Translation updatesPeter Eisentraut2021-11-08
* Reset lastOverflowedXid on standby when neededAlexander Korotkov2021-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
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-01
* Update time zone data files to tzdata release 2021e.Tom Lane2021-10-29
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Clarify that --system reindexes system catalogs *only*Magnus Hagander2021-10-27
* Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro2021-10-26
* Back-patch "Stop requiring an explicit return from perl subroutines"Noah Misch2021-10-23
* 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