You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend
Heikki Linnakangas 9fee3232a1 Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
..
access Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
archive Redesign archive modules 3 years ago
backup Message wording improvements 2 years ago
bootstrap Fix CREATE INDEX progress reporting for multi-level partitioning. 3 years ago
catalog Ensure we preprocess expressions before checking their volatility. 2 years ago
commands Lock table in DROP STATISTICS 2 years ago
executor Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
foreign Expand some more uses of "deleg" to "delegation" or "delegated". 2 years ago
jit llvmjit: Use explicit LLVMContextRef for inlining 2 years ago
lib Fix ILIST_DEBUG build 3 years ago
libpq Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
main Remove obsolete defense against strxfrm() bugs. 2 years ago
nodes Don't include CaseTestExpr in JsonValueExpr.formatted_expr 2 years ago
optimizer Ensure we preprocess expressions before checking their volatility. 2 years ago
parser Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago
partitioning Fix incorrect step generation in HASH partition pruning 2 years ago
po Translation updates 2 years ago
port Update copyright for 2023 3 years ago
postmaster Avoid calling proc_exit() in processes forked by system(). 2 years ago
regex Pre-beta mechanical code beautification. 2 years ago
replication Avoid unconditionally filling in missing values with NULL in pgoutput. 2 years ago
rewrite Fix RLS policy usage in MERGE. 2 years ago
snowball Fix the install rule for snowball_create.sql. 2 years ago
statistics Pre-beta mechanical code beautification. 2 years ago
storage Remove incorrect file reference in comment. 2 years ago
tcop Be more rigorous about local variables in PostgresMain(). 2 years ago
tsearch Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
utils Guard against overflow in interval_mul() and interval_div(). 2 years ago
.gitignore
Makefile Give postgres.exe the icon of other executables. 2 years ago
common.mk Blind attempt to fix LLVM dependency in the backend 3 years ago
meson.build Add win32ver data to meson-built postgres.exe. 2 years ago
nls.mk Add missing gettext triggers 2 years ago