summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-03Add built-in ERROR handling for archive callbacks.Nathan Bossart
2024-04-03Add functions to binaryheap for efficient key removal and update.Masahiko Sawada
2024-04-02Avoid deadlock during orphan temp table removal.Tom Lane
2024-04-02Avoid function call overhead of pg_popcount() in syslogger.c.Nathan Bossart
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-20Avoid overflow in MaybeRemoveOldWalSummaries().Nathan Bossart
2024-03-20Remove assertions that some compiler say are tautologicalHeikki 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-15Improve log messages referring to background worker processesHeikki Linnakangas
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Pass CAC as an argument to the backend processHeikki Linnakangas
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-04Add macro for customizing an archiving WARNING message.Nathan Bossart
2024-03-04Fix pgindent damage.Robert Haas
2024-03-04Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.Robert Haas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-04Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-29Convert archiver's force_dir_scan variable to an atomic variable.Nathan Bossart
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-21Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Pass correct count to WALRead().Jeff Davis
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-14Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-02-13Use correct format placeholder for timeline IDsPeter Eisentraut
2024-02-07Remove Start* macros in postmaster.c.Nathan Bossart
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-31Remove some obsolete smgrcloseall() calls.Heikki Linnakangas
2024-01-25Remove redundant HandleWalWriterInterrupts().Fujii Masao
2024-01-11Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.Robert Haas
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-30Don't send "cannot connect" errors on invalid startup packetHeikki Linnakangas
2023-12-27Initialize variable to placate compiler.Robert Haas
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-21Replace nonsense comment with a relevant one.Robert Haas
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-08Remove some unnecessary #includes of postmaster/interrupt.hHeikki Linnakangas