summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-281-1/+1
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-0/+27
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-141-0/+30
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-1/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-4/+4
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-091-18/+19
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix typos in comments.Fujii Masao2014-07-071-1/+1
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-201-6/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Further code review for pg_lsn data type.Robert Haas2014-02-191-14/+0
* pg_lsn macro naming and type behavior revisions.Robert Haas2014-02-191-4/+4
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-191-0/+14
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add comment for VARSIZE_ANY_EXHDR macroBruce Momjian2013-09-101-0/+1
* Add support for multiple kinds of external toast datums.Robert Haas2013-07-021-22/+62
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Move ExceptionalCondition back to postgres.hAlvaro Herrera2013-02-181-2/+8
* Clean up c.h / postgres.h after Assert() moveAlvaro Herrera2013-02-081-4/+4
* Move Assert() definitions to c.hAlvaro Herrera2013-02-011-52/+2
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-0/+7
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut2012-04-291-4/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-11/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-10/+47
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-54/+3
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-19/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-4/+4
* pgindent run for 8.3.Bruce Momjian2007-11-151-37/+35
* Avoid assuming that struct varattrib_pointer doesn't get padded by theTom Lane2007-10-011-11/+6
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-301-13/+23
* Fix typos in two comments. Spotted by Brendan JurdTom Lane2007-09-271-2/+2
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-2/+2
* 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