Commit Graph

53738 Commits (24e74b9621e4e40a36ac03ee5e9f059787fefb5c)
 

Author SHA1 Message Date
Tom Lane ce1475acd5 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 10 months ago
Bruce Momjian b91326f372 doc: clarify default checksum behavior in non-master branches 10 months ago
Michael Paquier cecbb131e5 test_escape: Fix output of --help 10 months ago
Andres Freund c21ebcca79 tests: BackgroundPsql: Fix potential for lost errors on windows 10 months ago
Andres Freund 7c07ab62ae backport: Extend background_psql() to be able to start asynchronously 10 months ago
Andres Freund 3170aece14 backport: Improve handling of empty query results in BackgroundPsql 10 months ago
Tom Lane 8388cae552 Avoid null pointer dereference crash after OOM in Snowball stemmers. 10 months ago
Richard Guo 07a55093cd Fix unsafe access to BufferDescriptors 10 months ago
Michael Paquier 691c32ba4b test_escape: Fix handling of short options in getopt_long() 10 months ago
Tom Lane e5cabe2800 Stamp 14.17. 10 months ago
Álvaro Herrera 50fabe48e3
Translation updates 10 months ago
Tom Lane 10b5dac700 Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 10 months ago
Tom Lane f864a4cdfc In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 10 months ago
Tom Lane c08309584a Make escaping functions retain trailing bytes of an invalid character. 10 months ago
Andres Freund 985908df18 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 10 months ago
Daniel Gustafsson 971566e965 Fix assertion on dereferenced object 10 months ago
Michael Paquier 8e58f8024d Fix MakeTransitionCaptureState() to return a consistent result 10 months ago
John Naylor 80b23bf5b8 Doc: Fix punctuation errors 10 months ago
Tom Lane 6884202705 Stamp 14.16. 10 months ago
Tom Lane e748064669 Last-minute updates for release notes. 10 months ago
Tom Lane e1f1b030d7 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 10 months ago
Andres Freund 4a6825c762 Fix type in test_escape test 10 months ago
Andres Freund 17b7894691 docs: EUC_TW can be up to four bytes wide, not three 10 months ago
Andres Freund 46ddf98df0 Add test of various escape functions 10 months ago
Andres Freund e0ef3d776a Fix handling of invalidly encoded data in escaping functions 10 months ago
Andres Freund 2ae54ae17e Specify the encoding of input to fmtId() 10 months ago
Andres Freund 5bc33cbeae Add pg_encoding_set_invalid() 10 months ago
Peter Eisentraut 04f31c8d0d Translation updates 10 months ago
Tom Lane 2e44eefb9d Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. 10 months ago
Tom Lane 5addea71c7 Fix pgbench performance issue induced by commit af35fe501. 10 months ago
Tom Lane 9f6ad2f43c Doc: clarify behavior of timestamptz input some more. 10 months ago
Daniel Gustafsson ceeae76704 doc: Update links which returned 404 11 months ago
Alexander Korotkov f2205448b1 pg_controldata: Fix possible errors on corrupted pg_control 11 months ago
Nathan Bossart eeaf6891be vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 11 months ago
Michael Paquier d7260f92ad Mention jsonlog in description of logging_collector in GUC table 11 months ago
Michael Paquier 71832a189b Fix comment of StrategySyncStart() 11 months ago
Tom Lane 6a33bb35c0 Avoid integer overflow while testing wal_skip_threshold condition. 11 months ago
Tom Lane c05268e6ec Handle default NULL insertion a little better. 11 months ago
Tom Lane 54f9afea7a Avoid breaking SJIS encoding while de-backslashing Windows paths. 11 months ago
Noah Misch 25e99483c4 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 11 months ago
Noah Misch 7b3259bd7c Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 11 months ago
Tom Lane 4106942f00 Doc: recommend "psql -X" for restoring pg_dump scripts. 11 months ago
Tomas Vondra fb60050f42 Use the correct sizeof() in BufFileLoadBuffer 11 months ago
Tom Lane 63a4b9f767 Don't ask for bug reports about pthread_is_threaded_np() != 0. 11 months ago
Tom Lane 3085993052 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 11 months ago
Tom Lane 20b4819d0e Update time zone data files to tzdata release 2025a. 11 months ago
Tom Lane aac0384975 Avoid using timezone Asia/Manila in regression tests. 11 months ago
Michael Paquier a2d4f806c4 Fix header check for continuation records where standbys could be stuck 11 months ago
Thomas Munro f4fd5325cc Fix readlink() for non-PostgreSQL junction points on Windows. 11 months ago
Thomas Munro 9f1c67488e Fix stat() for recursive junction points on Windows. 11 months ago