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
/
utils
Age
Commit message (
Expand
)
Author
2024-07-18
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-09
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
Support loading of injection points
Michael Paquier
2024-07-05
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
Use pgstat_kind_infos to read fixed shared statistics
Michael Paquier
2024-07-01
Remove PgStat_KindInfo.named_on_disk
Michael Paquier
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-19
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-17
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-04
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-05-12
Introduce private data area for injection points
Michael Paquier
2024-04-29
Fix failure to track role dependencies of pg_init_privs entries.
Tom Lane
2024-04-29
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-20
Remove resowner_private.h
Michael Paquier
2024-04-18
SQL/JSON: Miscellaneous fixes and improvements
Amit Langote
2024-04-18
SQL/JSON: Improve some error messages
Amit Langote
2024-04-17
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore
Andres Freund
2024-04-15
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-07
Use bump memory context for tuplesorts
David Rowley
2024-04-07
Introduce a bump memory allocator
David Rowley
2024-04-07
Enlarge bit-space for MemoryContextMethodID
David Rowley
2024-04-06
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-03-29
Add allow_alter_system GUC.
Robert Haas
2024-03-27
Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
Robert Haas
2024-03-27
Add functions to generate random numbers in a specified range.
Dean Rasheed
2024-03-27
Allow specifying initial and maximum segment sizes for DSA.
Masahiko Sawada
2024-03-25
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-22
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
Use a hash table for catcache.c's CatCList objects.
Tom Lane
2024-03-22
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-21
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-18
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-08
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-07
Add template for adaptive radix tree
John Naylor
[next]