index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add writeback to pg_stat_io
Andres Freund
2023-05-17
1
-6
/
+8
*
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
1
-2
/
+34
*
Fix typos in comments
Michael Paquier
2023-05-02
2
-2
/
+2
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
1
-5
/
+5
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
1
-0
/
+1
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
1
-1
/
+0
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
1
-0
/
+4
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
1
-0
/
+1
*
Track IO times in pg_stat_io
Andres Freund
2023-04-07
1
-20
/
+87
*
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
1
-1
/
+7
*
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
1
-1
/
+1
*
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
1
-15
/
+16
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
1
-0
/
+21
*
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-24
2
-92
/
+92
*
Count updates that move row to a new page.
Peter Geoghegan
2023-03-23
1
-2
/
+10
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
1
-6
/
+6
*
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
2
-11
/
+11
*
Suppress more compiler warnings in new pgstats code.
Tom Lane
2023-02-28
1
-3
/
+3
*
Suppress compiler warnings in new pgstats code.
Tom Lane
2023-02-27
1
-11
/
+6
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
1
-0
/
+3
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
9
-5
/
+451
*
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-13
2
-1
/
+3
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
1
-0
/
+6
*
Update copyright for 2023
Bruce Momjian
2023-01-02
18
-18
/
+18
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Move variable increment to the end of the loop
John Naylor
2022-12-20
1
-1
/
+2
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
1
-1
/
+3
*
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-07
2
-54
/
+54
*
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
1
-25
/
+25
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
1
-0
/
+3
*
pgstat: replace double lookup with IsSharedRelation()
Andres Freund
2022-11-20
1
-11
/
+2
*
Add doubly linked count list implementation
David Rowley
2022-11-02
1
-24
/
+16
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
4
-8
/
+8
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
1
-0
/
+6
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
2
-31
/
+27
*
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-06
1
-2
/
+6
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
1
-6
/
+49
*
Message style improvements
Peter Eisentraut
2022-09-24
2
-2
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+18
*
Remove various duplicated words
David Rowley
2022-09-20
2
-8
/
+8
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
2
-3
/
+3
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
2
-0
/
+25
*
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
1
-2
/
+2
*
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
1
-0
/
+3
*
pgstat: slru: remove outdated comment
Andres Freund
2022-07-06
1
-3
/
+1
*
pgstat: reduce timer overhead by leaving timer running.
Andres Freund
2022-07-05
1
-1
/
+1
*
pgstat: Mention pgstat_replslot.c in pgstat.c.
Andres Freund
2022-06-22
1
-0
/
+1
*
Align stats_fetch_consistency definition with guc.c default.
Andres Freund
2022-05-28
1
-1
/
+1
*
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-24
1
-2
/
+2
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-27
1
-1
/
+1
[next]