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/include
Noah Misch 536acda0bc In REASSIGN OWNED of a database, lock the tuple as mandated. 1 year ago
..
access Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 1 year ago
bootstrap
catalog In REASSIGN OWNED of a database, lock the tuple as mandated. 1 year ago
commands doc: Add better description for rewrite functions in event triggers 1 year ago
common Fix corner-case 64-bit integer subtraction bug on some platforms. 2 years ago
datatype
executor Simplify executor's determination of whether to use parallelism. 1 year ago
fe_utils Allow db.schema.table patterns, but complain about random garbage. 4 years ago
foreign Initial pgindent and pgperltidy run for v14. 5 years ago
jit Monkey-patch LLVM code to fix ARM relocation bug. 1 year ago
lib simplehash: Free collisions array in SH_STAT 2 years ago
libpq Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
mb Fix incautious handling of possibly-miscoded strings in client code. 5 years ago
nodes Undo unintentional ABI break in struct ResultRelInfo. 1 year ago
optimizer Account for optimized MinMax aggregates during SS_finalize_plan. 2 years ago
parser Avoid unnecessary plancache revalidation of utility statements. 2 years ago
partitioning Fix relcache inconsistency hazard in partition detach 5 years ago
port Replace pgwin32_is_junction() with lstat(). 1 year ago
portability Fix another portability bug in recent pgbench commit. 5 years ago
postmaster Backpatch critical performance fixes to pgarch.c 1 year ago
regex Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 1 year ago
replication Fix possibility of logical decoding partial transaction changes. 1 year ago
rewrite Fix calculation of which GENERATED columns need to be updated. 3 years ago
snowball Update snowball 5 years ago
statistics Extended statistics on expressions 5 years ago
storage Fix corruption when relation truncation fails. 1 year ago
tcop Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
tsearch Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
utils Simplify executor's determination of whether to use parallelism. 1 year ago
.gitignore
Makefile Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago
c.h Assume that <stdbool.h> conforms to the C standard. 1 year ago
fmgr.h
funcapi.h Reconsider the handling of procedure OUT parameters. 5 years ago
getaddrinfo.h
getopt_long.h
miscadmin.h Fix improper interactions between session_authorization and role. 1 year ago
pg_config.h.in Assume that <stdbool.h> conforms to the C standard. 1 year ago
pg_config_ext.h.in
pg_config_manual.h Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
pg_getopt.h
pg_trace.h
pgstat.h Fix performance regression from session statistics. 4 years ago
pgtar.h
pgtime.h
port.h Replace pgwin32_is_junction() with lstat(). 1 year ago
postgres.h Fix misleading comments about TOAST access macros. 4 years ago
postgres_ext.h
postgres_fe.h
rusagestub.h
windowapi.h