summaryrefslogtreecommitdiff
path: root/src/include/catalog
AgeCommit message (Expand)Author
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-24Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane
2011-11-23Remove user-selectable ANALYZE option for range types.Tom Lane
2011-11-22Remove zero- and one-argument range constructor functions.Tom Lane
2011-11-22Improve implementation of range-contains-element tests.Tom Lane
2011-11-21More code review for rangetypes patch.Tom Lane
2011-11-18Further review of range-types patch.Tom Lane
2011-11-17Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane
2011-11-16Code review for range-types catalog entries.Tom Lane
2011-11-14Fix alignment and toasting bugs in range types.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-06Oops, forgot to fix the catversion when I committed the range types patch.Heikki Linnakangas
2011-11-03Support range data types.Heikki Linnakangas
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-19Consolidate DROP handling for some object types.Robert Haas
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-07Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-07Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-10Oops, we're working on version 9.2 already, not 9.1. Update theHeikki Linnakangas
2011-08-10If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-07-23Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-17Add pg_opfamily_is_visible.Robert Haas
2011-07-08Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-07-03Mark pg_stat_reset_shared as strictMagnus Hagander
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-28Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera
2011-06-27Add a missing_ok argument to get_object_address().Robert Haas
2011-06-21Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-05-23Improve hash_array() logic for combining hash values.Robert Haas
2011-05-13More cleanup of FOREIGN TABLE permissions handling.Robert Haas
2011-04-25Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-04-18Fix handling of collations in multi-row VALUES constructs.Tom Lane
2011-04-16Simplify reindex_relation's API.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-05Add casts from int4 and int8 to numeric.Robert Haas