Commit Graph

45468 Commits (ada78f9bef2eb47b0711a9eec07529c0da7c5672)

Author SHA1 Message Date
Noah Misch 627acc3caa With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
Noah Misch 5be213caaa Refactor test_escape.c for additional ways of testing. 8 months ago
Peter Eisentraut 18c4fff640 Translation updates 8 months ago
Alexander Korotkov 2782f3b845 Revert "Refactor ChangeVarNodesExtended() using the custom callback" 8 months ago
Alexander Korotkov 250a718aad Refactor ChangeVarNodesExtended() using the custom callback 8 months ago
Etsuro Fujita 5201bba266 Fix memory allocation/copy mistakes. 8 months ago
Etsuro Fujita 6e91b9c16f Fix typos in comments. 8 months ago
Peter Geoghegan 0f08df4068 Avoid treating nonrequired nbtree keys as required. 8 months ago
Tomas Vondra 1681a70df3 Fix memory leak in _gin_parallel_merge 8 months ago
Tom Lane e83a8ae447 Don't use a tuplestore if we don't have to for SQL-language functions. 8 months ago
Álvaro Herrera c83a38758d
Handle self-referencing FKs correctly in partitioned tables 8 months ago
Jacob Champion 3db68212a3 oauth: Correct SSL dependency for libpq-oauth.a 8 months ago
Peter Eisentraut 81eaaa2c41 Make "directory" setting work with extension_control_path 8 months ago
Jacob Champion 4ea1254f35 oauth: Fix Autoconf build on macOS 8 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 8 months ago
Peter Geoghegan 9d924dbb37 Adjust overstrong nbtree skip array assertion. 8 months ago
Daniel Gustafsson 45e7e8ca9e Convert strncpy to strlcpy 8 months ago
Nathan Bossart 9879105024 vacuumdb: Don't skip empty relations in --missing-stats-only mode. 8 months ago
Nathan Bossart d5f1b6a75b Further adjust guidance for running vacuumdb after pg_upgrade. 8 months ago
Tom Lane 368c3fbf9d Update time zone data files to tzdata release 2025b. 9 months ago
Daniel Gustafsson f8c115a6cb Typo and doc fixups for memory context reporting 9 months ago
Daniel Gustafsson d2a1ed1727 Add missing string terminator 9 months ago
David Rowley 918e7287ed Fix broken indentation 9 months ago
David Rowley d8555e522e Fix a couple of comment typos 9 months ago
Tom Lane 810a8b1c80 Give up on running with NetBSD/OpenBSD's default semaphore settings. 9 months ago
Jacob Champion e974f1c216 oauth: Classify oauth_client_secret as a password 9 months ago
Peter Eisentraut eec34099c3 Fix whitespace typo in string 9 months ago
Nathan Bossart 2b49492eda initdb: Do not report default autovacuum_worker_slots. 9 months ago
Alexander Korotkov 2260c7f6d9 Fixes for ChangeVarNodes_walker() 9 months ago
Peter Eisentraut 15b1b4dd3f pg_restore: Improve --help synopsis 9 months ago
Peter Eisentraut dadc58f50a pg_restore: Put new option in consistent order in --help output 9 months ago
Amit Kapila 3ff2a1f0c9 Fix assertion failure during decoding from synced slots. 9 months ago
Peter Eisentraut ef1811ac9a pg_verifybackup: Message style improvements 9 months ago
Peter Eisentraut c893245ec3 test_slru: Fix incorrect format placeholders 9 months ago
Melanie Plageman f132815fd7 Add maintenance_io_concurrency flag to some read stream users 9 months ago
Peter Geoghegan ce72e7e02e Fix obsolete nbtree array advancement comment. 9 months ago
Peter Geoghegan b75fedcab7 Make NULL tuple values always advance skip arrays. 9 months ago
Álvaro Herrera 0e13b13d26
Fix pg_dump for inherited validated not-null constraints 9 months ago
Peter Eisentraut c061000311 pg_combinebackup: Message style improvements 9 months ago
Alexander Korotkov 73e7361376 Restore comments in ChangeVarNodesExtended() 9 months ago
Amit Kapila aaf9e95e87 Fix xmin advancement during fast_forward decoding. 9 months ago
Michael Paquier b225c5e76e Remove circular #include's between wait_event.h and wait_event_types.h 9 months ago
Alexander Korotkov 1aa7cf9eb8 Disallow removing placeholders during Self-Join Elimination. 9 months ago
Tom Lane 2f5b056203 Remove inappropriate inclusions of c.h and postgres_fe.h. 9 months ago
Tom Lane 94b84a6072 Don't use double-quotes in #include's of system headers, redux. 9 months ago
Tom Lane 2311f193ea Remove circular #include's between plpython.h and plpy_util.h. 9 months ago
Tom Lane e8ca9ed1d2 Don't use double-quotes in #include's of system headers. 9 months ago
David Rowley 936457419d Eliminate divide in new fast-path locking code 9 months ago
John Naylor 27757677ca Match parameter in new function to earlier equivalents 9 months ago
Andres Freund 039bfc457e aio: Improve debug logging around waiting for IOs 9 months ago