aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Add empty BRIN ranges during CREATE INDEXTomas Vondra2023-12-08
* Remove some unnecessary #includes of postmaster/interrupt.hHeikki Linnakangas2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Don't try to open visibilitymap when analyzing a foreign tableHeikki Linnakangas2023-12-08
* Fix potential pointer overflow in xlogreader.c.Thomas Munro2023-12-08
* Verify that attribute counts match in ExecCopySlotDavid Rowley2023-12-07
* Improve some error messages with invalid indexes for REINDEX CONCURRENTLYMichael Paquier2023-12-07
* Fix issues in binary_upgrade_logical_slot_has_caught_up().Amit Kapila2023-12-07
* Fix assertion failure with REINDEX and event triggersMichael Paquier2023-12-07
* Fix compilation on Windows with WAL_DEBUGMichael Paquier2023-12-06
* Fix indentationDaniel Gustafsson2023-12-05
* Fix incorrect error message for IDENTIFY_SYSTEMDaniel Gustafsson2023-12-05
* Optimize SearchPathCache by saving the last entry.Jeff Davis2023-12-04
* Teach convert() and friends to avoid copying when possible.Nathan Bossart2023-12-04
* Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functionsHeikki Linnakangas2023-12-04
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* Refactor how InitProcess is calledHeikki Linnakangas2023-12-03
* Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas2023-12-03
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Silence Valgrind complaint with EXEC_BACKENDHeikki Linnakangas2023-12-01
* pgindent fixPeter Eisentraut2023-12-01
* Check collation when creating partitioned indexPeter Eisentraut2023-12-01
* Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila2023-12-01
* Adjust obsolete comment explaining set_stack_base().Thomas Munro2023-12-01
* Print lwlock stats also for aux processes, when built with LWLOCK_STATSHeikki Linnakangas2023-12-01
* Fix typo in 5a1dfde8334bAlexander Korotkov2023-11-30
* Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov2023-11-30
* Remove redundant setting of hashkey after insertionJohn Naylor2023-11-30
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Improve "user mapping not found" error messagePeter Eisentraut2023-11-30
* Make use FullTransactionId in 2PC filenamesAlexander Korotkov2023-11-29
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Clean up usage of bison precedence for non-operator keywords.Tom Lane2023-11-28
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix comment about ressortgrouprefs being unique in setop plans.Heikki Linnakangas2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Don't use bms_membership() in cases where we don't need toDavid Rowley2023-11-28
* Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra2023-11-27
* Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas2023-11-27
* Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila2023-11-27
* Display length and bounds histograms in pg_statsAlexander Korotkov2023-11-27
* Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane2023-11-26
* Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra2023-11-26
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian2023-11-25