OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / catalog /
2011-07-04 Peter EisentrautSet user_defined_types.data_type to null
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-28 Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-06-28 Peter EisentrautImplement the collation columns of various information...
2011-06-28 Peter EisentrautAdd composite-type attributes to information_schema...
2011-06-28 Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-23 Peter EisentrautAdd information schema views role_udt_grants, udt_privi...
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-17 Robert HaasFix crash in CREATE UNLOGGED TABLE.
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-16 Alvaro HerreraFix typo
2011-06-14 Peter EisentrautAdd comment that attributes.is_nullable was removed...
2011-06-13 Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-06 Tom LaneReset reindex-in-progress state before reverifying...
2011-06-02 Tom LaneHandle domains when checking for recursive inclusion...
2011-06-02 Robert HaasAvoid creating init fork for unlogged indexes when...
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-21 Robert HaasFix use of incorrect constant RemoveRoleFromObjectACL.
2011-04-21 Tom LaneFix bugs in indexing of in-doubt HOT-updated tuples.
2011-04-20 Tom LaneSet indcheckxmin true when REINDEX fixes an invalid...
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-19 Tom LaneRevert "Prevent incorrect updates of pg_index while...
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-16 Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-14 Robert HaasFix toast table creation.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-29 Peter EisentrautUpdate SQL features list
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-05 Peter EisentrautUpdate of SQL feature conformance
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-03-02 Peter EisentrautAdd collations to information_schema.usage_privileges
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Peter EisentrautInformation schema views for collation support
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-25 Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-23 Tom LaneImprove getObjectDescription's display of pg_amop and...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-07 Bruce MomjianImprove C comments about backend variables set by pg_up...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneWork around rounding misbehavior exposed by buildfarm.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-20 Tom LaneRemove obsolete comment, per Josh Kupershmidt.
2010-10-19 Robert HaasUnbreak comments on composite type attributes.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
next