Commit Graph

61415 Commits (70a13c528b6e382a381ff95c15a4989e2dd9360b)
 

Author SHA1 Message Date
Peter Eisentraut 70a13c528b Move oauth_validator_libraries in postgresql.conf.sample 7 months ago
Bruce Momjian 883339c170 doc PG 18 relnotes: adjust CREATE SUBSCRIPTION attribution 7 months ago
Bruce Momjian 7ddfac79f2 doc PG 18 relnotes: clarify btree skip scan item 7 months ago
Bruce Momjian 3b7140d27e doc PG 18 relnotes: remove duplicate commit entry 7 months ago
Tom Lane b7ab88ddb1 Fix assorted new memory leaks in libpq. 7 months ago
Melanie Plageman cb1456423d Replace deprecated log_connections values in docs and tests 7 months ago
Tom Lane d376ab570e In ExecInitModifyTable, don't scribble on the source plan. 7 months ago
Tom Lane f24605e2dc Fix memory leak in XMLSERIALIZE(... INDENT). 7 months ago
Nathan Bossart 5d6eac80cd pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions. 7 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 7 months ago
Peter Eisentraut f3622b6476 doc: Move documentation of md5_password_warnings to a better place 7 months ago
Michael Paquier 3d0c3a418f Adjust operation names of pg_aios to match the documentation 7 months ago
Fujii Masao 0bd762e81f Fix incorrect WAL description for PREPARE TRANSACTION record. 7 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 7 months ago
Nathan Bossart a6060f1cbe pg_dump: Fix array literals in fetchAttributeStats(). 7 months ago
Heikki Linnakangas cbf53e2b8a Fix cross-version upgrade test failure 7 months ago
Michael Paquier 54675d8986 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 7 months ago
Andres Freund acad909321 aio: Fix possible state confusions due to interrupt processing 7 months ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago
Amit Kapila ad5eaf390c Don't retreat slot's confirmed_flush LSN. 7 months ago
Tom Lane f8db5c7a3f Doc: add pre-branch task to run src/tools/copyright.pl. 7 months ago
Michael Paquier 2c6469d4cd Fix incorrect year in some copyright notices 7 months ago
Michael Paquier 11b2dc3709 ecpg: Add missing newline in meson.build 7 months ago
Alexander Korotkov 3d3a81fc24 Fix tuple_fraction calculation in generate_orderedappend_paths() 7 months ago
Tom Lane 12eee85e51 Make our usage of memset_s() conform strictly to the C11 standard. 7 months ago
Daniel Gustafsson 0d4dad200d Fix function name reference in comment 7 months ago
Daniel Gustafsson 5987553fde Align organization wording in copyright statement 7 months ago
Richard Guo fe29b2a1da Fix Assert failure in XMLTABLE parser 7 months ago
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() 7 months ago
Tom Lane 95129709fd Skip RSA-PSS ssl test when using LibreSSL. 7 months ago
Tom Lane 75d73331d0 Hack one ssl test case to pass with current LibreSSL. 7 months ago
Tom Lane 0aaf69965d Centralize ssl tests' check for whether we're using LibreSSL. 7 months ago
Peter Eisentraut bc35adee8d doc: Put new options in consistent order on man pages 7 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 7 months ago
Heikki Linnakangas 965213d9c5 Use more mundane 'int' type for cancel key lengths in libpq 7 months ago
Bruce Momjian 9d710a1ac0 PG 18 relnotes: adjust RETURNING new/old item 7 months ago
Daniel Gustafsson 8fcc648780 doc: Fix title markup for AT TIME ZONE and AT LOCAL 7 months ago