summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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
2006-08-03Remove use of a regex character class in resultmap (for freebsd versionTom Lane
2006-08-03A few regression tests for VALUES, from Gavin Sherry.Tom Lane
2006-08-01Remove extra argument to printf().Bruce Momjian
2006-08-01have pg_regress fall back on testing with the canonical results file if anAndrew Dunstan
2006-07-30Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian
2006-07-28SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-07-27Original coding of pg_regress.c made the results and log directoriesTom Lane
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-25Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores).Andrew Dunstan
2006-07-24Remove dubious and redundant (we think) setting of libdir in PATH for non tem...Andrew Dunstan
2006-07-22Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel.Andrew Dunstan
2006-07-21Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane
2006-07-20As a stopgap to get the Windows buildfarm members running again, hot-wireTom Lane
2006-07-20Print out diff status code when we think there's a hard failure.Tom Lane
2006-07-20Suppress unused-variable compiler warning, per Andrew Dunstan.Tom Lane
2006-07-20Fix pg_regress.c to report tests in a parallel group when they finish,Tom Lane
2006-07-20Make pg_regress.c get paths from pg_config_paths.h, instead of -DTom Lane
2006-07-19Adjust spawn_process() to avoid unnecessary overhead processes: we canTom Lane
2006-07-19Adjust pg_regress to print out the exact string given to system() whenTom Lane