summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Trivial fix: remove a pointless cast.Neil Conway2004-10-181-2/+2
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-12/+6
* Message style revisionsPeter Eisentraut2004-10-121-2/+2
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-111-5/+5
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-071-243/+4
* Fallout from changing index locking rules: we can reduce the strengthTom Lane2004-10-011-22/+14
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-15/+15
* Fix unintended assignment of sequences to the containing schema'sTom Lane2004-08-312-15/+34
* Pgindent run for 8.0.Bruce Momjian2004-08-298-209/+225
* Update copyright to 2004.Bruce Momjian2004-08-2916-32/+32
* Add hint about using GRANT with non-trusted languages.Bruce Momjian2004-08-291-2/+3
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-282-64/+63
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-2/+7
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Mark savepoints as supported.Bruce Momjian2004-08-021-1/+1
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-28/+40
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-7/+40
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-211-1/+5
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-212-7/+3
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-212-3/+7
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-2/+2
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-111-29/+28
* Fix information schema views to return NULL for precision and scale ofTom Lane2004-06-221-105/+142
* Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane2004-06-211-5/+4
* Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian2004-06-211-3/+3
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-187-39/+375
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-102-151/+149
* Allow use of table rowtypes directly as column types of other tables.Tom Lane2004-06-061-15/+2
* Remove finger from dike: composite types are now allowed as table columns.Tom Lane2004-06-061-6/+4
* Remove some long-obsolete code that was causing a strange error messageTom Lane2004-06-041-5/+7
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-011-215/+347
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-312-10/+4
* Fix minor error in comment.Tom Lane2004-05-281-3/+4
* Fix thinko in recent patch to change temp-table permissions behavior:Tom Lane2004-05-282-17/+28
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-262-13/+23
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-266-160/+152
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-141-2/+2
* Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane2004-05-111-60/+168
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-082-20/+8
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-081-6/+7
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-053-71/+80
* Please find attached a small patch against current cvs head, so thatBruce Momjian2004-04-261-11/+11
* check_sql_fn_retval has always thought that we supported doingTom Lane2004-04-021-10/+33
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-012-68/+16
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-28/+52
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-15/+200
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-141-1/+36
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-152-6/+16
* Try to make 'cross-database references are not implemented' errors aTom Lane2004-02-131-4/+9
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-122-2/+17