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-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-11-01
Add pg_memory_is_all_zeros() in memutils.h
Michael Paquier
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.
Jeff Davis
2024-09-24
Tighten up make_libc_collator() and make_icu_collator().
Jeff Davis
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
Adjust tuplestore stats API
David Rowley
2024-09-09
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-06
Remove lc_ctype_is_c().
Jeff Davis
2024-09-05
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-14
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-14
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-07
Introduce hash_search_with_hash_value() function
Alexander Korotkov
2024-08-06
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
Add helper routines to retrieve data for custom fixed-numbered pgstats
Michael Paquier
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-01
Update comment in portal.h.
Etsuro Fujita
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-07-30
Make collation not depend on setlocale().
Jeff Davis
2024-07-28
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-27
Optimize escaping of JSON strings
David Rowley
2024-07-26
Add test for early backend startup errors
Heikki Linnakangas
2024-07-26
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
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
[next]