Commit Graph

60309 Commits (c8d8431a0624949e2fca1c500e65b844d043528c)
 

Author SHA1 Message Date
Álvaro Herrera 6b6efeb56e Translation updates 7 months ago
Tom Lane 8ffc5fb7fb Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 7 months ago
Tom Lane 989bb6209f In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 7 months ago
Tom Lane 1affb23a5c Make escaping functions retain trailing bytes of an invalid character. 7 months ago
Andres Freund 7250ca725f Fix PQescapeLiteral()/PQescapeIdentifier() length handling 7 months ago
Nathan Bossart e924a30d60 Use PqMsg_Progress macro in HandleParallelMessage(). 7 months ago
Daniel Gustafsson 25054f7e77 Fix assertion on dereferenced object 7 months ago
Michael Paquier 59ca5de0c5 Fix MakeTransitionCaptureState() to return a consistent result 7 months ago
Andres Freund f2cacec6a1 meson: Fix failure to detect bsd_auth.h presence 7 months ago
Michael Paquier d8860304c9 Fix issue in recovery test 041_checkpoint_at_promote 7 months ago
Michael Paquier 7d340d217b Fix some inconsistencies with memory freeing in pg_createsubscriber 7 months ago
John Naylor fb8f2ed416 Doc: Fix punctuation errors 7 months ago
Tom Lane 63fd833046 Stamp 17.3. 7 months ago
Tom Lane 3a47dd73f3 Last-minute updates for release notes. 7 months ago
Tom Lane e045c92194 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 7 months ago
Andres Freund e81d41c414 Fix type in test_escape test 7 months ago
Andres Freund ff471b43f0 docs: EUC_TW can be up to four bytes wide, not three 7 months ago
Andres Freund d5abb4d7b3 Add test of various escape functions 7 months ago
Andres Freund 8edd664f23 Fix handling of invalidly encoded data in escaping functions 7 months ago
Andres Freund 6c2d11de75 Specify the encoding of input to fmtId() 7 months ago
Andres Freund 9fb453a706 Add pg_encoding_set_invalid() 7 months ago
Peter Eisentraut b00c37b38d Translation updates 7 months ago
Tom Lane ef0d2b0609 Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. 7 months ago
Tom Lane 0bee2a3f2c Fix pgbench performance issue induced by commit af35fe501. 7 months ago
Tom Lane 87e8eac8fe Doc: clarify behavior of timestamptz input some more. 7 months ago
Tom Lane 8dc2c80262 First-draft release notes for 17.3. 7 months ago
Daniel Gustafsson 4c8a2a5ddc meson: Fix linking using old OpenSSL lib names 7 months ago
Masahiko Sawada 0797564659 radixtree: Fix crash when non-creator begins iteration over shared tree. 7 months ago
Daniel Gustafsson 22c16848ac doc: Update links which returned 404 7 months ago
Andres Freund 74b15716e8 meson: ci: ensure tests are built before running them 7 months ago
Andres Freund c0f8e77e2c meson: Add missing dependencies for libpq tests 7 months ago
Andres Freund ab5fc52a24 meson: Add missing dependencies to libpq_pipeline test 7 months ago
Andres Freund 3c794b0fbd meson: Add test dependencies for test_json_parser 7 months ago
Andres Freund 30c116ca98 meson: Add pg_regress_ecpg to ecpg test dependencies 7 months ago
Andres Freund 879a69f0ce meson: Improve dependencies for tmp_install test target 7 months ago
Andres Freund 3f388f5b51 meson: Narrow dependencies for 'install-quiet' target 7 months ago
Alexander Korotkov 2b6d23c59c pg_controldata: Fix possible errors on corrupted pg_control 7 months ago
Nathan Bossart 5def566fc0 vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 7 months ago
Michael Paquier d7291c8efc Mention jsonlog in description of logging_collector in GUC table 7 months ago
Daniel Gustafsson a5903599d9 doc: Fix pg_buffercache_evict() title 7 months ago
Michael Paquier 52e516f389 Fix comment of StrategySyncStart() 7 months ago
Tom Lane eee50fe0a7 Avoid integer overflow while testing wal_skip_threshold condition. 7 months ago
Tom Lane 6d2b1c28cc Handle default NULL insertion a little better. 7 months ago
Tom Lane 99d7f97ff9 Avoid breaking SJIS encoding while de-backslashing Windows paths. 7 months ago
John Naylor bfabbd21d3 Revert "Speed up tail processing when hashing aligned C strings, take two" 7 months ago
Noah Misch 6c639e2765 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 7 months ago
Noah Misch e07738f45c Merge copies of converting an XID to a FullTransactionId. 7 months ago
Noah Misch 0237325bbb Disable runningcheck for src/test/modules/injection_points/specs. 7 months ago
Noah Misch 258a83ca94 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 7 months ago
Tom Lane 345f63ae12 Doc: recommend "psql -X" for restoring pg_dump scripts. 7 months ago