summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-01-27Teach planner about more monotonic window functionsDavid Rowley
2023-01-26Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Don't install postmaster symlink anymorePeter Eisentraut
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-26Make auto_explain print the query identifier in verbose modeMichael Paquier
2023-01-26Fix rare sharedtuplestore.c corruption.Thomas Munro
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-25Process pending postmaster work before connections.Thomas Munro
2023-01-24Update more obsolete multixact.c comments.Peter Geoghegan
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-24libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-23Fix XLogPageRead() commentPeter Eisentraut
2023-01-23Add non-decimal integer support to type numeric.Dean Rasheed
2023-01-23Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed
2023-01-23Run pgindent on heapam.cDavid Rowley
2023-01-23Fix and clarify function comment on LogicalTapeSetCreate.Heikki Linnakangas
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-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-21Reject CancelRequestPacket having unexpected length.Noah Misch
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas
2023-01-20Update docs and error message for superuser_reserved_connections.Robert Haas
2023-01-20Remove SHM_QUEUEAndres Freund
2023-01-20Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-20Use appendStringInfoSpaces in more placesDavid Rowley
2023-01-19Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.Tom Lane
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2023-01-19Log the correct ending timestamp in recovery_target_xid mode.Tom Lane
2023-01-19Remove some dead code in selfuncs.cAlvaro Herrera
2023-01-19Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier
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-18Fix ILIST_DEBUG buildAndres 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-17Refactor recordExtObjInitPriv()Peter Eisentraut
2023-01-17Remove AggregateRelationId from recordExtObjInitPriv()Peter Eisentraut
2023-01-17Remove dead code in formatting.cJohn Naylor
2023-01-17Improve the code to decide and process the apply action.Amit Kapila