summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-01-18Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund
2023-01-18Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locksAndres Freund
2023-01-18Add detached node functions to ilistAndres Freund
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-17Constify the arguments of copydir.h functionsMichael Paquier
2023-01-16Add BufFileRead variants with short read and EOF detectionPeter Eisentraut
2023-01-16Refactor code in charge of running shell-based recovery commandsMichael Paquier
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-12Constify the arguments of ilist.c/h functionsPeter Eisentraut
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-12Fix incorrect comment in hba.hMichael Paquier
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-11Remove function declarations from headers for some undefined functionsMichael Paquier
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-09Allow left join removals and unique joins on partitioned tablesDavid Rowley
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-08Doc: improve commentary about providing our own definitions of M_PI.Tom Lane
2023-01-06Wake up a subscription's replication worker processes after DDL.Tom Lane
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-03Fix typo in memutils_memorychunk.hDavid Rowley
2023-01-03Delay commit status checks until freezing executes.Peter Geoghegan
2023-01-03Refine the definition of page-level freezing.Peter Geoghegan
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-12-30Add const to BufFileWritePeter Eisentraut
2022-12-29perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-28Add page-level freezing to VACUUM.Peter Geoghegan
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-24Fix recent accidental omission in pg_proc.datDavid Rowley
2022-12-23Allow parent's WaitEventSets to be freed after fork().Thomas Munro
2022-12-23Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier