aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix function name reference in commentHEADmasterDaniel Gustafsson8 hours
* Align organization wording in copyright statementDaniel Gustafsson2 days
* Fix Assert failure in XMLTABLE parserRichard Guo3 days
* Add explicit initialization for all PlannerGlobal fieldsRichard Guo5 days
* Fix order of parameters in POD documentationDaniel Gustafsson5 days
* Fix the race condition in the test added by 7c99dc587.Amit Kapila5 days
* Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]Álvaro Herrera7 days
* Fix comment of tsquerysend()Álvaro Herrera7 days
* relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera7 days
* Sort includes in alphabetical orderÁlvaro Herrera7 days
* Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane8 days
* Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch8 days
* doc PG 18 relnotes: mv. hash joins and GROUP BY item to GeneralBruce Momjian9 days
* aio: Use runtime arguments with injections points in testsMichael Paquier9 days
* injection_points: Add support and tests for runtime argumentsMichael Paquier9 days
* Add support for runtime arguments in injection pointsMichael Paquier9 days
* doc PG 18 relnotes: fix missing parens for crc32c()Bruce Momjian9 days
* Skip RSA-PSS ssl test when using LibreSSL.Tom Lane9 days
* Hack one ssl test case to pass with current LibreSSL.Tom Lane9 days
* Centralize ssl tests' check for whether we're using LibreSSL.Tom Lane9 days
* doc: Put new options in consistent order on man pagesPeter Eisentraut9 days
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* Use more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas10 days
* PG 18 relnotes: adjust RETURNING new/old itemBruce Momjian10 days
* doc: Fix title markup for AT TIME ZONE and AT LOCALDaniel Gustafsson10 days
* Track the number of presorted outer pathkeys in MergePathRichard Guo10 days
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo10 days
* doc PG 18 relnotes: adjust pg_log_backend_memory_contexts()Bruce Momjian11 days
* doc PG 18 relnotes: add pg_log_backend_memory_contexts() mentionBruce Momjian11 days
* doc PG 18 relnotes: adjust pgbench per-script reporting itemBruce Momjian11 days
* doc PG 18 relnotes: mention GROUP SET fixesBruce Momjian11 days
* Remove pg_replication_origin's TOAST table.Nathan Bossart11 days
* Prevent premature nbtree array advancement.Peter Geoghegan11 days
* nbtree: tighten up array recheck rules.Peter Geoghegan11 days
* pg_dumpall: Add --sequence-data.Nathan Bossart11 days
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov11 days
* doc: Put some psql documentation pieces back into alphabetical orderPeter Eisentraut11 days
* Remove some tabs in C string literalsPeter Eisentraut11 days
* doc: Add link to tablePeter Eisentraut11 days
* doc: Fix up spacing around verbatim DocBook elementsPeter Eisentraut11 days
* Fix some comments related to IO workersMichael Paquier11 days
* Fix whitespacePeter Eisentraut11 days
* doc PG 18 relnotes: adjust partition planning itemBruce Momjian12 days
* doc PG 18 relnotes: small adjustments regarding optionsBruce Momjian12 days
* doc PG 18 relnotes: move partition locking item to General PerfBruce Momjian12 days
* doc PG 18 relnotes: adjust partition itemsBruce Momjian12 days
* Stamp 18beta1.REL_18_BETA1Tom Lane13 days
* doc PG 18 relnotes: reword OAuth itemBruce Momjian13 days
* doc PG 18 relnotes: add mention of pg_stat_reset_backend_stats()Bruce Momjian13 days
* doc PG 18 relnotes: adjust hash itemBruce Momjian13 days