aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-18
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-02
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-23
* Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane2006-03-19
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-17
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-02
* Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane2006-01-10
* Add COPY CSV test that tests CSV output of \.Bruce Momjian2005-12-28
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-28
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-14
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-05
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan2005-11-01
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-25
* Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane2005-10-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Update regression output for new prepare transaction error messages.Bruce Momjian2005-10-13
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-19
* Adjust regression for new cancel query message.Bruce Momjian2005-09-16
* Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway2005-09-14
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Update regression tests for new USA timezone data. Mea culpa for notTom Lane2005-09-08
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-05
* Add regression tests for disabling constraints.Bruce Momjian2005-08-30
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-15
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Please find attached diffs for documentation and simple regressionBruce Momjian2005-07-30
* Remove no-longer-needed hack to add pgsleep.c to regress.so.Tom Lane2005-07-28
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Change build of regress.so to use Makefile.shlib instead of dependingTom Lane2005-07-25
* Regenerate badly-obsolete README file.Tom Lane2005-07-24
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-23
* Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane2005-07-22
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-17
* Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane2005-07-15
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-10
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway2005-07-02