summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
Commit message (Expand)AuthorAgeFilesLines
* Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structuresBruce Momjian2007-05-151-1/+8
* A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane2007-05-041-3/+4
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-48/+211
* Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane2007-03-231-5/+11
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-13/+15
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-6/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-1/+2
* Fix the assert_enabled issue properly. This eliminates the former ABITom Lane2006-01-081-3/+1
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-161-3/+1
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-041-4/+1
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-1/+2
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-1/+2
* Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane2002-10-181-3/+3
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-9/+11
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-101-77/+13
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+5
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-031-2/+5
* c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut2001-08-241-2/+1
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-1/+29
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-5/+4
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-10/+6
* Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane2001-03-231-5/+5
* 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