Commit Graph

55499 Commits (a4624929dba3d6e5cef98a6cedd865320db2269c)
 

Author SHA1 Message Date
Michael Paquier 9844eb67cc test_escape: Fix handling of short options in getopt_long() 7 months ago
Tom Lane 50d3d22bab Stamp 15.12. 7 months ago
Álvaro Herrera f815362abe
Translation updates 7 months ago
Tom Lane 4444c479dc Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 7 months ago
Tom Lane 2226a2e266 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 7 months ago
Tom Lane e782a63ccb Make escaping functions retain trailing bytes of an invalid character. 7 months ago
Andres Freund 22ffbbf24d Fix PQescapeLiteral()/PQescapeIdentifier() length handling 7 months ago
Daniel Gustafsson cb19cd956f Fix assertion on dereferenced object 7 months ago
Michael Paquier a37c83d1e4 Fix MakeTransitionCaptureState() to return a consistent result 7 months ago
John Naylor 9efd78ef6b Doc: Fix punctuation errors 7 months ago
Tom Lane e3cbae2221 Stamp 15.11. 7 months ago
Tom Lane 1c77ff9f9a Last-minute updates for release notes. 7 months ago
Tom Lane 9862de9176 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 7 months ago
Andres Freund a085fa7316 Fix type in test_escape test 7 months ago
Andres Freund 57bda2508f docs: EUC_TW can be up to four bytes wide, not three 7 months ago
Andres Freund de4b92f333 Add test of various escape functions 7 months ago
Andres Freund 370c94d4cc Fix handling of invalidly encoded data in escaping functions 7 months ago
Andres Freund b1756da754 Specify the encoding of input to fmtId() 7 months ago
Andres Freund 703b3fd5de Add pg_encoding_set_invalid() 7 months ago
Peter Eisentraut 0fb459877a Translation updates 7 months ago
Tom Lane a71b26bd0e Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. 7 months ago
Tom Lane 499d1cf55d Fix pgbench performance issue induced by commit af35fe501. 7 months ago
Tom Lane fd467ceceb Doc: clarify behavior of timestamptz input some more. 7 months ago
Daniel Gustafsson 5a874c671f doc: Update links which returned 404 7 months ago
Alexander Korotkov f1e0b078b2 pg_controldata: Fix possible errors on corrupted pg_control 7 months ago
Nathan Bossart 8c2dd212d1 vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 7 months ago
Michael Paquier 061994fb31 Mention jsonlog in description of logging_collector in GUC table 7 months ago
Michael Paquier 3f14a6d84d Fix comment of StrategySyncStart() 7 months ago
Tom Lane b296e55b42 Avoid integer overflow while testing wal_skip_threshold condition. 7 months ago
Tom Lane bb85d09355 Handle default NULL insertion a little better. 8 months ago
Tom Lane b17e3970c1 Avoid breaking SJIS encoding while de-backslashing Windows paths. 8 months ago
Noah Misch dc02b98bd1 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 8 months ago
Noah Misch 216294ba59 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 8 months ago
Tom Lane c768f54a25 Doc: recommend "psql -X" for restoring pg_dump scripts. 8 months ago
Tomas Vondra 8cedf6a1b9 Use the correct sizeof() in BufFileLoadBuffer 8 months ago
Tom Lane 4d6e169c43 Don't ask for bug reports about pthread_is_threaded_np() != 0. 8 months ago
Tom Lane cdeed4de77 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 8 months ago
Álvaro Herrera 1bc092519b
Fix detach of a partition that has a toplevel FK to a partitioned table 8 months ago
Tom Lane 48bc95d0d0 Update time zone data files to tzdata release 2025a. 8 months ago
Tom Lane 8856267284 Avoid using timezone Asia/Manila in regression tests. 8 months ago
Michael Paquier 26554faccc Fix header check for continuation records where standbys could be stuck 8 months ago
Thomas Munro 9b136b0f2e Fix readlink() for non-PostgreSQL junction points on Windows. 8 months ago
Thomas Munro e708f31881 Fix stat() for recursive junction points on Windows. 8 months ago
Michael Paquier 42c900d31e Revert recent changes related to handling of 2PC files at recovery 8 months ago
Tom Lane 724ebebb11 Fix setrefs.c's failure to do expression processing on prune steps. 8 months ago
Michael Paquier e5d113057d Move routines to manipulate WAL into PostgreSQL::Test::Cluster 8 months ago
Tom Lane a3b709cf73 Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 8 months ago
Fujii Masao 71ef47cf0f ecpg: Restore detection of unsupported COPY FROM STDIN. 8 months ago
Heikki Linnakangas ce7c406f0f Fix catcache invalidation of a list entry that's being built 8 months ago
Michael Paquier 9e9f30139e Fix potential integer overflow in bringetbitmap() 8 months ago