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
2025-04-02
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-02-02
Mention jsonlog in description of logging_collector in GUC table
Michael Paquier
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-12
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-21
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-11-28
Fix MinGW %d vs %lu warnings in back branches.
Thomas Munro
2024-11-25
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-20
Avoid assertion failure if a setop leaf query contains setops.
Tom Lane
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-11
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-07
Fix -Wcast-function-type warnings
Peter Eisentraut
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-06
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-08-30
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-11
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-24
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-19
Add overflow checks to money type.
Nathan Bossart
2024-07-15
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-11
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-08
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-06-28
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
Avoid crashing when a JIT-inlined backend function throws an error.
Tom Lane
2024-06-14
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-04-28
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-03-26
Allow "make check"-style testing to work with musl C library.
Tom Lane
2024-03-25
Clarify comment for LogicalTapeSetBlocks().
Jeff Davis
2024-03-23
Remove incorrect Assert introduced in c8aeaf3ab.
Jeff Davis
2024-03-11
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-02-29
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-15
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-09
Remove race condition in pg_get_expr().
Tom Lane
2024-02-09
Fix wrong logic in TransactionIdInRecentPast()
Alexander Korotkov
2024-02-02
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-01-29
Fix incompatibilities with libxml2 >= 2.12.0.
Tom Lane
2024-01-26
Detect Julian-date overflow in timestamp[tz]_pl_interval.
Tom Lane
[next]