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
Tom Lane 4f3b38fe2b Get rid of explicit argument-count markings in tab-complete.c. 8 years ago
..
access Add support for nearest-neighbor (KNN) searches to SP-GiST 8 years ago
bootstrap Rationalize handling of array type names in bootstrap data. 8 years ago
catalog Add missing pg_description strings for pg_type entries. 8 years ago
commands Fully enforce uniqueness of constraint names. 8 years ago
common Install a check for mis-linking of src/port and src/common functions. 8 years ago
datatype
executor Fix failure with initplans used conditionally during EvalPlanQual rechecks. 8 years ago
fe_utils Add semicolons to end of internally run queries 8 years ago
foreign Allow insert and update tuple routing and COPY for foreign tables. 8 years ago
jit LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available. 8 years ago
lib Code review for simplehash.h. 8 years ago
libpq Remove duplicate function declarations. 8 years ago
mb Fix a boatload of typos in C comments. 8 years ago
nodes Add a debugging option to stress-test outfuncs.c and readfuncs.c. 8 years ago
optimizer Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. 8 years ago
parser Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. 8 years ago
partitioning Fix run-time partition pruning for appends with multiple source rels. 8 years ago
port Fix misc typos, mostly in comments. 8 years ago
portability
postmaster Implement "pg_ctl logrotate" command 8 years ago
regex
replication Fix memory leak in TRUNCATE decoding 8 years ago
rewrite Revert MERGE patch 8 years ago
snowball
statistics
storage Fix longstanding recursion hazard in sinval message processing. 8 years ago
tcop Post-feature-freeze pgindent run. 8 years ago
tsearch Post-feature-freeze pgindent run. 8 years ago
utils Use size_t consistently in dsa.{ch}. 8 years ago
.gitignore Refactor dlopen() support 8 years ago
Makefile Refactor dlopen() support 8 years ago
c.h Get rid of explicit argument-count markings in tab-complete.c. 8 years ago
fmgr.h Add expression compilation support to LLVM JIT provider. 8 years ago
funcapi.h
getaddrinfo.h
getopt_long.h
miscadmin.h Allow group access on PGDATA 8 years ago
pg_config.h.in Refactor dlopen() support 8 years ago
pg_config.h.win32 Refactor dlopen() support 8 years ago
pg_config_ext.h.in
pg_config_ext.h.win32
pg_config_manual.h Add a debugging option to stress-test outfuncs.c and readfuncs.c. 8 years ago
pg_getopt.h
pg_trace.h
pgstat.h Add wait event for fsync of WAL segments 8 years ago
pgtar.h
pgtime.h
port.h Allow concurrent-safe open() and fopen() in frontend code for Windows 8 years ago
postgres.h Detoast plpgsql variables if they might live across a transaction boundary. 8 years ago
postgres_ext.h
postgres_fe.h
rusagestub.h
windowapi.h