summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
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