]> granicus.if.org Git - postgresql/history - src/test
Remove define inadvertantly left over from testing.
[postgresql] / src / test /
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-01 Tom LaneFix getTypeIOParam to support type record[].
2011-11-29 Tom LaneWhen a row fails a not-null constraint, show row's...
2011-11-29 Tom LaneWhen a row fails a CHECK constraint, show row's content...
2011-11-27 Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-27 Peter EisentrautAdd pg_upgrade test suite
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22 Tom LaneImprove implementation of range-contains-element tests.
2011-11-22 Robert HaasCheck for INSERT privileges in SELECT INTO / CREATE...
2011-11-22 Tom LaneStill more review for range-types patch.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-18 Tom LaneFurther review of range-types patch.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-17 Tom LaneDeclare range inclusion operators as taking anyelement...
2011-11-17 Tom LaneFix range_cmp_bounds for the case of equal-valued exclu...
2011-11-16 Tom LaneCode review for range-types catalog entries.
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
2011-11-15 Tom LaneUpdate oidjoins regression test to match git HEAD.
2011-11-14 Tom LaneReturn FALSE instead of throwing error for comparisons...
2011-11-14 Tom LaneFix copyright notices, other minor editing in new range...
2011-11-09 Tom LaneTweak new regression test case for more portability.
2011-11-09 Tom LaneFix random discrepancies between parallel_schedule...
2011-11-09 Tom LaneWrap appendrel member outputs in PlaceHolderVars in...
2011-11-07 Tom LaneOn second thought, we'd better just drop these tests...
2011-11-06 Tom LaneUn-break horology regression test.
2011-11-05 Magnus HaganderUpdate regression tests for \d+ modification
2011-11-04 Alvaro HerreraUnbreak isolationtester on Win32
2011-11-03 Alvaro HerreraImplement a dry-run mode for isolationtester
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-11-02 Tom LaneFix btree stop-at-nulls logic properly.
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-25 Alvaro HerreraAdd debugging aid in isolationtester
2011-10-21 Robert HaasFix DROP OPERATOR FAMILY IF EXISTS.
2011-10-20 Robert HaasAdd "skipping" to the NOTICE produced by DROP OPERATOR...
2011-10-20 Robert HaasRemove a few of the new DROP-IF-EXISTS regression tests.
2011-10-20 Robert HaasAdd some more regression tests for DROP IF EXISTS.
2011-10-16 Tom LaneFix collate.linux.utf8 expected output for recent error...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-10 Robert HaasAttempt to reduce local dependencies in regression...
2011-10-10 Robert HaasFix ALTER TABLE ONLY .. DROP CONSTRAINT.
2011-10-09 Tom LanePrevent index-only scans in stats regression test.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-09-27 Alvaro HerreraRemove dependency on error ordering in isolation tests
2011-09-27 Alvaro HerreraFix typo
2011-09-27 Tom LaneFix window functions that sort by expressions involving...
2011-09-26 Tom LaneSpeed up array element assignment in plpgsql by caching...
2011-09-21 Robert HaasFix another bit of unlogged-table-induced breakage.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-07 Tom LaneFix corner case bug in numeric to_char().
2011-09-01 Robert HaasMinor improvements to mbregress.sh script.
2011-08-30 Peter EisentrautClean up pg_regress --help output
2011-08-30 Robert HaasFix parsing of time string followed by yesterday/today...
2011-08-25 Alvaro HerreraAdd expected isolationtester output when prepared xacts...
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-08-25 Robert HaasChange format of SQL/MED generic options in psql backsl...
2011-08-24 Alvaro HerreraUpdate FK alternative test output to new whitespace...
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-22 Bruce MomjianProperly call strerror() in thread test; add comments.
2011-08-22 Bruce MomjianSimplify errno generating in thread testing program.
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-20 Bruce MomjianHave thread_test create its test files in the current...
2011-08-18 Tom LaneExplain max_prepared_transactions requirement in isolat...
2011-08-18 Heikki LinnakangasAdd an SSI regression test that tests all interesting...
2011-08-18 Heikki LinnakangasStrip whitespace from SQL blocks in the isolation test...
2011-08-15 Peter EisentrautAdjust regression tests for error message change
2011-08-11 Robert HaasDisplay both per-table and per-column FDW options in...
2011-08-09 Tom LaneFix nested PlaceHolderVar expressions that appear only...
2011-08-08 Robert HaasTeach psql to display the comments on SQL/MED objects...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-22 Robert HaasUnbreak unlogged tables.
2011-07-21 Tom LaneMake xpath() do something useful with XPath expressions...
2011-07-20 Tom LaneEnsure that xpath() escapes special characters in strin...
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-07-19 Alvaro HerreraMake isolationtester more robust on locked commands
2011-07-19 Alvaro HerreraIncrease deadlock_timeout to 100ms in FK isolation...
2011-07-19 Alvaro HerreraAdd expected regress output on stricter isolation levels
2011-07-19 Peter EisentrautFix typo
2011-07-18 Tom LaneAdd GET STACKED DIAGNOSTICS plpgsql command to retrieve...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-07-15 Alvaro HerreraSet different deadlock_timeout on each session in new...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-12 Alvaro HerreraAdd support for blocked commands in isolationtester
2011-07-08 Peter EisentrautMessage style improvements
2011-07-07 Heikki LinnakangasFix a bug with SSI and prepared transactions:
2011-07-04 Peter EisentrautMessage style tweaks
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-04 Simon RiggsAlter test results to comply with new ALTER TABLE behav...
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-29 Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-22 Tom LaneUpdate alternative expected file for recent sequence...
2011-06-22 Tom LaneRevert "Don't select log_cnt in sequence regression...
2011-06-22 Robert HaasDon't select log_cnt in sequence regression tests.
next