summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-27Stop using "-multiply_defined suppress" on macOS.Tom Lane
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-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-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
2023-09-25Fix typo in numutils.c commentsDaniel Gustafsson
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-23Fix typo in test commentDaniel Gustafsson
2023-09-23Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson
2023-09-22Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson
2023-09-22Simplify information schema check constraint deparsingPeter Eisentraut
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-21Allow dbname in pg_basebackup/pg_receivewal connstringDaniel Gustafsson
2023-09-21Update comment about set_join_pathlist_hook().Etsuro Fujita
2023-09-21Fix vacuumdb to pass buffer-usage-limit with analyze-only modeDavid Rowley