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
/
include
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add writeback to pg_stat_io
Andres Freund
2023-05-17
1
-2
/
+3
*
Update parameter name context to wb_context
Andres Freund
2023-05-17
1
-2
/
+2
*
Remove bogus #include added by d4e71df6d75.
Thomas Munro
2023-04-26
1
-1
/
+0
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
1
-1
/
+0
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-1
/
+1
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
1
-1
/
+1
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
2
-0
/
+3
*
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
2
-0
/
+8
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
1
-2
/
+3
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
1
-0
/
+5
*
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
2
-0
/
+72
*
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
1
-1
/
+1
*
bufmgr: Add Pin/UnpinLocalBuffer()
Andres Freund
2023-04-05
1
-0
/
+2
*
bufmgr: Add some more error checking [infrastructure] around pinning
Andres Freund
2023-04-05
1
-0
/
+1
*
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-04-05
3
-0
/
+7
*
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
1
-1
/
+1
*
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
1
-1
/
+0
*
Update types in smgr API
Peter Eisentraut
2023-02-27
2
-6
/
+6
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
1
-0
/
+20
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
2
-4
/
+11
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
2
-3
/
+3
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
1
-0
/
+2
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
1
-1
/
+1
*
Remove SHM_QUEUE
Andres Freund
2023-01-19
1
-22
/
+0
*
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-19
1
-32
/
+16
*
Constify proclist.h
Peter Eisentraut
2023-01-19
1
-3
/
+3
*
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
1
-1
/
+1
*
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-18
2
-19
/
+13
*
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-18
1
-2
/
+2
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
1
-1
/
+3
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
3
-2
/
+21
*
Update copyright for 2023
Bruce Momjian
2023-01-02
56
-56
/
+56
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
1
-1
/
+1
*
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
1
-0
/
+1
*
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
1
-0
/
+7
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
1
-1
/
+3
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
1
-0
/
+3
*
Update types in File API
Peter Eisentraut
2022-12-08
1
-3
/
+3
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
1
-0
/
+1
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
2
-1
/
+9
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
1
-2
/
+2
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
1
-23
/
+44
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
1
-0
/
+9
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
1
-6
/
+0
*
Fix some comments in proc.h
Michael Paquier
2022-10-15
1
-3
/
+3
*
C comment: explain procArray->pgprocnos[]
Bruce Momjian
2022-10-11
1
-1
/
+5
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
3
-59
/
+15
*
Fix alignment problems with SharedInvalSmgrMsg.
Robert Haas
2022-09-28
1
-2
/
+5
*
In BufTagGetForkNum, cast to the correct type.
Robert Haas
2022-09-27
1
-1
/
+1
[next]