Commit Graph

59396 Commits (ca0830e5a27a1a7e58bc62b4b7950c1bf96d882c)
 

Author SHA1 Message Date
Tom Lane ca0830e5a2 Build whole-row Vars the same way during parsing and planning. 6 months ago
Álvaro Herrera ade976f8b4
BRIN: be more strict about required support procs 6 months ago
Heikki Linnakangas f1ef111a09 Fix a few more redundant calls of GetLatestSnapshot() 6 months ago
Heikki Linnakangas c1dd3a9443 Fix snapshot used in logical replication index lookup 6 months ago
Tom Lane 0f27bd14e4 Doc: improve description of window function processing. 6 months ago
Tom Lane 43847dd5e9 Don't try to parallelize array_agg() on an anonymous record type. 6 months ago
Tom Lane 99c01aadf9 Clear errno before calling strtol() in spell.c. 6 months ago
Nathan Bossart c3510cfc8b Assert that wrapper_handler()'s argument is within expected range. 6 months ago
John Naylor 5c8dcf9483 Doc: correct aggressive vacuum threshold for multixact members storage 7 months ago
Tom Lane 9094eb25b7 Fix some performance issues in GIN query startup. 7 months ago
Andres Freund 3f4c5e38e8 ci: Upgrade FreeBSD image 7 months ago
Álvaro Herrera 4e026be5f1
Fix ALTER TABLE error message 7 months ago
Daniel Gustafsson 56e6a31868 doc: Expand version compatibility for pg_basebackup features 7 months ago
Richard Guo bc5a08af3c Avoid NullTest deduction for clone clauses 7 months ago
Tom Lane d6dd2a02ba Fix broken handling of domains in atthasmissing logic. 7 months ago
Tom Lane d69c781084 Fix pg_strtof() to not crash on NULL endptr. 7 months ago
Michael Paquier ee78823ff5 pg_upgrade: Fix inconsistency in memory freeing 7 months ago
Michael Paquier f903d4da92 pg_amcheck: Fix inconsistency in memory freeing 7 months ago
Amit Kapila 7c906c5b46 Doc: Fix pg_copy_logical_replication_slot description. 7 months ago
Masahiko Sawada 174952ece1 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. 7 months ago
John Naylor fde7c0164e Silence warning in older versions of Valgrind 7 months ago
Tom Lane 16eff4261f Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 7 months ago
Bruce Momjian 69c45eccea doc: clarify default checksum behavior in non-master branches 7 months ago
Andres Freund 0f7c0fb59c Make test portlock logic work with meson 7 months ago
Michael Paquier 310907aaf0 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 7 months ago
Amit Kapila 0ae1245e04 Fix a WARNING for data origin discrepancies. 7 months ago
Michael Paquier 2e0f93d7cb Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 7 months ago
Thomas Munro 57dca6faa9 Fix explicit valgrind interaction in read_stream.c. 7 months ago
Michael Paquier 29cce279bb Fix FATAL message for invalid recovery timeline at beginning of recovery 7 months ago
Michael Paquier e7f7218506 test_escape: Fix output of --help 7 months ago
Tomas Vondra 587b6aa3f3 Correct relation size estimate with low fillfactor 7 months ago
Tom Lane 788baa9a25 Fix crash in brininsertcleanup during logical replication. 7 months ago
Andres Freund f61769adaa tests: BackgroundPsql: Fix potential for lost errors on windows 7 months ago
Andres Freund 49b6f4a02b backport: Extend background_psql() to be able to start asynchronously 7 months ago
Andres Freund 31a242e90c backport: Improve handling of empty query results in BackgroundPsql 7 months ago
Amit Langote 77cdee9ea9 doc: Fix some issues with JSON_TABLE() exampls 7 months ago
Tom Lane 7edd2cbc53 Avoid null pointer dereference crash after OOM in Snowball stemmers. 7 months ago
Richard Guo 49a450892a Fix unsafe access to BufferDescriptors 7 months ago
Richard Guo 727bc6ac33 Fix freeing a child join's SpecialJoinInfo 7 months ago
Michael Paquier a68a7594ca test_escape: Fix handling of short options in getopt_long() 7 months ago
Tom Lane f8554dee41 Stamp 17.4. 7 months ago
Álvaro Herrera d0ed7d2a5a
Translation updates 7 months ago
Tom Lane 848e2c6abc Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 7 months ago
Tom Lane 3977bd2985 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 7 months ago
Tom Lane 3abe6e04cc Make escaping functions retain trailing bytes of an invalid character. 7 months ago
Andres Freund a92db3d02d Fix PQescapeLiteral()/PQescapeIdentifier() length handling 7 months ago
Nathan Bossart 113fc65139 Use PqMsg_Progress macro in HandleParallelMessage(). 7 months ago
Daniel Gustafsson d6894d6a08 Fix assertion on dereferenced object 7 months ago
Michael Paquier 6342d49d89 Fix MakeTransitionCaptureState() to return a consistent result 7 months ago
Andres Freund c9a1d21352 meson: Fix failure to detect bsd_auth.h presence 7 months ago