aboutsummaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAge
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-03
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-10
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Update copyright for 2015Bruce Momjian2015-01-06
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-25
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-25
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-26
* Make various variables const (read-only).Tom Lane2014-01-18
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-12
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12