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 5eb6de5991 Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed 23 years ago
..
access Fix places that were using IsTransactionBlock() as an (inadequate) check 24 years ago
bootstrap Update copyright to 2002. 24 years ago
catalog Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago
commands Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago
executor Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do 23 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 Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago
optimizer Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do 23 years ago
parser Function-call-style type coercions should be treated as explicit 24 years ago
port Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed 23 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. 23 years ago
tcop Add DLLIMPORT declarations needed by contrib modules. 24 years ago
utils Add palloc0 function to inline MemSet for newNode call. 23 years ago
Makefile
c.h Back out use of palloc0 in place if palloc/MemSet. Seems constant len 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: 23 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, 24 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