summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2009-04-25Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane
2009-04-04Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane
2008-07-10Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane
2008-05-25Adjust timestamp regression tests to prevent two low-probability failureTom Lane
2008-04-24Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-18Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane
2007-07-17Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-01Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2006-10-09Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane
2006-06-18Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane
2006-04-02Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane
2006-03-23Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane
2006-03-19Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane
2006-03-17Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane
2006-03-02Fix ancient error in large objects usage example: overwrite() subroutineTom Lane
2006-01-10Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane
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-14Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom 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-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