OSDN Git Service

Produce HISTORY file consistently as ASCII
[pg-rex/syncrep.git] / src / test /
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-16 Tom LaneUse single quotes in preference to double quotes for...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
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-06 Tom LaneReset reindex-in-progress state before reverifying...
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-30 Heikki LinnakangasThe row-version chaining in Serializable Snapshot Isola...
2011-05-27 Heikki LinnakangasCheck the return code of pthread_create(). Otherwise...
2011-05-24 Tom LaneGrammar cleanup for src/test/isolation/README
2011-05-22 Andrew DunstanUse the right pgsql for isolation tests.
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-16 Andrew DunstanQuote isolationtester command name so Windows will...
2011-05-15 Andrew DunstanFix bad macro call noticed by MSVC compiler.
2011-05-09 Tom LaneRemove "make check" target in src/test/isolation/Makefile.
2011-05-08 Tom LaneFix some portability issues in isolation regression...
2011-05-05 Magnus HaganderUnbreak the regression tests from my previous commit
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-25 Andrew DunstanUse terse mode to avoid variable order dependency outpu...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
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-19 Andrew DunstanSilence compiler warning about casting HANDLE to long...
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-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
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-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-17 Andrew DunstanUse correct PATH separator for Cygwin in pg_regress.c.
2011-03-14 Tom LaneAdjust regression test to avoid platform-dependent...
2011-03-12 Bruce MomjianUse "backend process" rather than "backend server"...
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 Heikki LinnakangasFix bugs in the isolation tester flex rules.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-10 Tom LaneFix some oversights in distprep and maintainer-clean...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
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 Peter EisentrautAllow make check in PL directories
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-10 Alvaro HerreraFix isolation tester Makefile so that it runs in a...
2011-02-10 Alvaro HerreraFix the isolation tester compilation on VPATH builds
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-31 Andrew DunstanEnable building with the Mingw64 compiler.
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...
next