Commit Graph

52171 Commits (ea5ecdadf6eacdc1ef5c67648ebaed2efcb0d07a)
 

Author SHA1 Message Date
Tom Lane ea5ecdadf6 On Windows, also call shutdown() while closing the client socket. 4 years ago
Daniel Gustafsson b6360aa46c Doc: Fix misleading wording of CRL parameters 4 years ago
Fujii Masao 5cb86a2622 postgres_fdw: Fix unexpected reporting of empty message. 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
Amit Kapila 4b8eec716a Doc: Add "Attach Partition" limitation during logical replication. 4 years ago
Tom Lane 175edafd1f Cope with cross-compiling when checking for a random-number source. 4 years ago
Michael Paquier 5550a9c385 Fix compatibility thinko for fstat() on standard streams in win32stat.c 4 years ago
Tom Lane ce43b3dc52 Doc: improve documentation about ORDER BY in matviews. 4 years ago
Alvaro Herrera 1b1e4bfe7d
Harden be-gssapi-common.h for headerscheck 4 years ago
Alvaro Herrera 2187a22941
Document units for max_slot_wal_keep_size 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
Tom Lane 6d1bdd5e07 Doc: improve documentation about nextval()/setval(). 4 years ago
Heikki Linnakangas 88482d75cc Fix missing space in docs. 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 72842a5756 Pacify perlcritic. 4 years ago
Tom Lane aedc4600d8 Fix pg_dump --inserts mode for generated columns with dropped columns. 4 years ago
Tom Lane e9af18c6c5 Probe $PROVE not $PERL while checking for modules needed by TAP tests. 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
Tom Lane ed1c261a00 Use appropriate -Wno-warning switches when compiling bitcode. 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
Daniel Gustafsson 51d4213689 Doc: add see-also references to CREATE PUBLICATION. 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
Michael Paquier 56eb02ce79 Clean up compilation warnings coming from PL/Perl with clang-12~ 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 0a455b8d61 Stamp 14.1. 4 years ago
Tom Lane ddc6917c31 Last-minute updates for release notes. 4 years ago