summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
AgeCommit message (Expand)Author
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-02-15Move the extern declaration for ExceptionalCondition into c.h.Tom Lane
2018-01-26Remove byte-masking macros for Datum conversion macrosPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-31Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.Tom Lane
2017-03-12Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-08-31Use static inline functions for float <-> Datum conversions.Heikki Linnakangas
2016-04-28Adjust DatumGetBool macro, this time for sure.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-09Minor cleanup/code review for "indirect toast" stuff.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-07Fix typos in comments.Fujii Masao
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-19Further code review for pg_lsn data type.Robert Haas
2014-02-19pg_lsn macro naming and type behavior revisions.Robert Haas
2014-02-19Add a pg_lsn data type, to represent an LSN.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-09-11Add comment for VARSIZE_ANY_EXHDR macroBruce Momjian
2013-07-02Add support for multiple kinds of external toast datums.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-18Move ExceptionalCondition back to postgres.hAlvaro Herrera
2013-02-08Clean up c.h / postgres.h after Assert() moveAlvaro Herrera
2013-02-01Move Assert() definitions to c.hAlvaro Herrera
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-29Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian