Commit Graph

61387 Commits (2c0ed86d393670c7054d051490063de771f1791e)
 

Author SHA1 Message Date
Richard Guo 2c0ed86d39 Add explicit initialization for all PlannerGlobal fields 7 months ago
Daniel Gustafsson 6e289f2d5d Fix order of parameters in POD documentation 7 months ago
Amit Kapila 8ede692de5 Fix the race condition in the test added by 7c99dc587. 7 months ago
Álvaro Herrera dbf42b84ac
Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT] 7 months ago
Álvaro Herrera 0588656366
Fix comment of tsquerysend() 7 months ago
Álvaro Herrera dc9a2d54fd
relcache: Avoid memory leak on tables with no CHECK constraints 7 months ago
Álvaro Herrera 7b2ad43426
Sort includes in alphabetical order 7 months ago
Tom Lane d4a7e4e179 Fix incorrect "return NULL" in BumpAllocLarge(). 7 months ago
Noah Misch 4a4ee0c2c1 Remove GLOBALTABLESPACE_OID assert for locked buffers. 7 months ago
Bruce Momjian 99ddf8615c doc PG 18 relnotes: mv. hash joins and GROUP BY item to General 7 months ago
Michael Paquier c259ba881c aio: Use runtime arguments with injections points in tests 7 months ago
Michael Paquier 36e5fda632 injection_points: Add support and tests for runtime arguments 7 months ago
Michael Paquier 371f2db8b0 Add support for runtime arguments in injection points 7 months ago
Bruce Momjian 89372d0aaa doc PG 18 relnotes: fix missing parens for crc32c() 8 months ago
Tom Lane 95129709fd Skip RSA-PSS ssl test when using LibreSSL. 8 months ago
Tom Lane 75d73331d0 Hack one ssl test case to pass with current LibreSSL. 8 months ago
Tom Lane 0aaf69965d Centralize ssl tests' check for whether we're using LibreSSL. 8 months ago
Peter Eisentraut bc35adee8d doc: Put new options in consistent order on man pages 8 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
Heikki Linnakangas 965213d9c5 Use more mundane 'int' type for cancel key lengths in libpq 8 months ago
Bruce Momjian 9d710a1ac0 PG 18 relnotes: adjust RETURNING new/old item 8 months ago
Daniel Gustafsson 8fcc648780 doc: Fix title markup for AT TIME ZONE and AT LOCAL 8 months ago
Richard Guo c06e909c26 Track the number of presorted outer pathkeys in MergePath 8 months ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 8 months ago
Bruce Momjian 9fef27a83b doc PG 18 relnotes: adjust pg_log_backend_memory_contexts() 8 months ago
Bruce Momjian f8d49aa130 doc PG 18 relnotes: add pg_log_backend_memory_contexts() mention 8 months ago
Bruce Momjian 69aca072eb doc PG 18 relnotes: adjust pgbench per-script reporting item 8 months ago
Bruce Momjian 3bd5271729 doc PG 18 relnotes: mention GROUP SET fixes 8 months ago
Nathan Bossart 16bf24e0e4 Remove pg_replication_origin's TOAST table. 8 months ago
Peter Geoghegan 5f4d98d4f3 Prevent premature nbtree array advancement. 8 months ago
Peter Geoghegan 7e25c9363a nbtree: tighten up array recheck rules. 8 months ago
Nathan Bossart acea3fc49f pg_dumpall: Add --sequence-data. 8 months ago
Alexander Korotkov ab42d643c1 Refactor ChangeVarNodesExtended() using the custom callback 8 months ago
Peter Eisentraut 2448c7a9e0 doc: Put some psql documentation pieces back into alphabetical order 8 months ago
Peter Eisentraut c0cf282551 Remove some tabs in C string literals 8 months ago
Peter Eisentraut c11bd5f500 doc: Add link to table 8 months ago
Peter Eisentraut a2c6d84acd doc: Fix up spacing around verbatim DocBook elements 8 months ago
Michael Paquier c4c236ab5c Fix some comments related to IO workers 8 months ago
Peter Eisentraut 09a47c68e2 Fix whitespace 8 months ago
Bruce Momjian b560ce7884 doc PG 18 relnotes: adjust partition planning item 8 months ago
Bruce Momjian ada78f9bef doc PG 18 relnotes: small adjustments regarding options 8 months ago
Bruce Momjian 575f6003ed doc PG 18 relnotes: move partition locking item to General Perf 8 months ago
Bruce Momjian 45750c6cfe doc PG 18 relnotes: adjust partition items 8 months ago
Tom Lane caa76b91a6 Stamp 18beta1. 8 months ago
Bruce Momjian c0e6aace02 doc PG 18 relnotes: reword OAuth item 8 months ago
Bruce Momjian 0de2e1c8b5 doc PG 18 relnotes: add mention of pg_stat_reset_backend_stats() 8 months ago
Bruce Momjian 092e72a930 doc PG 18 relnotes: adjust hash item 8 months ago
Bruce Momjian cf847d6340 doc PG 18 relnotes: split partition optimizer item into two 8 months ago
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