summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Un-break genbki.pl's error reporting capabilities.Tom Lane
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Avoid overflow in MaybeRemoveOldWalSummaries().Nathan Bossart
2024-03-20Revert "Temporary patch to help debug pg_walsummary test failures."Nathan Bossart
2024-03-20Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Remove unused PruneState member relHeikki Linnakangas
2024-03-20Reorganize heap_page_prune() function commentHeikki Linnakangas
2024-03-20Remove assertions that some compiler say are tautologicalHeikki Linnakangas
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-03-19Fix misleading commentsPeter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut
2024-03-18Fix another warning, introduced by 846311051e.Jeff Davis
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-18Fix unreachable code warning from commit 2d819a08a1.Jeff Davis
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-18Move some functions from postmaster.c to a new source fileHeikki Linnakangas
2024-03-18Split registration of Win32 deadchild callback to separate functionHeikki Linnakangas
2024-03-18Initialize variables to placate compiler.Nathan Bossart
2024-03-17Mark hash_corrupted() as pg_attribute_noreturn.Tom Lane
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Add attstattarget to FormExtraData_pg_attributePeter Eisentraut
2024-03-17Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-15Fix race condition in transaction timeout TAP testsAlexander Korotkov
2024-03-15Improve log messages referring to background worker processesHeikki Linnakangas
2024-03-14Refactor initial hash lookup in dynahash.cMichael Paquier
2024-03-14Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_pathsDavid Rowley
2024-03-14Login event trigger documentation wordsmithingDaniel Gustafsson
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-14Fix typos in reorderbuffer.c.Amit Kapila
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut