summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-1/+3
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-283-7/+11
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-263-4/+7
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-122-14/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-125-6/+90
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-112-2/+14
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-111-12/+12
* Update catalog version for INET additions.Bruce Momjian2006-02-111-2/+2
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-112-2/+26
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-101-17/+1
* Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian2006-02-091-19/+19
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-265-35/+25
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-182-3/+5
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-162-4/+4
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-112-3/+5
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-083-4/+7
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-224-13/+13
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+7
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-172-6/+6
* R-tree is dead ... long live GiST.Tom Lane2005-11-076-89/+7
* Add an implicit cast from varchar to regclass, so that existing codeTom Lane2005-10-212-6/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1527-900/+890
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-2/+2
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-031-2/+18
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-023-10/+15
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-162-8/+8
* Given its current definition that depends on time(NULL), timetz_zoneTom Lane2005-09-091-2/+2
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-083-6/+87
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-261-1/+2
* Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian2005-08-151-2/+2
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-151-2/+2
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-132-9/+5
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-122-5/+5
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-1/+18
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-122-4/+6
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-112-4/+8
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-021-2/+2
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-2/+2
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-013-3/+12
* Add per-user and per-database connection limit options.Tom Lane2005-07-313-17/+21
* Update catversion for dbsize changes.Bruce Momjian2005-07-291-2/+2
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-291-2/+23
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-262-12/+14
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-262-3/+16
* Update catalog version for INTERVAL day addition.Bruce Momjian2005-07-201-2/+2
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-202-3/+7
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-143-3/+65
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-102-16/+16
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-102-3/+7