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
2022-04-07
Custom WAL Resource Managers.
Jeff Davis
2022-04-07
pgstat: move pgstat.c to utils/activity.
Andres Freund
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-07
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-07
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-04
pgstat: consistent function comment formatting.
Andres Freund
2022-03-22
pgstat: fix function name in comment.
Andres Freund
2022-03-21
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-21
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-03-21
pgstat: introduce pgstat_relation_should_count().
Andres Freund
2022-03-19
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-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-15
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-29
Fix comments about bgworker registration before MaxBackends initialization
Michael Paquier
2022-01-28
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-11
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-29
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-12-13
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-01
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-22
autovacuum: Improve wording in a couple places
Alvaro Herrera
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-10-29
Fix race condition in startup progress reporting.
Robert Haas
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
2021-10-12
Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().
Fujii Masao
2021-10-07
Fix compilation warning in syslogger.c
Michael Paquier
[next]