summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-02-12Rename "string" pstrdup argument to "in"Alvaro Herrera
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera