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 6c1d4662af Finish implementation of hashed aggregation. Add enable_hashagg GUC 23 years ago
..
access Put back error test for DECLARE CURSOR outside a transaction block ... 23 years ago
bootstrap Update copyright to 2002. 24 years ago
catalog Add DOMAIN check constraints. 23 years ago
commands New version attached. The following is implemented: 23 years ago
executor Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do 24 years ago
lib Update copyright to 2002. 24 years ago
libpq Guard against send-lots-and-lots-of-data DoS attack from unauthenticated 24 years ago
mb pgindent run. 24 years ago
nodes Add an at-least-marginally-plausible method of estimating the number 23 years ago
optimizer Finish implementation of hashed aggregation. Add enable_hashagg GUC 23 years ago
parser Add DOMAIN check constraints. 23 years ago
port Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed 24 years ago
regex pgindent run. 24 years ago
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 24 years ago
storage > > I'll re-check that with the ppc architecture guy here. 24 years ago
tcop Rename hostname_lookup to log_hostname. 23 years ago
utils Add an at-least-marginally-plausible method of estimating the number 23 years ago
Makefile Include directory rearrangement 25 years ago
c.h Split MemSet into three parts to constant comparisons can be optimized 23 years ago
fmgr.h Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 24 years ago
funcapi.h pgindent run. 24 years ago
miscadmin.h This patch removes two unused global variables from globals.c 24 years ago
pg_config.h.in This trivial patch removes 2 unused defines from pg_config.h.in: 24 years ago
pg_config.h.win32 The attached patch fixes a number of issues related to compiling the 24 years ago
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
postgres.h Make 'dummy' declarations in header files be 'extern int no_such_variable' 24 years ago
postgres_ext.h Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers. 24 years ago
postgres_fe.h Update copyright to 2002. 24 years ago
rusagestub.h Update copyright to 2002. 24 years ago
strdup.h