aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-02
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-29
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane2006-06-26
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-18
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-30
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-30
* Revert patch, needs more work:Bruce Momjian2006-05-30
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-30
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-30
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-30
* fix typoAndrew Dunstan2006-05-28
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-28
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, soBruce Momjian2006-05-05
* Use regression results float8-small-is-zero only for NetBSD < 3.0.Bruce Momjian2006-05-05
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Support the syntaxTom Lane2006-04-15
* Build src/test/regress/README during tarball making like the otherPeter Eisentraut2006-04-06
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-02
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-23
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane2006-03-19