Commit Graph

51696 Commits (REL_13_STABLE)
 

Author SHA1 Message Date
Tom Lane b200180dec Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. 6 months ago
Tom Lane 39af32f788 Build whole-row Vars the same way during parsing and planning. 6 months ago
Tom Lane 28a7e31d0c Preserve RangeTblEntry.relid when expanding a view RTE. 6 months ago
Álvaro Herrera f5b4a0b49e
BRIN: be more strict about required support procs 6 months ago
Heikki Linnakangas 6c1e79589a Fix a few more redundant calls of GetLatestSnapshot() 6 months ago
Heikki Linnakangas 9b3914f181 Fix snapshot used in logical replication index lookup 6 months ago
Tom Lane 6841118216 Doc: improve description of window function processing. 6 months ago
Tom Lane f1c1bafcdf Clear errno before calling strtol() in spell.c. 6 months ago
Tom Lane 308d0d4437 Fix some performance issues in GIN query startup. 6 months ago
Andres Freund fb9023533d valgrind: Adjust suppressions to handle glibc changes 6 months ago
Álvaro Herrera 0f354e0805
Fix ALTER TABLE error message 6 months ago
Tom Lane aac07b5625 Fix broken handling of domains in atthasmissing logic. 6 months ago
Tom Lane ebe919e953 Fix pg_strtof() to not crash on NULL endptr. 6 months ago
Tom Lane 5302ff95ca Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 7 months ago
Michael Paquier bc01859540 test_escape: Fix output of --help 7 months ago
Andres Freund bb2bf22761 tests: BackgroundPsql: Fix potential for lost errors on windows 7 months ago
Andres Freund 6af51bf05a backport: Extend background_psql() to be able to start asynchronously 7 months ago
Andres Freund 3c562b58c2 backport: Improve handling of empty query results in BackgroundPsql 7 months ago
Tom Lane 197427fb3f Avoid null pointer dereference crash after OOM in Snowball stemmers. 7 months ago
Richard Guo a38a7ad51e Fix unsafe access to BufferDescriptors 7 months ago
Michael Paquier e9c95c6d36 test_escape: Fix handling of short options in getopt_long() 7 months ago
Tom Lane c8f198c3ac Stamp 13.20. 7 months ago
Álvaro Herrera a282099583
Translation updates 7 months ago
Tom Lane e8f5b51ae0 Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 7 months ago
Tom Lane 9f052613e4 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 7 months ago
Tom Lane d6d29b2133 Make escaping functions retain trailing bytes of an invalid character. 7 months ago
Andres Freund 1f7a053245 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 7 months ago
Daniel Gustafsson 9fcd360498 Fix assertion on dereferenced object 7 months ago
Michael Paquier 5209058240 Fix MakeTransitionCaptureState() to return a consistent result 7 months ago
John Naylor 412047f19f Doc: Fix punctuation errors 7 months ago
Tom Lane bf5710d3b6 Stamp 13.19. 7 months ago
Tom Lane fa3ddd2ea8 Last-minute updates for release notes. 7 months ago
Tom Lane f9fceef6ee Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 7 months ago
Andres Freund 7beb2af5e6 Fix type in test_escape test 7 months ago
Andres Freund 9dc952d9a0 docs: EUC_TW can be up to four bytes wide, not three 7 months ago
Andres Freund 4ea3f5ef35 Add test of various escape functions 7 months ago
Andres Freund c906bfe1b8 Fix handling of invalidly encoded data in escaping functions 7 months ago
Andres Freund 5df4e1632e Specify the encoding of input to fmtId() 7 months ago
Andres Freund db3eb0e825 Add pg_encoding_set_invalid() 7 months ago
Andres Freund 00f1a1f665 Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar() to v13. 7 months ago
Peter Eisentraut bf085f6d45 Translation updates 7 months ago
Tom Lane 0cf5bd8472 Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. 7 months ago
Tom Lane b6decfc1d2 Fix pgbench performance issue induced by commit af35fe501. 7 months ago
Tom Lane fe47f3897e Doc: clarify behavior of timestamptz input some more. 7 months ago
Daniel Gustafsson dc32ba249b doc: Update links which returned 404 7 months ago
Alexander Korotkov c24311c1fe pg_controldata: Fix possible errors on corrupted pg_control 7 months ago
Nathan Bossart d6ea82f5da vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 7 months ago
Michael Paquier 21d7db2caf Mention jsonlog in description of logging_collector in GUC table 7 months ago
Michael Paquier edb191d593 Fix comment of StrategySyncStart() 7 months ago
Tom Lane 49a38238e2 Avoid integer overflow while testing wal_skip_threshold condition. 7 months ago