summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+7
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-133/+472
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-311-3/+3
* TOASTJan Wieck2000-07-031-12/+21
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+1
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-7/+16
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-2/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-26/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-23/+26
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-1/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-4/+4
* Move fixes for >8 indexed fields.Bruce Momjian2000-01-101-3/+1
* Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian2000-01-101-3/+5
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-211-1/+74
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-1/+3
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-1/+2
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-5/+2
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-10/+5
* More config.h cleanups.Bruce Momjian1999-07-171-4/+1
* More cleanupBruce Momjian1999-07-161-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+3
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-101-1/+15
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-1/+2
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-251-2/+7
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-44/+1
* Hello!Bruce Momjian1998-07-031-1/+3
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-18/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+18
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-18/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+4
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-241-1/+9
* Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian1997-11-131-1/+2
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-30/+30
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-94/+103
* Remove endian information which is now in port-specific header files.Thomas G. Lockhart1997-07-111-7/+1
* Include definitions for endian info if not in system includes.Thomas G. Lockhart1997-07-011-1/+7
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-6/+7
* Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson1996-12-101-23/+2
* include utils/palloc.h as a default include, as its used more often thenMarc G. Fournier1996-11-041-1/+2
* Add these files to ${SRCDIR}/includeMarc G. Fournier1996-10-311-0/+226