summaryrefslogtreecommitdiff
path: root/src/include/postgres_ext.h
Commit message (Expand)AuthorAgeFilesLines
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-061-11/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-271-1/+18
* Compiling anything that uses InvalidOid under g++ yields a warning aboutBruce Momjian2003-03-181-1/+5
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-131-2/+2
* Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane2002-04-301-2/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-5/+6
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-221-2/+10
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-041-4/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-15/+15
* Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson1996-12-101-0/+39