Commit Graph

100 Commits (ed7baeaf4df676489106ab761936cdae9ffb7228)

Author SHA1 Message Date
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Tom Lane 4ab8e69094 has_table_privilege spawns scions has_database_privilege, has_function_privilege, 23 years ago
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having 23 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 23 years ago
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Bruce Momjian c2c2fd57ee Improve COPY syntax to use WITH clause, keep backward compatibility. 23 years ago
Bruce Momjian 71fd49e28d Change CREATE DATABASE to use DefElem instead of constructing structure 23 years ago
Tom Lane 29737d83d9 AlterDatabaseSet() forgot to update the indexes on pg_database. 23 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Tom Lane b0bcf8aab2 Restructure AclItem representation so that we can have more than eight 24 years ago
Peter Eisentraut 25f050d90d Make sure that usesuper is always accessed through superuser(), so that the 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Peter Eisentraut 1aac2c852a User and database-specific session defaults for run-time configuration 24 years ago
Tom Lane a833c441fd Add OWNER option to CREATE DATABASE, so superusers can create databases 24 years ago
Tom Lane 9a279da73d Guard against createdb --location=PGDATA foo; without this, the code 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 24 years ago
Tom Lane bc7d37a525 Transaction IDs wrap around, per my proposal of 13-Aug-01. More 24 years ago
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 24 years ago
Tom Lane dad8e410d0 Fix handling of SIGCHLD, per recent pghackers discussion: on some 24 years ago
Tom Lane 42748087c1 First non-stub implementation of shared free space map. It's not super 24 years ago
Tom Lane 1d584f97b9 Clean up various to-do items associated with system indexes: 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 786f1a59cd Fix all the places that called heap_update() and heap_delete() without 25 years ago
Tom Lane a3cac3a03b Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE. 25 years ago
Vadim B. Mikheev 81c8c244b2 No more #ifdef XLOG. 25 years ago
Tom Lane aa21da208c Put back BufferSync() for WAL after database creation. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 2cf48ca04b Extend CREATE DATABASE to allow selection of a template database to be 25 years ago
Tom Lane ebb0a20149 Keep track of the last active slot in the shared ProcState array, so 25 years ago
Tom Lane 26adbc7b48 Clean up compiler warnings. 25 years ago
Peter Eisentraut 3304341700 Reimplement alternative database locations with symlinks. No changes in 25 years ago
Vadim B. Mikheev 5b0740d3fc WAL 25 years ago
Philip Warner 4ac174213f Add new datlastsysoid to pg_database. 25 years ago
Vadim B. Mikheev 2c7de17b07 New file naming. Database OID is used as "tablespace" id and 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 25 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 25 years ago
Tom Lane 664dd614d9 If create/drop database are going to call closeAllVfds(), they ought 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Tatsuo Ishii 07d4d36aae On solaris, createdb/dropdb fails because of strange behavior of system(). 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Peter Eisentraut 4579e68db2 Updated user's guide to match new psql's output format 26 years ago
Tom Lane fe189063b8 Remove gratuitous and incorrect begin/commit transaction calls in 26 years ago