postgresql/src/backend/access
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
..
common Add a materialized view relations. 2013-03-03 18:23:31 -06:00
gin Update copyrights for 2013 2013-01-01 17:15:01 -05:00
gist Support unlogged GiST index. 2013-02-11 23:07:09 +02:00
hash Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
heap Add a materialized view relations. 2013-03-03 18:23:31 -06:00
index Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nbtree Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
rmgrdesc Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
spgist Update copyrights for 2013 2013-01-01 17:15:01 -05:00
transam Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00