postgresql/src/common
Noah Misch 424793fa5d Unlink static libraries before rebuilding them.
When the library already exists in the build directory, "ar" preserves
members not named on its command line.  This mattered when, for example,
a "configure" rerun dropped a file from $(LIBOBJS).  libpgport carried
the obsolete member until "make clean".  Back-patch to 9.0 (all
supported versions).
2015-03-01 13:05:23 -05:00
..
Makefile Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
exec.c On Darwin, detect and report a multithreaded postmaster. 2015-01-07 22:35:44 -05:00
fe_memutils.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_crc.c Speed up CRC calculation using slicing-by-8 algorithm. 2015-02-10 10:54:40 +02:00
pg_lzcompress.c Move pg_lzcompress.c to src/common. 2015-02-09 15:15:24 +09:00
pgfnames.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
psprintf.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
relpath.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
rmtree.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:12 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
wait_error.c Update copyright for 2015 2015-01-06 11:43:47 -05:00