summaryrefslogtreecommitdiff
path: root/src/include/catalog
AgeCommit message (Expand)Author
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-04-24Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2013-11-24Fix array slicing of int2vector and oidvector values.Tom Lane
2012-11-29Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-05-11Prevent loss of init fork when truncating an unlogged table.Robert Haas
2012-03-08Fix some issues with temp/transient tables in extension scripts.Tom Lane
2011-07-23Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane
2011-07-03Fix bugs in relpersistence handling during table creation.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
2011-03-28Make duplicate_oids return nonzero exit status if duplicates were foundPeter Eisentraut
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-03-20Fix up handling of C/POSIX collations.Tom Lane
2011-03-20Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-15Add database comments to template0 and postgres databases, and improveBruce Momjian
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-03-11Create an explicit concept of collations that work for any encoding.Tom Lane
2011-03-10Revert addition of third argument to format_type().Tom Lane
2011-03-10Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro
2011-03-06Catversion increment for pg_stat_replication changes for syncrepSimon Riggs
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-04Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-03Further refine patch for commenting operator implementation functions.Tom Lane
2011-03-03Mark operator implementation functions as such in their comments.Tom Lane
2011-02-28Rename pg_stat_replication.apply_location to replay_location.Robert Haas
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-23Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-22Allow binary I/O of type "void".Tom Lane
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-18Add transaction-level advisory locks.Itagaki Takahiro
2011-02-18Fix tsmatchsel() to account properly for null rows.Tom Lane
2011-02-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-16Add backwards-compatible declarations of some core GIN support functions.Tom Lane
2011-02-15Rearrange extension-related views as per recent discussion.Tom Lane
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane