summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-272-2/+8
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-5/+5
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-281-2/+1
* * Add support NULL to GiST.Teodor Sigaev2006-05-242-4/+4
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-192-3/+11
* Change catalog version due to WAL protocol changes in GiSTTeodor Sigaev2006-05-171-2/+2
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-102-16/+14
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-023-30/+35
* Add GIN opclases for another typesTeodor Sigaev2006-05-024-5/+341
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-027-24/+99
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-011-1/+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
* Revert patch pending more discussion:Bruce Momjian2006-04-302-8/+2