summaryrefslogtreecommitdiff
path: root/src/backend/access/common/printsimple.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-13Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley
2020-02-01Optimizations for integer to decimal output.Andrew Gierth
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-01Refactor other replication commands to use DestRemoteSimple.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas