index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2022-01-01
*
Fix overly generic name in with.sql test.
Thomas Munro
2021-12-30
*
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
Michael Paquier
2021-12-22
*
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-16
*
Adjust behavior of some env settings for the TAP tests of MSVC
Michael Paquier
2021-12-15
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
isolationtester: append session name to application_name.
Andres Freund
2021-12-13
*
backpatch "Set application_name per-test in isolation and ecpg tests."
Andres Freund
2021-12-13
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
*
Enable settings used in TAP tests for MSVC builds
Andrew Dunstan
2021-12-07
*
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-07
*
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-12-02
*
Move into separate file all the SQL queries used in pg_upgrade tests
Michael Paquier
2021-12-02
*
Avoid leaking memory during large-scale REASSIGN OWNED BY operations.
Tom Lane
2021-12-01
*
Harden be-gssapi-common.h for headerscheck
Alvaro Herrera
2021-11-26
*
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-26
*
Remove unneeded Python includes
Peter Eisentraut
2021-11-25
*
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-25
*
Add support for Visual Studio 2022 in build scripts
Michael Paquier
2021-11-24
*
Adjust pg_dump's priority ordering for casts.
Tom Lane
2021-11-22
*
Fix pg_dump --inserts mode for generated columns with dropped columns.
Tom Lane
2021-11-22
*
pg_receivewal, pg_recvlogical: allow canceling initial password prompt.
Tom Lane
2021-11-21
*
Fix quoting of ACL item in table for upgrade binary compatibility checks
Michael Paquier
2021-11-18
*
Add table to regression tests for binary-compatibility checks in pg_upgrade
Michael Paquier
2021-11-18
*
Clean up error handling in pg_basebackup's walmethods.c.
Tom Lane
2021-11-17
*
Handle close() failures more robustly in pg_dump and pg_basebackup.
Tom Lane
2021-11-17
*
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-16
*
Make psql's \password default to CURRENT_USER, not PQuser(conn).
Tom Lane
2021-11-12
*
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-11
*
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2021-11-11
*
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
*
Fix instability in 026_overwrite_contrecord.pl test.
Tom Lane
2021-11-09
*
Stamp 12.9.
REL_12_9
Tom Lane
2021-11-08
*
libpq: reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
*
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
*
Fix typo
Alvaro Herrera
2021-11-08
*
Translation updates
Peter Eisentraut
2021-11-08
*
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
*
Avoid crash in rare case of concurrent DROP
Alvaro Herrera
2021-11-05
*
Update alternative expected output file.
Heikki Linnakangas
2021-11-03
*
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-03
*
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
*
Update time zone data files to tzdata release 2021e.
Tom Lane
2021-10-29
*
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-28
*
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-10-27
*
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-10-26
*
Back-patch "Stop requiring an explicit return from perl subroutines"
Noah Misch
2021-10-23
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
[prev]
[next]