summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-2/+2
* Catalog version bump for SQL/XML changes.Peter Eisentraut2006-12-211-2/+2
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-181-2/+2
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-2/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-2/+2
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-241-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-2/+2
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-2/+2
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-2/+2
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-141-2/+2
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-2/+2
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-2/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-2/+2
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-2/+2
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-2/+2
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-171-2/+2
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-2/+2
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-101-2/+2
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-061-2/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-2/+2
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-2/+2
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-2/+2
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-281-2/+2
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-2/+2
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-261-2/+2
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-2/+2
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-2/+2
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-111-2/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+2
* * Add support NULL to GiST.Teodor Sigaev2006-05-241-2/+2
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-2/+2
* Change catalog version due to WAL protocol changes in GiSTTeodor Sigaev2006-05-171-2/+2
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-2/+2
* Add GIN opclases for another typesTeodor Sigaev2006-05-021-2/+2
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-2/+2
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-2/+2
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-2/+2
* 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