postgresql/src/backend
Tom Lane 798e63ffb0 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of
any use in the past many years, we'd have made some effort to include
them in all executor node types; but in fact they were only in
nodeAppend.c and nodeIndexscan.c, up until I copied nodeIndexscan.c's
occurrence into the new bitmap node types.  Remove some other unused
macros in execdebug.h, too.  Some day the whole header probably ought to
go away in favor of better-designed facilities.
2006-05-23 15:21:52 +00:00
..
access Call MarkBufferDirty() before XLogInsert() during completion of insert 2006-05-19 17:15:41 +00:00
bootstrap Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
catalog Add last-vacuum/analyze-time columns to the stats collector, both manual and 2006-05-19 19:08:27 +00:00
commands Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
executor Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of 2006-05-23 15:21:52 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Fix the sense of the test on DH_check()'s return value. This was preventing 2006-05-12 22:44:36 +00:00
main Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodes Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
optimizer Fix choose_bitmap_and() so that partial index predicates are considered when 2006-05-18 19:56:46 +00:00
parser Add a new GUC parameter backslash_quote, which determines whether the SQL 2006-05-21 20:10:42 +00:00
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
port Allow sparcv8plus to use "cas". 2006-05-18 18:51:50 +00:00
postmaster Add last-vacuum/analyze-time columns to the stats collector, both manual and 2006-05-19 19:08:27 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
storage Upon closer inspection, the sparc code in s_lock.c is dead code, and 2006-05-12 16:50:52 +00:00
tcop Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
utils Add a new GUC parameter backslash_quote, which determines whether the SQL 2006-05-21 20:10:42 +00:00
Makefile Remove QNX port. 2006-01-05 01:56:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00