]> granicus.if.org Git - postgresql/history - src/include/common
Handle policies during DROP OWNED BY
[postgresql] / src / include / common /
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-03 Fujii MasaoAdd palloc_extended for frontend and backend.
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-10 Heikki LinnakangasSpeed up CRC calculation using slicing-by-8 algorithm.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-03 Andres FreundAdd pg_string_endswith as the start of a string helper...
2014-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Fujii MasaoMove pg_lzcompress.c to src/common.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-26 Tom LaneDon't #include utils/palloc.h in common/fe_memutils.h.
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-12 Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it