summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
Commit message (Expand)AuthorAgeFilesLines
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-261-2/+2
* Update catalog version for ltree changes.Bruce Momjian2006-04-261-2/+2
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-2/+2
* 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-051-2/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-2/+2
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-2/+2
* Attached is the new patch. To summarize:Bruce Momjian2006-03-061-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-2/+2
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-2/+2
* Update catalog version for INET additions.Bruce Momjian2006-02-111-2/+2
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-2/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-2/+2
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-161-2/+2
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-2/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-2/+2
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-2/+2
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-2/+2
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-2/+2
* Add an implicit cast from varchar to regclass, so that existing codeTom Lane2005-10-211-2/+2
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-2/+2
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+2
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-161-2/+2
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-2/+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-131-2/+2
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-121-2/+2
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-2/+2
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-2/+2
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-2/+2
* Update catversion for dbsize changes.Bruce Momjian2005-07-291-2/+2
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-2/+2
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-261-2/+2
* Update catalog version for INTERVAL day addition.Bruce Momjian2005-07-201-2/+2
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-2/+2
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-101-2/+2
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-2/+2
* Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway2005-07-081-2/+2
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-2/+2
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-011-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Concurrency for GiSTTeodor Sigaev2005-06-271-2/+2
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-241-2/+2
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-2/+2
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-2/+2
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-181-2/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-2/+2