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
/
include
Age
Commit message (
Expand
)
Author
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-07
Show more detail in nbtree rmgr descriptions.
Peter Geoghegan
2023-04-07
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
Add array_sample() and array_shuffle() functions.
Tom Lane
2023-04-07
Add more protections in WAL record APIs against overflows
Michael Paquier
2023-04-07
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-06
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Andres Freund
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
heapam: Pass number of required pages to RelationGetBufferForTuple()
Andres Freund
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-06
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-06
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
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
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: 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
doc: Update SQL features/conformance information to SQL:2023
Peter Eisentraut
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
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-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
Revert 11470f544e
Alexander Korotkov
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
2023-03-31
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
Andres Freund
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-29
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
Move definition of standard collations from initdb to pg_collation.dat
Peter Eisentraut
2023-03-29
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
[next]