OSDN Git Service

Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
[pg-rex/syncrep.git] / src / test / regress / expected /
2011-06-21 Heikki LinnakangasFix bug in PreCommit_CheckForSerializationFailure....
2011-06-20 Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-06-08 Tom LaneAllow domains over arrays to match ANYARRAY parameters...
2011-06-07 Tom LaneFix rewriter to cope (more or less) with CTEs in the...
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-06-02 Tom LaneHandle domains when checking for recursive inclusion...
2011-05-21 Heikki LinnakangasIn binary-upgrade mode, dump dropped attributes of...
2011-05-20 Peter EisentrautMessage style improvements
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-05 Magnus HaganderUnbreak the regression tests from my previous commit
2011-04-25 Andrew DunstanUse terse mode to avoid variable order dependency outpu...
2011-04-25 Robert HaasRegression tests for TOAST.
2011-04-23 Tom LaneImprove findoidjoins to cover more cases.
2011-04-23 Tom LaneUpdate oidjoins regression test for 9.1 catalog schema...
2011-04-23 Tom LaneAdjust comments about collate.linux.utf8 regression...
2011-04-21 Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-18 Robert HaasOnly allow typed tables to hang off composite types...
2011-04-17 Tom LaneFix assorted infelicities in collation handling in...
2011-04-17 Tom LaneSupport a COLLATE clause in plpgsql variable declarations.
2011-04-14 Robert HaasFix toast table creation.
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-09 Tom LaneRemove collate.linux.utf8.sql's assumptions about ...
2011-04-09 Tom LaneAdjust collation determination rules as per discussion.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-25 Tom LaneFix collation handling in plpgsql functions.
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-22 Tom LaneThrow error for indeterminate collation of an ORDER...
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-03-20 Tom LaneAdd some platform-independent tests for the collation...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-14 Tom LaneAdjust regression test to avoid platform-dependent...
2011-03-12 Peter EisentrautAdd test case for collation mismatch in recursive query
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 LaneRemove collation information from TypeName, where it...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
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-04 Peter EisentrautWhen creating a collation, check that the locales can...
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-26 Tom LaneFix order of shutdown processing when CTEs contain...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
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-08 Tom LaneFix merge conflict.
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-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-01-27 Robert HaasRestore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
2011-01-26 Robert HaasRemove arbitrary ALTER TABLE .. ADD COLUMN restriction.
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-23 Robert HaasCode cleanup for assign_transaction_read_only.
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-12 Andrew DunstanUnbreak regression tests, apparently broken by commit...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-06 Tom LaneUpdate sequence_1.out for recent changes in sequence...
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 Peter EisentrautAllow casting a table's row type to the table's superty...
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-22 Robert HaasPut back accidentally-deleted quote_literal() regressio...
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasUpdate int8-exp-three-digits.out to match new contents...
2010-11-20 Robert HaasAttempt to fix breakage caused by signed integer conver...
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
next