postgresql/src/backend
Tom Lane 67ad9a18c0 define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not
necessary to call isatty() for each and every received query.  That's
one less kernel call per query cycle ...
2000-05-27 05:13:38 +00:00
..
access Cleanup 2000-05-22 02:41:39 +00:00
bootstrap Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
catalog heap_drop() should flush the relcache entry for the 2000-05-25 21:25:32 +00:00
commands Do table renaming in a sane order: physical file rename must happen 2000-05-25 21:30:20 +00:00
executor Fix problem in which sloppily-coded test in ExecInitIndexScan would 2000-05-23 16:56:37 +00:00
lib Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
libpq Update kerberos patch 2000-05-27 04:13:05 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes Clean up sloppy coding of _outAExpr(). 2000-05-25 22:43:12 +00:00
optimizer Fix problem in which sloppily-coded test in ExecInitIndexScan would 2000-05-23 16:56:37 +00:00
parser define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not 2000-05-27 05:13:38 +00:00
port Correct busted syntax of CC invocation for tas.s. 2000-05-19 02:50:32 +00:00
postmaster More paranoia about global variables containing references to long- 2000-05-26 01:38:08 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, 2000-04-27 20:32:41 +00:00
storage Add some elog(DEBUG)'s to help diagnose mdblindwrt failures. 2000-05-25 23:30:20 +00:00
tcop Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is 2000-05-21 02:23:30 +00:00
tioga Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
utils Reduce eqsel()'s fudge-factor for estimating the frequency of values 2000-05-26 17:19:15 +00:00
Makefile Makefile CFLAGS cleanups. 2000-05-11 17:46:35 +00:00
pg_options.sample Add new pg_options.sample file. 2000-04-08 19:38:00 +00:00