summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0543-86/+86
* Fix some small typos in comments. Greg StarkTom Lane2007-01-041-2/+2
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-031-3/+3
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-022-3/+7
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-305-151/+207
* Add send and recv functions for xml type.Peter Eisentraut2006-12-283-5/+10
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-281-1/+2
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-242-13/+5
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-239-1770/+1619
* Catalog version bump for SQL/XML changes.Peter Eisentraut2006-12-211-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-213-3/+32
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-182-6/+8
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-2/+2
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-4/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-062-3/+5
* Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane2006-11-281-10/+10
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-242-4/+4
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-055-44/+43
* pgindent run for 8.2.Bruce Momjian2006-10-0412-138/+138
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-182-3/+31
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-162-4/+6
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-142-3/+7
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-104-35/+61
* 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-254-15/+21
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-211-2/+3
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-212-5/+7
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-201-1/+16
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-192-3/+5
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-172-5/+7
* 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
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-3/+6
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-063-4/+13
* 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-313-25/+25
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-315-13/+76
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-283-5/+59
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-273-10/+13
* 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-252-3/+5
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-217-37/+68
* More include file adjustments.Bruce Momjian2006-07-131-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-133-9/+3
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-112-3/+33
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-104-19/+28
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-037-51/+41
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-027-25/+43
* Add missing #include directive: pg_constraint.h declares some functionsNeil Conway2006-06-281-1/+3
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-272-8/+2