postgresql/src/common
Noah Misch 22dd465d34 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:06:33 -05:00
..
exec.c On Darwin, detect and report a multithreaded postmaster. 2015-01-07 22:36:35 -05:00
fe_memutils.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Unlink static libraries before rebuilding them. 2015-03-01 13:06:33 -05:00
pgfnames.c Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 2014-03-21 13:47:37 -04:00
psprintf.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
relpath.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
rmtree.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:13 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:47 -05:00
wait_error.c Update copyright for 2014 2014-01-07 16:05:30 -05:00