Commit Graph

213 Commits (15c121b3ed7eb2f290e19533e41ccca734d23574)

Author SHA1 Message Date
Bruce Momjian a59793f82c Disable alternate locations on Win32 because it doesn't support symlinks. 22 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Bruce Momjian 9bad936f67 Handle cp, rm, and exec for Win32. 23 years ago
Tom Lane 33875872fd Get rid of last few unadorned 'permission denied' messages. 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Tom Lane 2802668159 Repair core dump when trying to delete an entry from an already-NULL 23 years ago
Tom Lane 5123139210 Remove encoding lookups from grammar stage, push them back to places 23 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane d61de58906 Arrange for the default permissions on a database to allow temp table 23 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 23 years ago
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