2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-02-17 19:30:00 +08:00
postgresql/src/include
Tom Lane 4433eb1dff Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'
object.  This should prevent the compiler from reordering loads and stores
into or out of a critical section.
2001-12-11 02:58:49 +00:00
..
access
bootstrap
catalog IsSystemRelationName() treats TOAST relations as system relations. 2001-11-16 23:30:35 +00:00
commands Remove 'triggered data change violation' error check, per recent 2001-11-16 16:31:16 +00:00
executor Remove duplicate extern declaration. 2001-11-12 16:34:58 +00:00
lib
libpq Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier 2001-12-04 19:40:17 +00:00
mb
nodes Spell 'precedes', 'preceding' correctly in various places. 2001-11-21 22:57:01 +00:00
optimizer Suppress subquery pullup and pushdown when the subquery has any 2001-12-10 22:54:12 +00:00
parser
port
regex
rewrite
storage Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' 2001-12-11 02:58:49 +00:00
tcop
utils
c.h Add configure-time check whether sig_atomic_t is defined; if not, 2001-12-03 17:44:52 +00:00
fmgr.h
Makefile
miscadmin.h
pg_config.h.in Add configure-time check whether sig_atomic_t is defined; if not, 2001-12-03 17:44:52 +00:00
pg_config.h.win32 Remove compile errors of psql.exe and libpq.dll under 2001-11-22 10:18:52 +00:00
pgstat.h
postgres_ext.h
postgres_fe.h
postgres.h
rusagestub.h
strdup.h