aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-16
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian2011-09-07
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Oops, we're working on version 9.2 already, not 9.1. Update theHeikki Linnakangas2011-08-10
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Add pg_opfamily_is_visible.Robert Haas2011-07-17
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-03
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-28
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* Improve hash_array() logic for combining hash values.Robert Haas2011-05-23
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-13
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Simplify reindex_relation's API.Tom Lane2011-04-16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-05
* Make duplicate_oids return nonzero exit status if duplicates were foundPeter Eisentraut2011-03-28
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Add database comments to template0 and postgres databases, and improveBruce Momjian2011-03-15
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-11
* Revert addition of third argument to format_type().Tom Lane2011-03-10
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-10
* Catversion increment for pg_stat_replication changes for syncrepSimon Riggs2011-03-06
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut2011-03-04
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-03