Commit Graph

61406 Commits (1722d5eb05d8e5d2e064cd1798abcae4f296ca9d)
 

Author SHA1 Message Date
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 12 months ago
Peter Eisentraut f3622b6476 doc: Move documentation of md5_password_warnings to a better place 12 months ago
Michael Paquier 3d0c3a418f Adjust operation names of pg_aios to match the documentation 12 months ago
Fujii Masao 0bd762e81f Fix incorrect WAL description for PREPARE TRANSACTION record. 12 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 12 months ago
Nathan Bossart a6060f1cbe pg_dump: Fix array literals in fetchAttributeStats(). 12 months ago
Heikki Linnakangas cbf53e2b8a Fix cross-version upgrade test failure 12 months ago
Michael Paquier 54675d8986 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 12 months ago
Andres Freund acad909321 aio: Fix possible state confusions due to interrupt processing 12 months ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 12 months ago
Amit Kapila ad5eaf390c Don't retreat slot's confirmed_flush LSN. 12 months ago
Tom Lane f8db5c7a3f Doc: add pre-branch task to run src/tools/copyright.pl. 12 months ago
Michael Paquier 2c6469d4cd Fix incorrect year in some copyright notices 12 months ago
Michael Paquier 11b2dc3709 ecpg: Add missing newline in meson.build 12 months ago
Alexander Korotkov 3d3a81fc24 Fix tuple_fraction calculation in generate_orderedappend_paths() 12 months ago
Tom Lane 12eee85e51 Make our usage of memset_s() conform strictly to the C11 standard. 12 months ago
Daniel Gustafsson 0d4dad200d Fix function name reference in comment 12 months ago
Daniel Gustafsson 5987553fde Align organization wording in copyright statement 12 months ago
Richard Guo fe29b2a1da Fix Assert failure in XMLTABLE parser 12 months ago
Richard Guo 2c0ed86d39 Add explicit initialization for all PlannerGlobal fields 12 months ago
Daniel Gustafsson 6e289f2d5d Fix order of parameters in POD documentation 12 months ago
Amit Kapila 8ede692de5 Fix the race condition in the test added by 7c99dc587. 12 months ago
Álvaro Herrera dbf42b84ac
Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT] 12 months ago
Álvaro Herrera 0588656366
Fix comment of tsquerysend() 12 months ago
Álvaro Herrera dc9a2d54fd
relcache: Avoid memory leak on tables with no CHECK constraints 12 months ago
Álvaro Herrera 7b2ad43426
Sort includes in alphabetical order 12 months ago
Tom Lane d4a7e4e179 Fix incorrect "return NULL" in BumpAllocLarge(). 12 months ago
Noah Misch 4a4ee0c2c1 Remove GLOBALTABLESPACE_OID assert for locked buffers. 12 months ago
Bruce Momjian 99ddf8615c doc PG 18 relnotes: mv. hash joins and GROUP BY item to General 12 months ago
Michael Paquier c259ba881c aio: Use runtime arguments with injections points in tests 12 months ago
Michael Paquier 36e5fda632 injection_points: Add support and tests for runtime arguments 12 months ago
Michael Paquier 371f2db8b0 Add support for runtime arguments in injection points 12 months ago
Bruce Momjian 89372d0aaa doc PG 18 relnotes: fix missing parens for crc32c() 12 months ago
Tom Lane 95129709fd Skip RSA-PSS ssl test when using LibreSSL. 12 months ago
Tom Lane 75d73331d0 Hack one ssl test case to pass with current LibreSSL. 12 months ago
Tom Lane 0aaf69965d Centralize ssl tests' check for whether we're using LibreSSL. 12 months ago
Peter Eisentraut bc35adee8d doc: Put new options in consistent order on man pages 12 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 1 year ago
Heikki Linnakangas 965213d9c5 Use more mundane 'int' type for cancel key lengths in libpq 1 year ago
Bruce Momjian 9d710a1ac0 PG 18 relnotes: adjust RETURNING new/old item 1 year ago
Daniel Gustafsson 8fcc648780 doc: Fix title markup for AT TIME ZONE and AT LOCAL 1 year ago
Richard Guo c06e909c26 Track the number of presorted outer pathkeys in MergePath 1 year ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 1 year ago
Bruce Momjian 9fef27a83b doc PG 18 relnotes: adjust pg_log_backend_memory_contexts() 1 year ago
Bruce Momjian f8d49aa130 doc PG 18 relnotes: add pg_log_backend_memory_contexts() mention 1 year ago
Bruce Momjian 69aca072eb doc PG 18 relnotes: adjust pgbench per-script reporting item 1 year ago
Bruce Momjian 3bd5271729 doc PG 18 relnotes: mention GROUP SET fixes 1 year ago
Nathan Bossart 16bf24e0e4 Remove pg_replication_origin's TOAST table. 1 year ago
Peter Geoghegan 5f4d98d4f3 Prevent premature nbtree array advancement. 1 year ago
Peter Geoghegan 7e25c9363a nbtree: tighten up array recheck rules. 1 year ago