index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
Commit message (
Expand
)
Author
Age
*
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-07-11
*
Add newline at the end of header generated by generate-wait_event_types.pl
Michael Paquier
2023-07-06
*
Generate automatically code and documentation related to wait events
Michael Paquier
2023-07-05
*
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
*
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-06-12
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add writeback to pg_stat_io
Andres Freund
2023-05-17
*
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Track IO times in pg_stat_io
Andres Freund
2023-04-07
*
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
*
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
*
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-24
*
Count updates that move row to a new page.
Peter Geoghegan
2023-03-23
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
*
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
*
Suppress more compiler warnings in new pgstats code.
Tom Lane
2023-02-28
*
Suppress compiler warnings in new pgstats code.
Tom Lane
2023-02-27
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
*
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-13
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Move variable increment to the end of the loop
John Naylor
2022-12-20
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
*
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-07
*
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
*
pgstat: replace double lookup with IsSharedRelation()
Andres Freund
2022-11-20
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-06
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
*
Message style improvements
Peter Eisentraut
2022-09-24
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Remove various duplicated words
David Rowley
2022-09-20
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
*
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
[next]