summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-29Robustify find_base_rel and find_base_rel_ignore_joinDavid Rowley
2023-09-29doc: Fix descriptions related to the handling of non-ASCII charactersMichael Paquier
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-09-28Fix checking of index expressions in CompareIndexInfo().Tom Lane
2023-09-28Return data from heap_page_prune via a struct.Robert Haas
2023-09-28doc: Clarify where ereport severity levels are definedDaniel Gustafsson
2023-09-28Add missing TidRangePath handling in print_path()David Rowley
2023-09-28Fix typo in src/backend/access/transam/README.Etsuro Fujita
2023-09-28doc: Improve documentation about pg_resetwal -f optionPeter Eisentraut
2023-09-28pg_resetwal: Use frontend logging APIPeter Eisentraut
2023-09-28pg_resetwal: Regroup --help outputPeter Eisentraut
2023-09-28pg_resetwal: Improve error with wrong/missing data directoryPeter Eisentraut
2023-09-28pg_resetwal: Update an obsolete commentPeter Eisentraut
2023-09-28Show parameters of CALL as constants in pg_stat_statementsMichael Paquier
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-09-28Move tracking of in_streaming to PGOutputDataMichael Paquier
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-09-27llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-09-27llvmjit: Make llvm_types_module variable staticDaniel Gustafsson
2023-09-27llvmjit: Remove unnecessary typesDaniel Gustafsson
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-09-27unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier
2023-09-27Stop using "-multiply_defined suppress" on macOS.Tom Lane
2023-09-26doc: clarify the effect of concurrent work_mem allocationsBruce Momjian
2023-09-26doc: clarify handling of time zones with "time with time zone"Bruce Momjian
2023-09-26doc: clarify the behavior of unopenable listen_addressesBruce Momjian
2023-09-26doc: pg_upgrade, clarify standby servers must remain runningBruce Momjian
2023-09-26pgrowlocks: change lock mode output labels for consistencyBruce Momjian
2023-09-26doc: mention GROUP BY columns can reference target col numbersBruce Momjian
2023-09-26pgbench: Improve help output of -I optionPeter Eisentraut
2023-09-26doc: correct reference to pg_relation in commentBruce Momjian
2023-09-26MergeAttributes() and related variable renamingPeter Eisentraut
2023-09-26Clean up MergeCheckConstraint()Peter Eisentraut
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-26Add some const qualifiersPeter Eisentraut
2023-09-26Clean up MergeAttributesIntoExisting()Peter Eisentraut
2023-09-26Remove unused includePeter Eisentraut
2023-09-26Fix behavior of "force" in pgstat_report_wal()Michael Paquier
2023-09-25doc: Tell about "vcregress taptest" for regression tests on WindowsMichael Paquier
2023-09-25Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-25pg_dump: tests: Correct test condition for invalid databasesAndres Freund
2023-09-25Collect dependency information for parsed CallStmts.Tom Lane
2023-09-25docs: Clarify --with-segsize-blocks documentationAndres Freund
2023-09-25Pack struct ParsedWord more tightly.Tom Lane
2023-09-25Limit to_tsvector_byid's initial array allocation to something sane.Tom Lane
2023-09-25Doc: improve cross-reference in Makefile comment.Tom Lane
2023-09-25vacuumdb: Reword --help message for clarityDaniel Gustafsson
2023-09-25vacuumdb: Fix excluding multiple schemas with -NDaniel Gustafsson
2023-09-25pg_upgrade: check for types removed in pg12Alvaro Herrera