Commit Graph

37852 Commits (ea5ecdadf6eacdc1ef5c67648ebaed2efcb0d07a)

Author SHA1 Message Date
Tom Lane ea5ecdadf6 On Windows, also call shutdown() while closing the client socket. 4 years ago
Tom Lane 4cd2928543 On Windows, close the client socket explicitly during backend shutdown. 4 years ago
Michael Paquier b6dac98b05 Move into separate file all the SQL queries used in pg_upgrade tests 4 years ago
Tom Lane 8f4b0200e1 Avoid leaking memory during large-scale REASSIGN OWNED BY operations. 4 years ago
Michael Paquier 5550a9c385 Fix compatibility thinko for fstat() on standard streams in win32stat.c 4 years ago
Alvaro Herrera 1b1e4bfe7d
Harden be-gssapi-common.h for headerscheck 4 years ago
Alvaro Herrera d24dac9549
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD 4 years ago
Daniel Gustafsson 371087d006 Fix GRANTED BY support in REVOKE ROLE statements 4 years ago
Peter Eisentraut 1cc13b83eb Remove unneeded Python includes 4 years ago
Michael Paquier e415916e24 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index 4 years ago
Michael Paquier d2198b4593 Fix fstat() emulation on Windows with standard streams 4 years ago
David Rowley c2dc7b9e15 Flush Memoize cache when non-key parameters change, take 2 4 years ago
Michael Paquier 0e681fa458 Add support for Visual Studio 2022 in build scripts 4 years ago
David Rowley 7933bc0d13 Revert "Flush Memoize cache when non-key parameters change" 4 years ago
David Rowley f94edb06ab Flush Memoize cache when non-key parameters change 4 years ago
David Rowley 6c32c09777 Allow Memoize to operate in binary comparison mode 4 years ago
Tom Lane 0fdf67476c Adjust pg_dump's priority ordering for casts. 4 years ago
Tom Lane aedc4600d8 Fix pg_dump --inserts mode for generated columns with dropped columns. 4 years ago
Alvaro Herrera c985a43df3
Add missing words in comment 4 years ago
Tom Lane 3bd7556bbe pg_receivewal, pg_recvlogical: allow canceling initial password prompt. 4 years ago
Tom Lane 6d07cbc509 Fix SP-GiST scan initialization logic for binary-compatible cases. 4 years ago
Amit Kapila ead49ebc07 Fix parallel operations that prevent oldest xmin from advancing. 4 years ago
Michael Paquier 048f3ee618 Fix quoting of ACL item in table for upgrade binary compatibility checks 4 years ago
Michael Paquier cf3d79aa31 Add table to regression tests for binary-compatibility checks in pg_upgrade 4 years ago
Tom Lane 53c4a580e4 Clean up error handling in pg_basebackup's walmethods.c. 4 years ago
Tom Lane 6b413b41b4 Handle close() failures more robustly in pg_dump and pg_basebackup. 4 years ago
Tom Lane 5d5779aeaf Fix display of SQL-standard function's arguments in INSERT/SELECT. 4 years ago
Amit Kapila 232fd72a5e Invalidate relcache when changing REPLICA IDENTITY index. 4 years ago
Tom Lane 99389cb66b Make psql's \password default to CURRENT_USER, not PQuser(conn). 4 years ago
Michael Paquier 5f81a480d5 Fix memory overrun when querying pg_stat_slru 4 years ago
Noah Misch 675cd765c2 Report any XLogReadRecord() error in XlogReadTwoPhaseData(). 4 years ago
Alvaro Herrera 9aa91cb33b
Restore lock level to set vacuum flags 4 years ago
Michael Paquier b609db7155 Fix buffer overrun in unicode string normalization with empty input 4 years ago
Tom Lane 74da4c71d6 Doc: improve protocol spec for logical replication Type messages. 4 years ago
Tom Lane 3aa858c893 Fix instability in 026_overwrite_contrecord.pl test. 4 years ago
Tom Lane 30547d7913 libpq: reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Tom Lane 9d5a76b8d1 Reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Peter Eisentraut 5a75612022 Translation updates 4 years ago
David Rowley 1f194ed6c2 Fix incorrect hash equality operator bug in Memoize 4 years ago
Alexander Korotkov b0f6bd48f3 Reset lastOverflowedXid on standby when needed 4 years ago
Tomas Vondra f7829feb75 Fix handling of NaN values in BRIN minmax multi 4 years ago
Alvaro Herrera 02e20bb2dc
Avoid crash in rare case of concurrent DROP 4 years ago
Heikki Linnakangas f4e3b62710 Update alternative expected output file. 4 years ago
Heikki Linnakangas 4ebd740cd3 Fix snapshot reference leak if lo_export fails. 4 years ago
Peter Geoghegan f6162c020c Fix parallel amvacuumcleanup safety bug. 4 years ago
Peter Geoghegan 61a86ed55b Don't overlook indexes during parallel VACUUM. 4 years ago
Tom Lane 16a56774fa Fix variable lifespan in ExecInitCoerceToDomain(). 4 years ago
Tom Lane 08cfa5981e Avoid O(N^2) behavior in SyncPostCheckpoint(). 4 years ago
Tom Lane ad87bf3552 Avoid some other O(N^2) hazards in list manipulation. 4 years ago
Alvaro Herrera 494ec0037e
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp 4 years ago