Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
Richard Guo bc5a08af3c Avoid NullTest deduction for clone clauses 10 months ago
Tom Lane d6dd2a02ba Fix broken handling of domains in atthasmissing logic. 10 months ago
Tom Lane d69c781084 Fix pg_strtof() to not crash on NULL endptr. 10 months ago
Michael Paquier ee78823ff5 pg_upgrade: Fix inconsistency in memory freeing 10 months ago
Michael Paquier f903d4da92 pg_amcheck: Fix inconsistency in memory freeing 10 months ago
Amit Kapila 7c906c5b46 Doc: Fix pg_copy_logical_replication_slot description. 10 months ago
Masahiko Sawada 174952ece1 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. 10 months ago
John Naylor fde7c0164e Silence warning in older versions of Valgrind 10 months ago
Tom Lane 16eff4261f Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 10 months ago
Bruce Momjian 69c45eccea doc: clarify default checksum behavior in non-master branches 10 months ago
Andres Freund 0f7c0fb59c Make test portlock logic work with meson 10 months ago
Michael Paquier 310907aaf0 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 10 months ago
Amit Kapila 0ae1245e04 Fix a WARNING for data origin discrepancies. 10 months ago
Michael Paquier 2e0f93d7cb Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 10 months ago
Thomas Munro 57dca6faa9 Fix explicit valgrind interaction in read_stream.c. 10 months ago
Michael Paquier 29cce279bb Fix FATAL message for invalid recovery timeline at beginning of recovery 10 months ago
Michael Paquier e7f7218506 test_escape: Fix output of --help 10 months ago
Tomas Vondra 587b6aa3f3 Correct relation size estimate with low fillfactor 10 months ago
Tom Lane 788baa9a25 Fix crash in brininsertcleanup during logical replication. 10 months ago
Andres Freund f61769adaa tests: BackgroundPsql: Fix potential for lost errors on windows 10 months ago
Andres Freund 49b6f4a02b backport: Extend background_psql() to be able to start asynchronously 10 months ago
Andres Freund 31a242e90c backport: Improve handling of empty query results in BackgroundPsql 10 months ago
Amit Langote 77cdee9ea9 doc: Fix some issues with JSON_TABLE() exampls 10 months ago
Tom Lane 7edd2cbc53 Avoid null pointer dereference crash after OOM in Snowball stemmers. 10 months ago
Richard Guo 49a450892a Fix unsafe access to BufferDescriptors 10 months ago
Richard Guo 727bc6ac33 Fix freeing a child join's SpecialJoinInfo 10 months ago
Michael Paquier a68a7594ca test_escape: Fix handling of short options in getopt_long() 10 months ago
Tom Lane f8554dee41 Stamp 17.4. 10 months ago
Álvaro Herrera d0ed7d2a5a
Translation updates 10 months ago
Tom Lane 848e2c6abc Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 10 months ago
Tom Lane 3977bd2985 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 10 months ago
Tom Lane 3abe6e04cc Make escaping functions retain trailing bytes of an invalid character. 10 months ago
Andres Freund a92db3d02d Fix PQescapeLiteral()/PQescapeIdentifier() length handling 10 months ago
Nathan Bossart 113fc65139 Use PqMsg_Progress macro in HandleParallelMessage(). 10 months ago
Daniel Gustafsson d6894d6a08 Fix assertion on dereferenced object 10 months ago
Michael Paquier 6342d49d89 Fix MakeTransitionCaptureState() to return a consistent result 10 months ago
Andres Freund c9a1d21352 meson: Fix failure to detect bsd_auth.h presence 10 months ago
Michael Paquier 3dea7af519 Fix issue in recovery test 041_checkpoint_at_promote 10 months ago
Michael Paquier ff6d9cfcb1 Fix some inconsistencies with memory freeing in pg_createsubscriber 10 months ago
John Naylor fa761d9c71 Doc: Fix punctuation errors 10 months ago
Tom Lane 3819b30c4c Stamp 17.3. 10 months ago
Tom Lane 1ea6e890b2 Last-minute updates for release notes. 10 months ago
Tom Lane 85c1fcc656 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 10 months ago
Andres Freund 05abb0f830 Fix type in test_escape test 10 months ago
Andres Freund dd3c1eb38e docs: EUC_TW can be up to four bytes wide, not three 10 months ago
Andres Freund 02d4d87ac2 Add test of various escape functions 10 months ago
Andres Freund 43a77239d4 Fix handling of invalidly encoded data in escaping functions 10 months ago
Andres Freund 61ad93cdd4 Specify the encoding of input to fmtId() 10 months ago
Andres Freund 7d43ca6fe0 Add pg_encoding_set_invalid() 10 months ago
Peter Eisentraut 439776ba64 Translation updates 10 months ago