index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
*
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-29
*
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-11-17
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-15
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-09
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-19
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
*
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
*
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-30
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Update DECLARE_INDEX documentation
Peter Eisentraut
2023-08-24
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-15
*
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-14
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-21
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Fix type of iterator variable in SH_START_ITERATE
Andres Freund
2023-07-06
*
meson: Make some Meson style more consistent with surrounding code
Peter Eisentraut
2023-06-29
*
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-28
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-20
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-14
*
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-12
*
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
meson: Add dependencies to perl modules to various script invocations
Andres Freund
2023-06-09
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds
David Rowley
2023-06-08
*
Remove obsolete comment
Peter Eisentraut
2023-06-05
[next]