summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-12-03Refactor how InitProcess is calledHeikki Linnakangas
2023-12-03Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas
2023-12-03Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas
2023-12-01Silence Valgrind complaint with EXEC_BACKENDHeikki Linnakangas
2023-12-01pgindent fixPeter Eisentraut
2023-12-01Check collation when creating partitioned indexPeter Eisentraut
2023-12-01Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila
2023-12-01Adjust obsolete comment explaining set_stack_base().Thomas Munro
2023-11-30Print lwlock stats also for aux processes, when built with LWLOCK_STATSHeikki Linnakangas
2023-11-30Fix typo in 5a1dfde8334bAlexander Korotkov
2023-11-30Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov
2023-11-30Remove redundant setting of hashkey after insertionJohn Naylor
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-30Improve "user mapping not found" error messagePeter Eisentraut
2023-11-28Make use FullTransactionId in 2PC filenamesAlexander Korotkov
2023-11-28Use larger segment file names for pg_notifyAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Clean up usage of bison precedence for non-operator keywords.Tom Lane
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Fix comment about ressortgrouprefs being unique in setop plans.Heikki Linnakangas
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-27Don't use bms_membership() in cases where we don't need toDavid Rowley
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-27Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-11-26Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane
2023-11-26Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-25C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian
2023-11-25Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-11-23Fix timing-dependent failure in GSSAPI data transmission.Tom Lane
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-23C comment: fix typos with unnecessary apostrophesBruce Momjian
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-11-22Stop the search once the slot for replication origin is found.Amit Kapila
2023-11-21Simplify some logic in CreateReplicationSlot()Michael Paquier
2023-11-21Log messages for replication slot acquisition and release.Amit Kapila
2023-11-20Optimize check_search_path() by using SearchPathCache.Jeff Davis
2023-11-20Be more paranoid about OOM in search_path cache.Jeff Davis
2023-11-20Prevent overflow for block number in buffile.cMichael Paquier
2023-11-19Lock table in DROP STATISTICSTomas Vondra
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-17Release lock on heap buffer before vacuuming FSMAndres Freund
2023-11-17Extract column statistics from CTE references, if possible.Tom Lane
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-17Remove NOT_USED BufFileTellBlock() from buffile.cMichael Paquier
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane