postgresql/src/backend/utils/misc
Thomas G. Lockhart be703cd9e8 Implement nested block comments in the backend and in psql.
Include updates for the comment.sql regression test.
Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.
Implement SET SESSION CHARACTERISTICS TRANSACTION COMMIT
 and SET AutoCommit in the parser only.
 Need to add code to actually do something.
Implement WITHOUT TIME ZONE type qualifier.
Define SCHEMA keyword, along with stubbed-out grammar.
Implement "[IN|INOUT|OUT] [varname] type" function arguments
 in parser only; INOUT and OUT throws an elog(ERROR).
Add PATH as a type-specific token, since PATH is in SQL99
 to support schema resource search and resolution.
2000-07-14 15:43:57 +00:00
..
.cvsignore Keep CVS quiet about derived file guc-file.c. 2000-06-02 00:04:26 +00:00
Makefile New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
database.c Move global internal files to PGDATA/global. 2000-07-03 20:48:46 +00:00
guc-file.l New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
guc.c Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
postgresql.conf.sample New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
ps_status.c Another round of those unportable config/build changes :-/ 2000-07-09 13:14:19 +00:00
superuser.c Add: 2000-01-26 05:58:53 +00:00