index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-25
*
createdb: compare strategy case-insensitive
Tomas Vondra
2024-04-21
*
Fix MSVC recipe for ecpg regression tests, redux.
Tom Lane
2024-04-19
*
Fix MSVC recipe for ecpg regression tests.
Tom Lane
2024-04-18
*
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-16
*
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-16
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
Use the correct PG_DETOAST_DATUM macro in BRIN
Tomas Vondra
2024-04-14
*
Update nbits_set in brin_bloom_union
Tomas Vondra
2024-04-14
*
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-04-13
*
Fix WaitEventSet resource leak in WaitLatchOrSocket().
Etsuro Fujita
2024-04-11
*
Use correct datatype for xmin variables in slot.c
Michael Paquier
2024-04-11
*
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
*
Fix illegal attribute propagation in LLVM JIT.
Thomas Munro
2024-04-10
*
In psql, avoid leaking a PGresult after a query is cancelled.
Tom Lane
2024-04-08
*
simplehash: Free collisions array in SH_STAT
Andres Freund
2024-04-07
*
Don't clobber test exit code at cleanup in LDAP/Kerberors tests
Heikki Linnakangas
2024-04-07
*
Improve check in LDAP test to find the OpenLDAP installation
Heikki Linnakangas
2024-04-07
*
Fix ecpg's mechanism for detecting unsupported cases in the grammar.
Tom Lane
2024-04-04
*
Fix bogus coding in ExecAppendAsyncEventWait().
Etsuro Fujita
2024-04-04
*
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-03
*
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
*
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Tom Lane
2024-04-01
*
Avoid possible longjmp-induced logic error in PLy_trigger_build_args.
Tom Lane
2024-04-01
*
Fix unnecessary use of moving-aggregate mode with non-moving frame.
Tom Lane
2024-03-27
*
Fix unstable aggregate regression test
David Rowley
2024-03-28
*
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
*
Allow "make check"-style testing to work with musl C library.
Tom Lane
2024-03-26
*
Clarify comment for LogicalTapeSetBlocks().
Jeff Davis
2024-03-25
*
Use a hash table for catcache.c's CatCList objects.
Tom Lane
2024-03-22
*
Fix dumping role comments when using --no-role-passwords
Daniel Gustafsson
2024-03-21
*
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-20
*
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-18
*
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-03-17
*
Fix handling of expecteddir in pg_regress
Daniel Gustafsson
2024-03-15
*
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-15
*
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-14
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Disconnect if socket cannot be put into non-blocking mode
Heikki Linnakangas
2024-03-12
*
Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPING
Heikki Linnakangas
2024-03-11
*
Fix incorrect accessing of pfree'd memory in Memoize
David Rowley
2024-03-11
*
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-03-11
*
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-07
*
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
2024-03-07
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Fix incorrectly reported stats kind in "can't happen" ERROR
David Rowley
2024-03-05
*
Fix initdb's -c option to treat the GUC name case-insensitively.
Tom Lane
2024-03-04
*
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-29
[next]