TopicMailing ListsActivityParticipants
2 commits
Force "restrict" not to be used when compiling with xlc.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Improve performance of SendRowDescriptionMessage.
pgsql: Improve performance of SendRowDescriptionMessage.
hackerscomitters
20 replies
Aug 14, 2022
Andres FreundTom LaneNoah Misch
pgsql: Add more efficient functions to pqformat API.
comitters
3 replies
Dec 05, 2017
Andres FreundPeter Eisentraut
pgsql: Add pg_noinline macro to c.h.
comitters
2 replies
Oct 13, 2017
Andres FreundTom Lane
pgsql: Improve sys/catcache performance.
comitters
0 replies
Oct 13, 2017
Andres Freund
pgsql: Force "restrict" not to be used when compiling with xlc.
comitters
0 replies
Oct 13, 2017
Andres Freund
comitters
0 replies
Oct 12, 2017
Andres Freund
2 commits
Use C99 restrict via pg_restrict, rather than restrict directly.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Work around overly strict restrict checks by MSVC.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Add configure infrastructure to detect support for C99's restric
pgsql: Add configure infrastructure to detect support for C99's restric
hackerscomitters
9 replies
Oct 12, 2017
Andres FreundTom Lane
comitters
0 replies
Oct 12, 2017
Andres Freund
comitters
0 replies
Oct 12, 2017
Andres Freund
pgsql: Work around overly strict restrict checks by MSVC.
comitters
0 replies
Oct 12, 2017
Andres Freund
pgsql: Use one stringbuffer for all rows printed in printtup.c.
comitters
0 replies
Oct 11, 2017
Andres Freund
comitters
0 replies
Oct 11, 2017
Andres Freund
comitters
0 replies
Oct 11, 2017
Andres Freund
comitters
0 replies
Oct 11, 2017
Andres Freund
comitters
0 replies
Oct 11, 2017
Andres Freund
pgsql: Rewrite strnlen replacement implementation from 8a241792f96.
comitters
2 replies
Oct 10, 2017
Andres FreundTom Lane
1 commit
Rewrite strnlen replacement implementation from 8a241792f96.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Add pg_strnlen() a portable implementation of strlen.
pgsql: Add pg_strnlen() a portable implementation of strlen.
comitters
15 replies
Oct 10, 2017
Andres FreundTom LaneAndrew Dunstan
pgsql: Fix pnstrdup() to not memcpy() the maximum allowed length.
comitters
0 replies
Oct 09, 2017
Andres Freund