postgresql/src/backend
Tom Lane 15455e14b8 Eliminate RewritePreprocessQuery, which was taking an
unreasonable amount of time to clean up after a vanished parser problem.
Don't call fireRIRonSubselect when we know there are no subselects,
either.
1999-11-01 05:18:31 +00:00
..
access Rearrange heap_beginscan to eliminate extra call on 1999-10-30 23:10:21 +00:00
bootstrap Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
catalog formatting cleanup 1999-11-01 04:00:57 +00:00
commands Fix compile after COMMENT problem. 1999-10-26 16:32:46 +00:00
executor Don't call ExecOpenIndices if pg_class relhasindex shows there are no 1999-11-01 05:09:18 +00:00
lib Inline check for full buffer in appendStringInfoChar. 1999-11-01 05:10:32 +00:00
libpq Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Eliminate some unbelievably cheesy code in _copyConst(). 1999-11-01 05:15:13 +00:00
optimizer Skip invoking set_uppernode_references() for a RESULT node 1999-10-30 23:07:55 +00:00
parser Eliminate local inefficiencies in updateTargetListEntry, make_var, and 1999-11-01 05:06:21 +00:00
port 'extern char *pg_pathname' in these files fails to agree with 1999-10-25 02:31:47 +00:00
postmaster Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Eliminate RewritePreprocessQuery, which was taking an 1999-11-01 05:18:31 +00:00
storage Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
tcop Hello. 1999-10-26 03:12:39 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Allow indexes on system catalogs for use in cache code. 1999-11-01 02:29:27 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00