index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
c.h
Commit message (
Expand
)
Author
Age
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Add, optional, support for 128bit integers.
Andres Freund
2015-03-20
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Define Assert() et al to ((void)0) to avoid pedantic warnings.
Andres Freund
2014-12-19
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
*
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.
Heikki Linnakangas
2014-08-21
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Prevent double macro definition of WIN32.
Andrew Dunstan
2014-01-17
*
Define WIN32 when _WIN32 is set
Magnus Hagander
2014-01-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Remove use of obsolescent Autoconf macros
Peter Eisentraut
2013-11-30
*
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-20
*
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-08
*
Introduce InvalidCommandId.
Robert Haas
2013-09-09
*
Define Trap and TrapMacro even in non-cassert builds.
Robert Haas
2013-06-28
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-18
*
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-08
*
Move Assert() definitions to c.h
Alvaro Herrera
2013-02-01
*
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-23
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro
Heikki Linnakangas
2012-11-12
*
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-09
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
*
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-10-07
*
Provide some static-assertion functionality on all compilers.
Tom Lane
2012-09-30
*
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-30
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-14
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove define inadvertantly left over from testing.
Andrew Dunstan
2011-12-10
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Enable building with the Mingw64 compiler.
Andrew Dunstan
2011-01-30
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT
Itagaki Takahiro
2010-05-27
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
[next]