index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
c.h
Age
Commit message (
Expand
)
Author
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-09-09
Introduce InvalidCommandId.
Robert Haas
2013-06-28
Define Trap and TrapMacro even in non-cassert builds.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-18
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-08
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-01
Move Assert() definitions to c.h
Alvaro Herrera
2013-01-23
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-12
Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro
Heikki Linnakangas
2012-10-09
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-08
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-01
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-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-05-14
Remove leftovers of BeOS port
Peter Eisentraut
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-10
Remove define inadvertantly left over from testing.
Andrew Dunstan
2011-12-10
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-01-31
Enable building with the Mingw64 compiler.
Andrew Dunstan
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-05-27
Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT
Itagaki Takahiro
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-31
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-03-26
Gettext plural support
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-11
The macros NULL_DEV and DEVNULL were both used to work around
Peter Eisentraut
2008-12-11
Move carefully obscured SunOS 4 specific #include out of c.h into port
Peter Eisentraut
2008-12-11
Append major version number and for libraries soname major version number
Peter Eisentraut
2008-10-09
Un-break non-NLS builds.
Tom Lane
2008-07-03
Update source code comment about when to use gettext_noop().
Bruce Momjian
2008-06-24
Reduce the alignment requirement of type "name" from int to char, and arrange
Tom Lane
2008-06-17
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
Bruce Momjian
2008-04-21
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-04-18
Modify the float4 datatype to be pass-by-val. Along the way, remove the last
Alvaro Herrera
2008-03-17
Enable probes to work with Mac OS X Leopard and other OSes that will
Peter Eisentraut
2008-02-23
Change the declaration of struct varlena so that the length word is
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-09-05
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-07-25
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
[next]