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
Thomas G. Lockhart ffef720670 Minor clarification or fix of typos. 24 years ago
..
access Implement WAL log location control using "-X" or PGXLOG. 24 years ago
bootstrap Update copyright to 2002. 24 years ago
catalog Minor clarification or fix of typos. 24 years ago
commands Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 24 years ago
executor ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
lib Update copyright to 2002. 24 years ago
libpq Update copyright to 2002. 24 years ago
mb Fix typo. Remove #ifdef MULTIBYTE 24 years ago
nodes The attached patch implements START TRANSACTION, per SQL99. The 24 years ago
optimizer Remove _deadcode. 24 years ago
parser ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
port Not needed anymore. 24 years ago
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 24 years ago
rewrite The attached patch (against HEAD) implements 24 years ago
storage * -Remove LockMethodTable.prio field, not used (Bruce) 24 years ago
tcop Update copyright to 2002. 24 years ago
utils Define macros for handling typmod manipulation for date/time types. 24 years ago
Makefile Include directory rearrangement 25 years ago
c.h Update copyright to 2002. 24 years ago
fmgr.h Update copyright to 2002. 24 years ago
funcapi.h Here are two patches. The guc_and_tablefunc patch addresses the two 24 years ago
miscadmin.h Update copyright to 2002. 24 years ago
pg_config.h.in Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 24 years ago
pg_config.h.win32 I'm at the win32 error messages once more. The DLL load thingy doesn't 24 years ago
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
postgres.h Update copyright to 2002. 24 years ago
postgres_ext.h Document that NAMEDATALEN must be a multiple of sizeof(int). 24 years ago
postgres_fe.h Update copyright to 2002. 24 years ago
rusagestub.h Update copyright to 2002. 24 years ago
strdup.h