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
2022-07-02
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-17
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-11-29
Simplify declaring variables exported from libpgcommon and libpgport.
Tom Lane
2021-03-15
Work around issues in MinGW-64's setjmp/longjmp support.
Tom Lane
2021-02-12
Tweak compiler version cutoff for no_sanitize("alignment") support.
Tom Lane
2021-02-12
pg_attribute_no_sanitize_alignment() macro
Alexander Korotkov
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-11-25
Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
David Rowley
2020-11-24
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
David Rowley
2020-11-24
Fix unportable usage of __has_attribute
David Rowley
2020-11-23
Define pg_attribute_cold and pg_attribute_hot macros
David Rowley
2020-11-11
Add pg_nodiscard function declaration specifier
Peter Eisentraut
2020-10-15
Add documentation link to attributes supported by Clang
Peter Eisentraut
2020-10-14
Use https for gnu.org links
Peter Eisentraut
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-07-14
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-06-17
Remove STATUS_WAITING
Peter Eisentraut
2020-03-28
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-23
Revert "Refactor compile-time assertion checks in c.h"
Michael Paquier
2020-03-13
Refactor compile-time assertion checks in c.h
Michael Paquier
2020-02-21
Assume that we have signed integral types and flexible array members.
Tom Lane
2020-02-21
Assume that we have memmove().
Tom Lane
2020-02-21
Require stdint.h
Peter Eisentraut
2020-02-03
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-01-11
Remove STATUS_FOUND
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-27
Move configure --disable-float8-byval to pg_config_manual.h
Peter Eisentraut
2019-11-12
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-10-26
Fix copy-paste defect in comment.
Noah Misch
2019-10-08
Update some outdated links about XLC and UNIX specification
Michael Paquier
2019-08-17
Improve Assert output
Peter Eisentraut
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
[next]