index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
c.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
1
-2
/
+0
*
Fix copy-paste defect in comment.
Noah Misch
2019-10-26
1
-1
/
+1
*
Update some outdated links about XLC and UNIX specification
Michael Paquier
2019-10-08
1
-2
/
+2
*
Improve Assert output
Peter Eisentraut
2019-08-17
1
-6
/
+20
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-6
/
+6
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
1
-1
/
+1
*
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-03-25
1
-1
/
+7
*
Use an unsigned char for bool if we don't use the native bool.
Andrew Gierth
2019-02-20
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Improve unconstify() documentation
Peter Eisentraut
2018-10-25
1
-8
/
+8
*
Add macro to cast away const without allowing changes to underlying type.
Andres Freund
2018-10-16
1
-0
/
+24
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
1
-0
/
+8
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
1
-8
/
+0
*
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
1
-0
/
+33
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
1
-0
/
+26
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
1
-5
/
+1
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
1
-1
/
+5
*
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
1
-18
/
+29
*
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
1
-0
/
+8
*
Fix interaction of Perl and stdbool.h
Peter Eisentraut
2018-03-23
1
-0
/
+1
*
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
1
-2
/
+12
*
Fix StaticAssertExpr() under C++
Peter Eisentraut
2018-02-18
1
-1
/
+1
*
Cast to void in StaticAssertExpr, not its callers.
Tom Lane
2018-02-15
1
-4
/
+4
*
Move the extern declaration for ExceptionalCondition into c.h.
Tom Lane
2018-02-14
1
-3
/
+16
*
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-23
1
-5
/
+12
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
1
-0
/
+14
*
Add pg_attribute_always_inline.
Andres Freund
2017-12-13
1
-0
/
+10
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
1
-29
/
+1
*
Remove TRUE and FALSE
Peter Eisentraut
2017-11-15
1
-10
/
+2
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
1
-5
/
+21
*
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-14
1
-135
/
+136
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
gcc's support for __attribute__((noinline)) hasn't been around forever.
Tom Lane
2017-10-14
1
-5
/
+6
*
Add pg_noinline macro to c.h.
Andres Freund
2017-10-13
1
-0
/
+16
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
1
-8
/
+0
*
Remove BoolPtr type
Peter Eisentraut
2017-09-14
1
-2
/
+0
*
Remove endof macro
Peter Eisentraut
2017-09-05
1
-8
/
+2
*
Remove our own definition of NULL
Peter Eisentraut
2017-09-05
1
-10
/
+2
*
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
1
-11
/
+10
*
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
1
-0
/
+5
*
Fix shm_toc.c to always return buffer-aligned memory.
Heikki Linnakangas
2017-08-16
1
-0
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-9
/
+9
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
1
-4
/
+5
*
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-12
1
-1
/
+1
*
Make CppAsString2() more visible in c.h.
Tom Lane
2017-03-09
1
-4
/
+3
*
De-support floating-point timestamps.
Tom Lane
2017-02-23
1
-3
/
+4
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
[prev]
[next]