postgresql/src/backend
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables
in schemas other than the system namespace; however, there's no search
path yet, and not all operations work yet on tables outside the system
namespace.
2002-03-26 19:17:02 +00:00
..
access pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
bootstrap pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
catalog pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
commands pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
executor pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Improve wording of pg_hba.conf file. 2002-03-08 20:36:58 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes EXPLAIN output now comes out as a query result, not a NOTICE message. 2002-03-24 04:31:09 +00:00
optimizer A little further progress on schemas: push down RangeVars into 2002-03-22 02:56:37 +00:00
parser pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Move 2002-03-13 00:05:06 +00:00
postmaster Repair two problems with WAL logging of sequence nextvalI() ops, as 2002-03-15 19:20:36 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
storage Change made to elog: 2002-03-06 06:10:59 +00:00
tcop pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00