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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
3 days
Update copyright for 2026
Bruce Momjian
5 days
Change IndexAmRoutines to be statically-allocated structs.
Tom Lane
5 days
Fix comment in lsyscache.c
Michael Paquier
5 days
Add pg_get_multixact_stats()
Michael Paquier
6 days
Ensure sanity of hash-join costing when there are no MCV statistics.
Tom Lane
7 days
Ignore PlaceHolderVars when looking up statistics
Richard Guo
7 days
Change some Datum to void * for opaque pass-through pointer
Peter Eisentraut
8 days
Fix pg_stat_get_backend_activity() to use multi-byte truncated result
Michael Paquier
11 days
Improve comment in pgstatfuncs.c
Michael Paquier
12 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
13 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
2025-12-19
Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
2025-12-19
Add guard to prevent recursive memory context logging.
Fujii Masao
2025-12-17
Change pgstat_report_vacuum() to use Relation
Michael Paquier
2025-12-16
Remove useless code in InjectionPointAttach()
Michael Paquier
2025-12-16
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
2025-12-16
downcase_identifier(): use method table from locale provider.
Jeff Davis
2025-12-16
Separate out bytea sort support from varlena.c
John Naylor
2025-12-15
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
2025-12-15
Remove unused single-byte char_is_cased() API.
Jeff Davis
2025-12-15
Use multibyte-aware extraction of pattern prefixes.
Jeff Davis
2025-12-15
Add retry logic to pg_sync_replication_slots().
Amit Kapila
2025-12-15
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-13
Fix jsonb_object_agg crash after eliminating null-valued pairs.
Tom Lane
2025-12-13
Clarify comment about temporal foreign keys
Peter Eisentraut
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-10
Add pg_iswcased().
Jeff Davis
2025-12-10
Remove char_tolower() API.
Jeff Davis
2025-12-10
Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
2025-12-09
Fix misleading comment in tuplesort.c
David Rowley
2025-12-09
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Add wait event for the group commit delay before WAL flush
Heikki Linnakangas
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-08
Improve error messages of input functions for pg_dependencies and pg_ndistinct
Michael Paquier
2025-12-07
Micro-optimize datatype conversions in datum_to_jsonb_internal.
Tom Lane
2025-12-07
Remove fundamentally-redundant processing in jsonb_agg() et al.
Tom Lane
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-06
Fix text substring search for non-deterministic collations.
Tom Lane
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-05
Fix some compiler warnings
Michael Paquier
2025-12-04
Remove no longer needed casts from Pointer
Peter Eisentraut
2025-12-04
Remove no longer needed casts to Pointer
Peter Eisentraut
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-03
Fix stray references to SubscriptRef
Peter Eisentraut
[next]