aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-19
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-06
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-04
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-03
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-03
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-02
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-14
* If test postmaster fails to start within 60 seconds, try to kill -9 itTom Lane2006-08-13
* Extend 'guc' regression test to check manipulations of datestyle asTom Lane2006-08-13
* Original coding of 'returning' regression test inadvertently chose aTom Lane2006-08-13
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Tweak sanity_check regression test to display more tables (viz, thoseTom Lane2006-08-06
* Add some basic tests of GUC behavior.Tom Lane2006-08-04
* Remove use of a regex character class in resultmap (for freebsd versionTom Lane2006-08-03
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-03
* Remove extra argument to printf().Bruce Momjian2006-08-01
* have pg_regress fall back on testing with the canonical results file if anAndrew Dunstan2006-08-01
* Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian2006-07-30
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-28
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Original coding of pg_regress.c made the results and log directoriesTom Lane2006-07-27
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-27
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores).Andrew Dunstan2006-07-25
* Remove dubious and redundant (we think) setting of libdir in PATH for non tem...Andrew Dunstan2006-07-24
* Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel.Andrew Dunstan2006-07-22
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-21
* As a stopgap to get the Windows buildfarm members running again, hot-wireTom Lane2006-07-20
* Print out diff status code when we think there's a hard failure.Tom Lane2006-07-20
* Suppress unused-variable compiler warning, per Andrew Dunstan.Tom Lane2006-07-20
* Fix pg_regress.c to report tests in a parallel group when they finish,Tom Lane2006-07-20
* Make pg_regress.c get paths from pg_config_paths.h, instead of -DTom Lane2006-07-20
* Adjust spawn_process() to avoid unnecessary overhead processes: we canTom Lane2006-07-19
* Adjust pg_regress to print out the exact string given to system() whenTom Lane2006-07-19
* kill() is declared in <signal.h> per Single Unix Spec.Tom Lane2006-07-19
* Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE).Tom Lane2006-07-19
* Remove unnecessary inclusion of libpq into pg_regress --- overlyTom Lane2006-07-19
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-19
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-18
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-11
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-06
* Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway2006-07-02