Commit Graph

50369 Commits (f89015b63f532063560ef78bc1d0d8c166173c6d)
 

Author SHA1 Message Date
Fujii Masao f89015b63f postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Tom Lane 6251f86241 On Windows, close the client socket explicitly during backend shutdown. 4 years ago
Michael Paquier fae5f08e17 Move into separate file all the SQL queries used in pg_upgrade tests 4 years ago
Tom Lane 7413caabe6 Avoid leaking memory during large-scale REASSIGN OWNED BY operations. 4 years ago
Amit Kapila 64e8456bbd Doc: Add "Attach Partition" limitation during logical replication. 4 years ago
Tom Lane a7359913a1 Doc: improve documentation about ORDER BY in matviews. 4 years ago
Alvaro Herrera f76fd05bae
Harden be-gssapi-common.h for headerscheck 4 years ago
Alvaro Herrera 899a4b25ad
Document units for max_slot_wal_keep_size 4 years ago
Alvaro Herrera ef41c3fd6c
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD 4 years ago
Peter Eisentraut 04875ae92f Remove unneeded Python includes 4 years ago
Michael Paquier 37827de430 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index 4 years ago
Tom Lane 499552273d Doc: improve documentation about nextval()/setval(). 4 years ago
Heikki Linnakangas 892da5200a Fix missing space in docs. 4 years ago
Michael Paquier baef657d3c Add support for Visual Studio 2022 in build scripts 4 years ago
Tom Lane d4f6a36d82 Adjust pg_dump's priority ordering for casts. 4 years ago
Tom Lane b542e4596e Pacify perlcritic. 4 years ago
Tom Lane 6fc8b145e7 Fix pg_dump --inserts mode for generated columns with dropped columns. 4 years ago
Tom Lane ec383ca2df Probe $PROVE not $PERL while checking for modules needed by TAP tests. 4 years ago
Tom Lane 33edf4a3ca pg_receivewal, pg_recvlogical: allow canceling initial password prompt. 4 years ago
Amit Kapila 33b6dd83e2 Fix parallel operations that prevent oldest xmin from advancing. 4 years ago
Tom Lane 77c8892a19 Use appropriate -Wno-warning switches when compiling bitcode. 4 years ago
Michael Paquier 49f2b1168a Fix quoting of ACL item in table for upgrade binary compatibility checks 4 years ago
Michael Paquier 755f04c72e Add table to regression tests for binary-compatibility checks in pg_upgrade 4 years ago
Tom Lane c8b5221b57 Clean up error handling in pg_basebackup's walmethods.c. 4 years ago
Tom Lane bbda88c338 Handle close() failures more robustly in pg_dump and pg_basebackup. 4 years ago
Daniel Gustafsson df9e65b854 Doc: add see-also references to CREATE PUBLICATION. 4 years ago
Amit Kapila 63c3eeddc2 Invalidate relcache when changing REPLICA IDENTITY index. 4 years ago
Tom Lane 843925fadb Make psql's \password default to CURRENT_USER, not PQuser(conn). 4 years ago
Michael Paquier a691a22983 Fix memory overrun when querying pg_stat_slru 4 years ago
Noah Misch d4e9d69469 Report any XLogReadRecord() error in XlogReadTwoPhaseData(). 4 years ago
Michael Paquier 13c8adf90e Fix buffer overrun in unicode string normalization with empty input 4 years ago
Michael Paquier aa449e5cae Clean up compilation warnings coming from PL/Perl with clang-12~ 4 years ago
Tom Lane 78f058411b Doc: improve protocol spec for logical replication Type messages. 4 years ago
Tom Lane 5a3240cf6b Fix instability in 026_overwrite_contrecord.pl test. 4 years ago
Tom Lane 084346ccee Stamp 13.5. 4 years ago
Tom Lane 402c3ba395 Last-minute updates for release notes. 4 years ago
Tom Lane 844b316920 libpq: reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Tom Lane e92ed93e8e Reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Alvaro Herrera 7c0a78f089
Fix typo 4 years ago
Peter Eisentraut 98da5cd0d1 Translation updates 4 years ago
Tom Lane 5d73415d20 Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. 4 years ago
Alexander Korotkov e1fee28a04 Reset lastOverflowedXid on standby when needed 4 years ago
Alvaro Herrera bf5cdcfd5e
Avoid crash in rare case of concurrent DROP 4 years ago
Heikki Linnakangas b7299b6646 Update alternative expected output file. 4 years ago
Heikki Linnakangas 07070c0082 Fix snapshot reference leak if lo_export fails. 4 years ago
Tom Lane ada667b454 Fix variable lifespan in ExecInitCoerceToDomain(). 4 years ago
Tom Lane 0151af40cd Avoid O(N^2) behavior in SyncPostCheckpoint(). 4 years ago
Tom Lane e477642a1b Avoid some other O(N^2) hazards in list manipulation. 4 years ago
Alvaro Herrera 17227825ca
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp 4 years ago
Michael Paquier 77f7909a40 Preserve opclass parameters across REINDEX CONCURRENTLY 4 years ago