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
2025-10-08
Allow negative aggtransspace to indicate unbounded state size
Richard Guo
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-10-07
Cleanup INFINITY code in float.h
David Rowley
2025-10-07
Remove PlannerInfo's join_search_private method.
Robert Haas
2025-10-07
Allow private state in certain planner data structures.
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-06
Optimize hex_encode() and hex_decode() using SIMD.
Nathan Bossart
2025-10-06
Expose sequence page LSN via pg_get_sequence_data.
Amit Kapila
2025-10-06
Add comment in ginxlog.h about block used with ginxlogInsertListPage
Michael Paquier
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-05
Don't include execnodes.h in brin.h or gin.h
Álvaro Herrera
2025-10-03
Optimize vector8_has_le() on AArch64.
Nathan Bossart
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-30
Rename pg_builtin_integer_constant_p to pg_integer_constant_p
Peter Eisentraut
2025-09-30
Make some use of anonymous unions [reorderbuffer xact_time]
Peter Eisentraut
2025-09-30
Make some use of anonymous unions [pg_locale_t]
Peter Eisentraut
2025-09-30
Do a tiny bit of header file maintenance
Álvaro Herrera
2025-09-29
Add GROUP BY ALL.
Tom Lane
2025-09-28
Add support for tracking of entry count in pgstats
Michael Paquier
2025-09-27
Teach MSVC that elog/ereport ERROR doesn't return
David Rowley
2025-09-26
Remove unused for_all_tables field from AlterPublicationStmt.
Masahiko Sawada
2025-09-26
Create a separate file listing backend types
Álvaro Herrera
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-25
Update some more forward declarations to use typedef
Álvaro Herrera
2025-09-24
Fix incorrect and inconsistent comments in tableam.h and heapam.c.
Fujii Masao
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-22
Fix various incorrect filename references
David Rowley
2025-09-22
Fix misleading comment in RangeTblEntry
Richard Guo
2025-09-20
Track the maximum possible frequency of non-MCE array elements.
Tom Lane
2025-09-19
Fix obsolete references to postgres.h in comments.
Nathan Bossart
2025-09-19
Add optional pid parameter to pg_replication_origin_session_setup().
Amit Kapila
2025-09-19
Document and check that PgStat_HashKey has no padding
Michael Paquier
2025-09-17
jit: Fix type used for Datum values in LLVM IR.
Thomas Munro
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-16
Move pg_int64 back to postgres_ext.h
Peter Eisentraut
2025-09-16
Fix incorrect const qualifier
Peter Eisentraut
2025-09-15
Change fmgr.h typedefs to use original names
Peter Eisentraut
2025-09-15
Remove hbaPort type
Peter Eisentraut
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-15
Improve ExplainState type handling in header files
Peter Eisentraut
2025-09-15
Remove workarounds against repeat typedefs
Peter Eisentraut
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-09-12
Fix misuse of Relids for storing attribute numbers
Richard Guo
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-11
Improve comment about snapshot macros
Álvaro Herrera
2025-09-11
Remove checks for no longer supported GCC versions
Peter Eisentraut
2025-09-11
Fix description of WAL record blocks in hash_xlog.h
Michael Paquier
[next]