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
/
storage
/
lmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo with wait event for SLRU buffer of commit timestamps
Michael Paquier
2023-05-05
1
-1
/
+1
*
Fix typos in comments
Michael Paquier
2023-05-02
1
-1
/
+1
*
Fix various typos
David Rowley
2023-04-18
1
-1
/
+1
*
Fix race in SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-09
1
-18
/
+31
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
1
-4
/
+16
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
1
-3
/
+3
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
1
-26
/
+6
*
Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645
Andres Freund
2023-02-08
1
-4
/
+11
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
1
-25
/
+25
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
1
-0
/
+4
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
1
-5
/
+11
*
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-19
1
-468
/
+233
*
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
3
-317
/
+168
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
1
-0
/
+46
*
Update copyright for 2023
Bruce Momjian
2023-01-02
11
-11
/
+11
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
1
-6
/
+3
*
Make materialized views participate in predicate locking
Michael Paquier
2022-12-01
1
-3
/
+2
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
1
-0
/
+11
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
2
-25
/
+32
*
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-19
1
-10
/
+14
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
1
-7
/
+2
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-3
/
+3
*
Rename shadowed local variables
David Rowley
2022-10-05
2
-18
/
+19
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-1
/
+0
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-0
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+13
*
Used optimized linear search in more code paths
Michael Paquier
2022-09-22
1
-8
/
+2
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
2
-7
/
+7
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-2
/
+2
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
1
-1
/
+1
*
Rely on __func__ being supported
Andres Freund
2022-08-07
1
-1
/
+1
*
Add output path arg in generate-lwlocknames.pl
Andres Freund
2022-07-18
1
-4
/
+10
*
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-12
1
-65
/
+0
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
1
-0
/
+26
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-12
/
+12
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
1
-7
/
+0
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
1
-13
/
+5
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
4
-43
/
+38
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
1
-2
/
+2
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
1
-1
/
+7
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
1
-0
/
+28
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
1
-2
/
+2
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
1
-0
/
+7
*
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
1
-7
/
+0
*
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-10
1
-3
/
+4
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
4
-38
/
+42
*
Update copyright for 2022
Bruce Momjian
2022-01-07
10
-10
/
+10
[next]