summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-12-19Remove extra prefetch iterator setup for Bitmap Table ScanMelanie Plageman
2024-12-19Fix bitmap table scan crash on iterator releaseMelanie Plageman
2024-12-19Avoid nbtree index scan SAOP scanBehind confusion.Peter Geoghegan
2024-12-19bootstrap: pure parser and reentrant scannerPeter Eisentraut
2024-12-19Small whitespace improvementPeter Eisentraut
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-19Extract logic filling pg_stat_get_io()'s tuplestore into its own routineMichael Paquier
2024-12-19Optimize grouping equality checks with virtual slotsDavid Rowley
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-18Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE recordsMelanie Plageman
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-18Fix overflow danger in SampleHeapTupleVisible()Melanie Plageman
2024-12-18Make rs_cindex and rs_ntuples unsignedMelanie Plageman
2024-12-17Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley
2024-12-17Accommodate very large dshash tables.Nathan Bossart
2024-12-17Skip useless calculation of join RTE column names during EXPLAIN.Tom Lane
2024-12-17Count pages set all-visible and all-frozen in VM during vacuumMelanie Plageman
2024-12-17Make visibilitymap_set() return previous state of vmbitsMelanie Plageman
2024-12-17Rename LVRelState->frozen_pagesMelanie Plageman
2024-12-17Set max_safe_fds whenever we create shared memory and semaphores.Tom Lane
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-12-17Update comments about index parallel buildsTomas Vondra
2024-12-17Remove ts_locale.c's lowerstr()Peter Eisentraut
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-12-17Avoid unnecessary wrapping for more complex expressionsRichard Guo
2024-12-17Tweak some comments related to variable-numbered stats in pgstat.cMichael Paquier
2024-12-17Print out error position for some more DDLsMichael Paquier
2024-12-16Refactor string case conversion into provider-specific files.Jeff Davis
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-12-15Declare a couple of variables inside not outside a PG_TRY block.Tom Lane
2024-12-14Refactor some SQL/JSON error messagesÁlvaro Herrera
2024-12-14Fix warnings about declaration of environ on MinGW.Thomas Munro
2024-12-14Remove EXTENSION_DONT_CHECK_SIZE from md.c.Thomas Munro
2024-12-14Fix typoJohn Naylor
2024-12-13Rewrite maybe_reread_subscription() commentÁlvaro Herrera
2024-12-12Revert "Don't truncate database and user names in startup packets."Nathan Bossart
2024-12-12Detect redundant GROUP BY columns using UNIQUE indexesDavid Rowley
2024-12-12Defer remove_useless_groupby_columns() work until query_planner()David Rowley
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-12-11Use pg_memory_is_all_zeros() in pgstatfuncs.c.Nathan Bossart
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-12-11Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley
2024-12-11Use in-place updates for pg_restore_relation_stats().Jeff Davis
2024-12-10Speedup Hash Joins with dedicated functions for ExprState hashingDavid Rowley
2024-12-10Doc: add some commentary about ExecutorRun's NoMovement special case.Tom Lane
2024-12-10Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch
2024-12-10Support for GiST in get_equal_strategy_number()Peter Eisentraut
2024-12-10Make the conditions in IsIndexUsableForReplicaIdentityFull() more explicitPeter Eisentraut
2024-12-10Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()Peter Eisentraut