summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-262-5/+3
* Update catalog version for ltree changes.Bruce Momjian2006-04-261-2/+2
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-1/+3
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-3/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+3
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-252-3/+9
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-2/+2
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-053-5/+9
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-041-1/+10
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-031-3/+4
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+1
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-103-27/+95
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-101-3/+1
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-1/+3
* Attached is the new patch. To summarize:Bruce Momjian2006-03-062-3/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0541-81/+81
* 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