index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's 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
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-03-25
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-02-20
Use an unsigned char for bool if we don't use the native bool.
Andrew Gierth
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-25
Improve unconstify() documentation
Peter Eisentraut
2018-10-16
Add macro to cast away const without allowing changes to underlying type.
Andres Freund
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-09-22
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-12
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-11
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-05-19
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-03-23
Fix interaction of Perl and stdbool.h
Peter Eisentraut
2018-03-23
Use stdbool.h if suitable
Peter Eisentraut
2018-02-19
Fix StaticAssertExpr() under C++
Peter Eisentraut
2018-02-15
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-01-24
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-26
Add support for static assertions in C++
Peter Eisentraut
2017-12-13
Add pg_attribute_always_inline.
Andres Freund
2017-11-16
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-15
Remove TRUE and FALSE
Peter Eisentraut
2017-11-14
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-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-14
gcc's support for __attribute__((noinline)) hasn't been around forever.
Tom Lane
2017-10-13
Add pg_noinline macro to c.h.
Andres Freund
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-14
Remove BoolPtr type
Peter Eisentraut
2017-09-05
Remove endof macro
Peter Eisentraut
2017-09-05
Remove our own definition of NULL
Peter Eisentraut
2017-09-01
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-08-16
Fix shm_toc.c to always return buffer-aligned memory.
Heikki Linnakangas
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-12
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-10
Make CppAsString2() more visible in c.h.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-14
Add likely/unlikely() branch hint macros.
Andres Freund
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
[next]