summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2005-12-28Add COPY CSV test that tests CSV output of \.Bruce Momjian
2005-12-28Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-14Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane
2005-12-11Implement IS NOT DISTINCT FROM, update the regression tests and docs.Neil Conway
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-07Spell "explicitly" correctly, per Simon.Tom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-11-28Install pg_regress where PGXS' "make installcheck" can find it.Alvaro Herrera
2005-11-28Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane
2005-11-23Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-19DROP objecttype IF EXISTS for the following objects:Andrew Dunstan
2005-11-19Change array_push and array_cat so that they retain the lower bound ofTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-01Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan
2005-10-25Remove justify_hours call from interval_mul and interval_div, and makeTom Lane
2005-10-20Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13Update regression output for new prepare transaction error messages.Bruce Momjian
2005-10-06When a function not returning RECORD has a single OUT parameter, useTom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-16Adjust regression for new cancel query message.Bruce Momjian
2005-09-14Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway
2005-09-08Create the pg_pltemplate system catalog to hold template informationTom Lane
2005-09-08Update regression tests for new USA timezone data. Mea culpa for notTom Lane
2005-09-05Implement a preliminary 'template' facility for procedural languages,Tom Lane
2005-08-30Add regression tests for disabling constraints.Bruce Momjian
2005-08-22enable_constraint_exclusion => constraint_exclusionBruce Momjian
2005-08-15Allow the pgstat views to show toast tables as well as regular tablesTom Lane
2005-08-15Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane
2005-08-04ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-30Please find attached diffs for documentation and simple regressionBruce Momjian
2005-07-28Remove no-longer-needed hack to add pgsleep.c to regress.so.Tom Lane
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-25Change build of regress.so to use Makefile.shlib instead of dependingTom Lane
2005-07-24Regenerate badly-obsolete README file.Tom Lane
2005-07-23Simple constraint exclusion. For now, only child tables of inheritanceTom Lane
2005-07-23In the stats test, delay for the stats collector to catch up using aTom Lane
2005-07-22Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-07-17Make pg_regress accept a command-line option for the temporary installation'sTom Lane
2005-07-15Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane