index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-03
Add built-in ERROR handling for archive callbacks.
Nathan Bossart
2024-04-03
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-04-02
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
Avoid function call overhead of pg_popcount() in syslogger.c.
Nathan Bossart
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-20
Avoid overflow in MaybeRemoveOldWalSummaries().
Nathan Bossart
2024-03-20
Remove assertions that some compiler say are tautological
Heikki Linnakangas
2024-03-18
Move code for backend startup to separate file
Heikki Linnakangas
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
Move some functions from postmaster.c to a new source file
Heikki Linnakangas
2024-03-18
Split registration of Win32 deadchild callback to separate function
Heikki Linnakangas
2024-03-15
Improve log messages referring to background worker processes
Heikki Linnakangas
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-12
Move initialization of the Port struct to the child process
Heikki Linnakangas
2024-03-12
Pass CAC as an argument to the backend process
Heikki Linnakangas
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-04
Add macro for customizing an archiving WARNING message.
Nathan Bossart
2024-03-04
Fix pgindent damage.
Robert Haas
2024-03-04
Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.
Robert Haas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
Remove MyAuxProcType, use MyBackendType instead
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-29
Convert archiver's force_dir_scan variable to an atomic variable.
Nathan Bossart
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
Pass correct count to WALRead().
Jeff Davis
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-02-14
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-13
Use correct format placeholder for timeline IDs
Peter Eisentraut
2024-02-07
Remove Start* macros in postmaster.c.
Nathan Bossart
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
Remove some obsolete smgrcloseall() calls.
Heikki Linnakangas
2024-01-25
Remove redundant HandleWalWriterInterrupts().
Fujii Masao
2024-01-11
Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.
Robert Haas
2024-01-11
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-30
Don't send "cannot connect" errors on invalid startup packet
Heikki Linnakangas
2023-12-27
Initialize variable to placate compiler.
Robert Haas
2023-12-24
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-21
Replace nonsense comment with a relevant one.
Robert Haas
2023-12-21
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-08
Remove some unnecessary #includes of postmaster/interrupt.h
Heikki Linnakangas
[next]