Commit Graph

480 Commits (5861b1f343b52ac358912707788214fb8dc981e5)

Author SHA1 Message Date
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 7c13781ee7 First phase of project to use fixed OIDs for all system catalogs and 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE 21 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 21 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 21 years ago
Tom Lane 45616f5bbb Clean up generation of default names for constraints, indexes, and serial 21 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 21 years ago
Tom Lane dd16b7aa9e Get rid of cluster.c's apparatus for rebuilding a relation's indexes 21 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 21 years ago
Tom Lane c607bd693f Clean up the usage of canonicalize_qual(): in particular, be consistent 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Peter Eisentraut e78b0079a2 Change some notices to warnings and vice versa according to criteria 22 years ago
Peter Eisentraut 2d480b92cf Eliminate another gratuitous message wording difference. 22 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 22 years ago
Peter Eisentraut d84b6ef56b Various message fixes, among those fixes for the previous round of fixes 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is 22 years ago
Hiroshi Inoue f5c5c3c6f7 Putting back the previous change must be the first thing. 22 years ago
Tom Lane 28847ae77d Seems like a bad idea that REINDEX TABLE supports (or thinks it does) 22 years ago
Tom Lane ec646dbc65 Create a 'type cache' that keeps track of the data needed for any particular 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane c4cf7fb814 Adjust 'permission denied' messages to be more useful and consistent. 22 years ago
Tom Lane da4ed8bfdd Another round of error message editing, covering backend/commands/. 22 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 22 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane de28dc9a04 Portal and memory management infrastructure for extended query protocol. 22 years ago
Tom Lane 36777c1e35 Fix obsolete error message (isImmutable doesn't exist). 23 years ago
Tom Lane 0a02d47a11 Enforces NOT NULL constraints to be applied against new PRIMARY KEY 23 years ago
Tom Lane 5bab36e9f6 Revise executor APIs so that all per-query state structure is built in 23 years ago
Tom Lane 3a4f7dde16 Phase 3 of read-only-plans project: ExecInitExpr now builds expression 23 years ago
Tom Lane a0bf885f9e Phase 2 of read-only-plans project: restructure expression-tree nodes 23 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 23 years ago
Tom Lane 60992456ed Invert logic in pg_exec_query_string() so that we set a snapshot for 23 years ago
Tom Lane bc1088c28a Get rid of bogus use of heap_mark4update in reindex operations (cf. 23 years ago
Tom Lane da395b56cd Tweak heap.c to refuse attempts to create table columns of standalone 23 years ago
Tom Lane b26dfb9522 Extend pg_cast castimplicit column to a three-way value; this allows us 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it 23 years ago
Tom Lane d2236800ee Cause REINDEX to regard TOAST tables as regular relations, not system 23 years ago
Tom Lane ad7d3bddea Make domain types indexable. Rod Taylor & Tom Lane. 23 years ago
Bruce Momjian db147006c1 Backed out. It is part of a later patch. 23 years ago
Bruce Momjian 46aaa5dda3 Appears there is a problem finding the opclass when indexing a domain. 23 years ago
Tom Lane c1003339d6 Fix permission checking for temp-table namespace. 23 years ago