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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Improve unconstify() documentation
Peter Eisentraut
2018-10-25
*
Add macro to cast away const without allowing changes to underlying type.
Andres Freund
2018-10-16
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
*
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
*
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
*
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
*
Fix interaction of Perl and stdbool.h
Peter Eisentraut
2018-03-23
*
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
*
Fix StaticAssertExpr() under C++
Peter Eisentraut
2018-02-18
*
Cast to void in StaticAssertExpr, not its callers.
Tom Lane
2018-02-15
*
Move the extern declaration for ExceptionalCondition into c.h.
Tom Lane
2018-02-14
*
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
*
Add pg_attribute_always_inline.
Andres Freund
2017-12-13
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
*
Remove TRUE and FALSE
Peter Eisentraut
2017-11-15
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-14
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
gcc's support for __attribute__((noinline)) hasn't been around forever.
Tom Lane
2017-10-14
*
Add pg_noinline macro to c.h.
Andres Freund
2017-10-13
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
*
Remove BoolPtr type
Peter Eisentraut
2017-09-14
*
Remove endof macro
Peter Eisentraut
2017-09-05
*
Remove our own definition of NULL
Peter Eisentraut
2017-09-05
*
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
*
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
*
Fix shm_toc.c to always return buffer-aligned memory.
Heikki Linnakangas
2017-08-16
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
*
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-12
*
Make CppAsString2() more visible in c.h.
Tom Lane
2017-03-09
*
De-support floating-point timestamps.
Tom Lane
2017-02-23
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add likely/unlikely() branch hint macros.
Andres Freund
2016-10-14
*
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-31
*
Remove long-dead support for platforms without sig_atomic_t.
Tom Lane
2015-08-31
*
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-08
[next]