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
/
contrib
Age
Commit message (
Expand
)
Author
7 days
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
7 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
7 days
postgres_fdw: Add more test coverage for EvalPlanQual testing.
Etsuro Fujita
7 days
Use stack allocated StringInfoDatas, where possible
David Rowley
12 days
Fix contrib/ltree's subpath() with negative offset.
Tom Lane
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-29
pg_stat_statements: Fix handling of duplicate constant locations
Álvaro Herrera
2025-10-23
Update expected output for contrib/sepgsql's regression tests.
Tom Lane
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-10-18
Allow role created by new test to log in on Windows.
Tom Lane
2025-10-17
Fix privilege checks for pg_prewarm() on indexes.
Nathan Bossart
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-15
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
Etsuro Fujita
2025-10-14
dblink: Avoid locking relation before privilege check.
Nathan Bossart
2025-10-08
Add mem_exceeded_count column to pg_stat_replication_slots.
Masahiko Sawada
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-02
pgstattuple: Improve reports generated for indexes (hash, gist, btree)
Michael Paquier
2025-09-30
Revert "Make some use of anonymous unions [pgcrypto]"
Peter Eisentraut
2025-09-30
Make some use of anonymous unions [pgcrypto]
Peter Eisentraut
2025-09-30
Make some use of anonymous unions [reorderbuffer xact_time]
Peter Eisentraut
2025-09-30
Do a tiny bit of header file maintenance
Álvaro Herrera
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-20
Track the maximum possible frequency of non-MCE array elements.
Tom Lane
2025-09-19
Add optional pid parameter to pg_replication_origin_session_setup().
Amit Kapila
2025-09-16
Add regression expected-files for older OpenSSL in FIPS mode.
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-09-12
Remove whitespace in comment of pg_stat_statements.c
Michael Paquier
2025-09-08
Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.
Robert Haas
2025-09-05
bufmgr: Remove freelist, always use clock-sweep
Andres Freund
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-09-01
postgres_fdw: Use psql variables for connection parameters
Michael Paquier
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-26
Put "excludeOnly" GIN scan keys at the end of the scankey array.
Tom Lane
2025-08-22
Change dynahash.c and hsearch.h to use int64 instead of long
Michael Paquier
2025-08-19
Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.
Masahiko Sawada
2025-08-14
Avoid including tableam.h and xlogreader.h in nbtree.h
Álvaro Herrera
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-08-13
postgres_fdw: Fix tests with ANALYZE and remote sampling
Michael Paquier
2025-08-08
Mop-up for Datum conversion cleanups.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-08
postgres_fdw and dblink should check if backend has MyProcPort
Peter Eisentraut
2025-08-08
Fix incorrect lack of Datum conversion in _int_matchsel()
Peter Eisentraut
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
[next]