OSDN Git Service

Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
[pg-rex/syncrep.git] / src / test / regress / sql /
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-18 Peter EisentrautSpell checking and markup refinement
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 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-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 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-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
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-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-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-12 Peter EisentrautDDL support for collations
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-08 Tom LaneFix GIN to support null keys, empty and null items...
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-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 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 HaasRemove outdated comments from the regression test files.
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-11-03 Tom LaneReduce recursion depth in recently-added regression...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-19 Robert HaasUnbreak comments on composite type attributes.
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-25 Tom LaneFix another join removal bug: the check on PlaceHolderV...
2010-09-23 Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-23 Robert HaasFix inconsistent capitalization of "PL/pgSQL".
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-14 Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge...
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
next