summaryrefslogtreecommitdiff
path: root/src/include/postgres_ext.h
Commit message (Collapse)AuthorAgeFilesLines
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-041-4/+1
| | | | Get rid of it to make customization of NAMEDATALEN easier.
* 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
Plus: sigjmp_buf/jmp_buf is backwards, so backend doesn't compile.