summaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.5Bruce Momjian2015-05-234-9/+9
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-142/+0
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-031-1/+15
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-021-16/+0
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-011-0/+16
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-301-0/+24
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-6/+2
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-2/+2
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-16/+37
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-0/+121
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-091-0/+91
* Update copyright for 2015Bruce Momjian2015-01-063-3/+3
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-031-0/+15
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-251-112/+0
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-251-0/+112
* pgindent run for 9.4Bruce Momjian2014-05-062-3/+5
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-14/+46
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-261-1/+13
* Make various variables const (read-only).Tom Lane2014-01-181-1/+2
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-0/+15
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-1/+0
* Add use of asprintf()Peter Eisentraut2013-10-131-0/+1
* pgindent run for release 9.3Bruce Momjian2013-05-292-3/+3
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+41
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-121-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-0/+20