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
*
Remove AIX support
Heikki Linnakangas
2024-02-28
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
Define unconstify() and unvolatize() for C++.
Thomas Munro
2023-12-12
*
Improve const use in zlib-using code
Peter Eisentraut
2023-08-07
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-29
*
Add work-around for VA_ARGS_NARGS() on MSVC.
Thomas Munro
2022-12-22
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Make AssertPointerAlignment available to frontend code
Peter Eisentraut
2022-11-03
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Remove Abs()
Peter Eisentraut
2022-10-12
*
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
*
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-10
*
Add definition pg_attribute_aligned() for MSVC
Michael Paquier
2022-09-21
*
Move NON_EXEC_STATIC from c.h to postgres.h
Peter Eisentraut
2022-08-25
*
Remove offsetof definition
Peter Eisentraut
2022-08-23
*
Remove dummyret definition
Peter Eisentraut
2022-08-20
*
Remove configure probes for sys/un.h and struct sockaddr_un.
Thomas Munro
2022-08-14
*
Rely on __func__ being supported
Andres Freund
2022-08-07
*
Remove fallbacks for strtoll, strtoull.
Thomas Munro
2022-08-06
*
Add wal_sync_method=fdatasync for Windows.
Thomas Munro
2022-07-20
*
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-17
*
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-07-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-17
*
Simplify declaring variables exported from libpgcommon and libpgport.
Tom Lane
2021-11-29
*
Work around issues in MinGW-64's setjmp/longjmp support.
Tom Lane
2021-03-15
*
Tweak compiler version cutoff for no_sanitize("alignment") support.
Tom Lane
2021-02-12
*
pg_attribute_no_sanitize_alignment() macro
Alexander Korotkov
2021-02-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
David Rowley
2020-11-25
*
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
David Rowley
2020-11-25
*
Fix unportable usage of __has_attribute
David Rowley
2020-11-24
*
Define pg_attribute_cold and pg_attribute_hot macros
David Rowley
2020-11-24
*
Add pg_nodiscard function declaration specifier
Peter Eisentraut
2020-11-11
*
Add documentation link to attributes supported by Clang
Peter Eisentraut
2020-10-15
*
Use https for gnu.org links
Peter Eisentraut
2020-10-14
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-07-14
*
Remove STATUS_WAITING
Peter Eisentraut
2020-06-17
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
*
Revert "Refactor compile-time assertion checks in c.h"
Michael Paquier
2020-03-23
*
Refactor compile-time assertion checks in c.h
Michael Paquier
2020-03-13
*
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-21
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
[next]