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
Age
Commit message (
Expand
)
Author
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-06
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Andres Freund
2023-04-06
Always make a BufferAccessStrategy for ANALYZE
David Rowley
2023-04-06
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-05
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
Allow to use system CA pool for certificate verification
Daniel Gustafsson
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
bufmgr: Acquire and clean victim buffer separately
Andres Freund
2023-04-05
Acquire locks on views in AcquirePlannerLocks, too.
Tom Lane
2023-04-05
pg_dump: Add support for zstd compression
Tomas Vondra
2023-04-05
bufmgr: Add Pin/UnpinLocalBuffer()
Andres Freund
2023-04-05
bufmgr: Add some more error checking [infrastructure] around pinning
Andres Freund
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-04-05
Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.
Tom Lane
2023-04-05
Don't initialize page in {vm,fsm}_extend(), not needed
Andres Freund
2023-04-05
Fix wrong word in comment.
Robert Haas
2023-04-05
Update information_schema for SQL:2023
Peter Eisentraut
2023-04-05
doc: Update SQL features/conformance information to SQL:2023
Peter Eisentraut
2023-04-05
Fix minor signed/unsigned mixup
Peter Eisentraut
2023-04-05
Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.
Amit Kapila
2023-04-04
sequences: Lock buffer before initializing page
Andres Freund
2023-04-04
Fix MSVC warning introduced in ea1db8ae70.
Jeff Davis
2023-04-04
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
Add a way to get the current function's OID in pl/pgsql.
Tom Lane
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-04-04
bufmgr: Remove buffer-write-dirty tracepoints
Andres Freund
2023-04-03
Make SP-GiST redirect cleanup more aggressive.
Peter Geoghegan
2023-04-03
Recycle deleted nbtree pages more aggressively.
Peter Geoghegan
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
Fix possible logical replication crash.
Robert Haas
2023-04-03
When using valgrind, log the current query after an error is detected.
Tom Lane
2023-04-03
Revert 764da7710b
Alexander Korotkov
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-04-03
Rename BufferAccessStrategyData.ring_size to nbuffers
David Rowley
2023-04-03
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
2023-04-03
Fix typo in CI README
Daniel Gustafsson
2023-04-03
Only make buffer strategy for vacuum when it's likely needed
David Rowley
2023-04-03
pg_basebackup: Correct type of WalSegSz
Peter Eisentraut
2023-04-03
Remove some global variables from vacuum.c
David Rowley
2023-04-03
Doc: update pgindent/README.
Tom Lane
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.
Noah Misch
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-04-02
Assert only valid flag bits are passed to visibilitymap_set()
Andres Freund
2023-04-02
hio: Release extension lock before initializing page / pinning VM
Andres Freund
[next]