You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
4764ae823b
Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()
...
macros, but only at explicit CHECK_FOR_INTERRUPTS() calls. Not clear
whether overenthusiastic acceptance of interrupts accounts for any real
bugs, but it definitely seems risky and unnecessary.
24 years ago
..
access
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
bootstrap
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
catalog
IsSystemRelationName() treats TOAST relations as system relations.
25 years ago
commands
Remove 'triggered data change violation' error check, per recent
25 years ago
executor
Remove duplicate extern declaration.
25 years ago
lib
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
libpq
Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier
24 years ago
mb
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
nodes
Spell 'precedes', 'preceding' correctly in various places.
25 years ago
optimizer
Suppress subquery pullup and pushdown when the subquery has any
24 years ago
parser
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
port
Fix indenting for 'extern "C"' cases.
25 years ago
regex
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
rewrite
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
storage
Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'
24 years ago
tcop
Clean up usage-statistics display code (ShowUsage and friends). StatFp
25 years ago
utils
Rename TIME token to ISOTIME to eliminate conflict with gram.y parser
24 years ago
Makefile
Include directory rearrangement
25 years ago
c.h
Add configure-time check whether sig_atomic_t is defined; if not,
24 years ago
fmgr.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
miscadmin.h
Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()
24 years ago
pg_config.h.in
Add configure-time check whether sig_atomic_t is defined; if not,
24 years ago
pg_config.h.win32
Remove compile errors of psql.exe and libpq.dll under
25 years ago
pgstat.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
postgres.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
postgres_ext.h
Another pgindent run. Fixes enum indenting, and improves #endif
25 years ago
postgres_fe.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
rusagestub.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
strdup.h
…