summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-02-02Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-31Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-27Minor GUC code refactoring.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Add helper library for use of libpq inside the server environmentAndres Freund
2023-01-23Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-21instr_time: Represent time as an int64 on all platformsAndres Freund
2023-01-21Rework format of comments in headers for nodesMichael Paquier
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-20Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.Robert Haas
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas
2023-01-20Remove SHM_QUEUEAndres Freund
2023-01-20Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2023-01-19Constify proclist.hPeter Eisentraut
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