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
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-09
Include necessary header files in radixtree.h.
Masahiko Sawada
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-07
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
Fix C23 compiler warning
Peter Eisentraut
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-25
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-22
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-16
Undo unintentional ABI break in struct ResultRelInfo.
Tom Lane
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
Fix race conditions with drop of reused pgstats entries
Michael Paquier
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-08
Fix sign-compare warnings in pg_iovec.h.
Nathan Bossart
2024-11-06
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
At end of recovery, reset all sinval-managed caches.
Noah Misch
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-15
Add type cast to foreach_internal's loop variable.
Nathan Bossart
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-17
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-06
Update comment about ExprState.escontext
Amit Langote
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-22
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-01
Update comment in portal.h.
Etsuro Fujita
2024-07-30
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
Fix macro placement in pg_config.h.in
Daniel Gustafsson
2024-07-26
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-23
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-19
Move resowner from common JitContext to LLVM specific
Heikki Linnakangas
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-16
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-04
Remove bogus assertion in pg_atomic_monotonic_advance_u64
Alvaro Herrera
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
[next]