Commit Graph

57379 Commits (b4969a29657dfeb05b61baaa7d7be72b957ac262)
 

Author SHA1 Message Date
Michael Paquier b4969a2965 Fix FATAL message for invalid recovery timeline at beginning of recovery 11 months ago
Michael Paquier 9fe0cad166 test_escape: Fix output of --help 11 months ago
Andres Freund 4c9397c374 tests: BackgroundPsql: Fix potential for lost errors on windows 11 months ago
Andres Freund 6ab58d506b backport: Extend background_psql() to be able to start asynchronously 11 months ago
Andres Freund fbfd38662f backport: Improve handling of empty query results in BackgroundPsql 11 months ago
Tom Lane c0c364fa16 Avoid null pointer dereference crash after OOM in Snowball stemmers. 11 months ago
Richard Guo 4c6b5dd5f5 Fix unsafe access to BufferDescriptors 11 months ago
Michael Paquier 8d07562503 test_escape: Fix handling of short options in getopt_long() 11 months ago
Tom Lane 71eb35c0b1 Stamp 16.8. 11 months ago
Álvaro Herrera 3b5b99f6f1
Translation updates 11 months ago
Tom Lane 27e48f004a Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 11 months ago
Tom Lane 644b7d686e In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 11 months ago
Tom Lane 991a60a9f2 Make escaping functions retain trailing bytes of an invalid character. 11 months ago
Andres Freund 111f4dd273 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 11 months ago
Daniel Gustafsson 22240b2818 Fix assertion on dereferenced object 11 months ago
Michael Paquier 139beb0355 Fix MakeTransitionCaptureState() to return a consistent result 11 months ago
Andres Freund 01cdb98e44 meson: Fix failure to detect bsd_auth.h presence 11 months ago
John Naylor d29bf192e5 Doc: Fix punctuation errors 11 months ago
Tom Lane 61f3dcf2d9 Stamp 16.7. 11 months ago
Tom Lane 7e06ffbc62 Last-minute updates for release notes. 11 months ago
Tom Lane 0075a5c6ce Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 11 months ago
Andres Freund 41343f8405 Fix type in test_escape test 11 months ago
Andres Freund 16ce519533 docs: EUC_TW can be up to four bytes wide, not three 11 months ago
Andres Freund 01784793fc Add test of various escape functions 11 months ago
Andres Freund 92e4170f42 Fix handling of invalidly encoded data in escaping functions 11 months ago
Andres Freund 56aa2dcdde Specify the encoding of input to fmtId() 11 months ago
Andres Freund 6e05b195d0 Add pg_encoding_set_invalid() 11 months ago
Peter Eisentraut ef23624caf Translation updates 11 months ago
Tom Lane 2aa91e3513 Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. 11 months ago
Tom Lane 21b815f92e Fix pgbench performance issue induced by commit af35fe501. 11 months ago
Tom Lane bbf1ef72c2 Doc: clarify behavior of timestamptz input some more. 11 months ago
Daniel Gustafsson 60516fc8b4 meson: Fix linking using old OpenSSL lib names 11 months ago
Daniel Gustafsson b26a3bc2f6 doc: Update links which returned 404 12 months ago
Andres Freund d9b5e2fc09 meson: ci: ensure tests are built before running them 12 months ago
Andres Freund ad80e5823a meson: Add missing dependencies for libpq tests 12 months ago
Andres Freund 5acf0636f8 meson: Add missing dependencies to libpq_pipeline test 12 months ago
Andres Freund 0577620667 meson: Add pg_regress_ecpg to ecpg test dependencies 12 months ago
Andres Freund dab83a62fc meson: Improve dependencies for tmp_install test target 12 months ago
Andres Freund 8062093105 meson: Narrow dependencies for 'install-quiet' target 12 months ago
Alexander Korotkov d54d5668b4 pg_controldata: Fix possible errors on corrupted pg_control 12 months ago
Nathan Bossart e8d8174caf vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 12 months ago
Michael Paquier f07ebd54a3 Mention jsonlog in description of logging_collector in GUC table 12 months ago
Michael Paquier 2f9b769b30 Fix comment of StrategySyncStart() 12 months ago
Tom Lane f7a08b6e96 Avoid integer overflow while testing wal_skip_threshold condition. 12 months ago
Tom Lane 6655d931c6 Handle default NULL insertion a little better. 12 months ago
Tom Lane 998c4fc7c2 Avoid breaking SJIS encoding while de-backslashing Windows paths. 12 months ago
Noah Misch 9311fcb864 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 12 months ago
Noah Misch 3d57f7cf30 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 12 months ago
Tom Lane 53771e44df Doc: recommend "psql -X" for restoring pg_dump scripts. 12 months ago
Tomas Vondra 92598f4fa5 Use the correct sizeof() in BufFileLoadBuffer 12 months ago