index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
*
Use STDOUT/STDERR_FILENO in most of syslogger.
Andres Freund
2022-07-18
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
Silence extra logging when using "postgres -C" on runtime-computed GUCs
Michael Paquier
2022-05-11
*
Fix misleading comments about background worker registration.
Robert Haas
2022-05-06
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: move pgstat.c to utils/activity.
Andres Freund
2022-04-06
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
pgstat: consistent function comment formatting.
Andres Freund
2022-04-04
*
pgstat: fix function name in comment.
Andres Freund
2022-03-22
*
pgstat: reorder pgstat.[ch] contents.
Andres Freund
2022-03-21
*
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-21
*
pgstat: separate "xact level" handling out of relation specific functions.
Andres Freund
2022-03-20
*
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-03-20
*
pgstat: introduce pgstat_relation_should_count().
Andres Freund
2022-03-20
*
pgstat: split out WAL handling from pgstat_{initialize,report_stat}.
Andres Freund
2022-03-19
*
pgstat: split relation, database handling out of pgstat_report_stat().
Andres Freund
2022-03-19
*
pgstat: run pgindent on pgstat.c/h.
Andres Freund
2022-03-19
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Fix comments about bgworker registration before MaxBackends initialization
Michael Paquier
2022-01-29
*
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-28
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-29
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
*
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-12-01
*
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
[next]