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-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-16
Add tap test for pg_signal_autovacuum role
Michael Paquier
2024-07-03
Avoid 0-length memcpy to NULL with EXEC_BACKEND
Heikki Linnakangas
2024-07-02
Remove redundant SetProcessingMode(InitProcessing) calls
Heikki Linnakangas
2024-07-02
Move bgworker specific logic to bgworker.c
Heikki Linnakangas
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-06-28
pgindent, because I forgot to do that.
Robert Haas
2024-06-28
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-26
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-06-20
Unify some error messages
Peter Eisentraut
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-15
Fix incorrect year in some copyright notices added this year
David Rowley
2024-04-29
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
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
[next]