index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
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
2025-08-06
Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
Peter Eisentraut
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-08-05
Fix various hash function uses
Peter Eisentraut
2025-08-05
Fix mixups of FooGetDatum() vs. DatumGetFoo()
Peter Eisentraut
2025-08-01
Allow resetting unknown custom GUCs with reserved prefixes.
Nathan Bossart
2025-07-31
pg_stat_statements: Add counters for generic and custom plans
Michael Paquier
2025-07-29
Split up pgfdw_report_error so that we can mark it pg_noreturn.
Tom Lane
2025-07-29
Suppress uninitialized-variable warning.
Tom Lane
2025-07-25
Silence leakage complaint about postgres_fdw's InitPgFdwOptions.
Tom Lane
2025-07-25
Run pgindent on the changes of the previous patch.
Tom Lane
2025-07-25
Reap the benefits of not having to avoid leaking PGresults.
Tom Lane
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-22
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
2025-07-22
Log remote NOTICE, WARNING, and similar messages using ereport().
Fujii Masao
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-18
Fix a typo in the deparseArrayCoerceExpr() header comment
Alexander Korotkov
2025-07-18
Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw
Alexander Korotkov
[prev]
[next]