summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-01-09Fix a bug in 8.2.x that was exposed while investigating Kevin Grittner'sTom Lane
2007-08-31Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom 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-07-09Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane
2007-06-12Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-22Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane
2007-05-11Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane
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-03-19Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2007-02-01Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane
2007-01-12Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane
2006-11-24Change pg_stat_all_tables and sister views to put the recently-addedTom Lane
2006-10-17Fix up some problems in handling of zic-style time zone names in datetimeTom Lane
2006-10-13Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane
2006-10-11Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Improve numeric overflow error message.Bruce Momjian
2006-09-29Allow assignment to array elements not contiguous with those alreadyTom Lane
2006-09-24Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-09-06Add interval division/multiplication regression tests.Bruce Momjian
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-09-03Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane
2006-09-03Properly round months into days and into seconds for intervalBruce Momjian
2006-09-02Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane
2006-08-30Extend COPY to support COPY (SELECT ...) TO ...Tom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-08-14Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane
2006-08-13If test postmaster fails to start within 60 seconds, try to kill -9 itTom Lane
2006-08-13Extend 'guc' regression test to check manipulations of datestyle asTom Lane
2006-08-13Original coding of 'returning' regression test inadvertently chose aTom Lane
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-08-06Tweak sanity_check regression test to display more tables (viz, thoseTom Lane
2006-08-04Add some basic tests of GUC behavior.Tom Lane