postgresql/src/backend/utils
Tom Lane da5aeccf64 Move pqsignal() to libpgport.
We had two copies of this function in the backend and libpq, which was
already pretty bogus, but it turns out that we need it in some other
programs that don't use libpq (such as pg_test_fsync).  So put it where
it probably should have been all along.  The signal-mask-initialization
support in src/backend/libpq/pqsignal.c stays where it is, though, since
we only need that in the backend.
2013-03-17 12:06:42 -04:00
..
adt Extend format() to handle field width and left/right alignment. 2013-03-14 22:56:56 -04:00
cache Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
error Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
fmgr Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. 2013-01-21 20:26:15 -05:00
hash Fix hash_update_hash_key() to handle same-bucket case correctly. 2013-01-14 21:57:15 -05:00
init Add lock_timeout configuration parameter. 2013-03-16 23:22:57 -04:00
mb Update copyrights for 2013 2013-01-01 17:15:01 -05:00
misc Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
mmgr Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
resowner Update copyrights for 2013 2013-01-01 17:15:01 -05:00
sort Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
time Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Gen_dummy_probes.sed Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Gen_fmgrtab.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
generate-errcodes.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Update copyrights for 2013 2013-01-01 17:15:01 -05:00