Commit Graph

1479 Commits (42c17a6bb07f7400a14dffce687f14cc748fa064)

Author SHA1 Message Date
Bruce Momjian 6ca4ea8a80 Add interval division/multiplication regression tests. 20 years ago
Tom Lane 7bae5a289c Get rid of the separate RULE privilege for tables: now only a table's owner 20 years ago
Tom Lane 57bfb27e60 Fix interval input parser so that fractional weeks and months are 20 years ago
Tom Lane 091fe03775 Code review for UPDATE SET (columnlist) patch. Make it handle as much 20 years ago
Bruce Momjian fc51c9186a Properly round months into days and into seconds for interval 20 years ago
Tom Lane 917bbebf7f Apply a simple solution to the problem of making INSERT/UPDATE/DELETE 20 years ago
Tom Lane 85188ab883 Extend COPY to support COPY (SELECT ...) TO ... 20 years ago
Tom Lane e093dcdd28 Add the ability to create indexes 'concurrently', that is, without 20 years ago
Tom Lane 2b2a50722c Fix all known problems with pg_dump's handling of serial sequences 20 years ago
Tom Lane 9bf760f7de Add a 'waiting' column to pg_stat_activity to carry the same information 20 years ago
Tom Lane 3d1e01caa4 Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking 20 years ago
Tom Lane fbc7f59bfe If test postmaster fails to start within 60 seconds, try to kill -9 it 20 years ago
Tom Lane a1dad99c63 Extend 'guc' regression test to check manipulations of datestyle as 20 years ago
Tom Lane d2ccc707af Original coding of 'returning' regression test inadvertently chose a 20 years ago
Tom Lane 7a3e30e608 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 20 years ago
Tom Lane 23dc308245 Tweak sanity_check regression test to display more tables (viz, those 20 years ago
Tom Lane c82264291e Add some basic tests of GUC behavior. 20 years ago
Tom Lane 89c07b18a6 Remove use of a regex character class in resultmap (for freebsd version 20 years ago
Tom Lane d841cc44c5 A few regression tests for VALUES, from Gavin Sherry. 20 years ago
Bruce Momjian 9a4eaa9440 Remove extra argument to printf(). 20 years ago
Andrew Dunstan a3bae60813 have pg_regress fall back on testing with the canonical results file if an 20 years ago
Bruce Momjian 1a271f0c71 Fix WIN32 wait() return value macros to be accurate, particularly 20 years ago
Tom Lane 1249cf8f38 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 20 years ago
Tom Lane 108fe47301 Aggregate functions now support multiple input arguments. I also took 20 years ago
Tom Lane 8aab197840 Original coding of pg_regress.c made the results and log directories 20 years ago
Peter Eisentraut b517e65348 Allow units to be specified with configuration settings. 20 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 20 years ago
Andrew Dunstan 631ea61883 Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). 20 years ago
Andrew Dunstan 20a733d0a0 Remove dubious and redundant (we think) setting of libdir in PATH for non temp-install case. 20 years ago
Andrew Dunstan b0dc1fbbc5 Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. 20 years ago
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to 20 years ago
Tom Lane 11f6d2fcba As a stopgap to get the Windows buildfarm members running again, hot-wire 20 years ago
Tom Lane 7da24bcbc1 Print out diff status code when we think there's a hard failure. 20 years ago
Tom Lane c3104376f9 Suppress unused-variable compiler warning, per Andrew Dunstan. 20 years ago
Tom Lane 27a83103ea Fix pg_regress.c to report tests in a parallel group when they finish, 20 years ago
Tom Lane 5652ea703b Make pg_regress.c get paths from pg_config_paths.h, instead of -D 20 years ago
Tom Lane 60cfe25e68 Adjust spawn_process() to avoid unnecessary overhead processes: we can 20 years ago
Tom Lane 5b8b137b16 Adjust pg_regress to print out the exact string given to system() when 20 years ago
Tom Lane fe2c4e414a kill() is declared in <signal.h> per Single Unix Spec. 20 years ago
Tom Lane 1c5531b108 Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE). 20 years ago
Tom Lane bcee9e8c09 Remove unnecessary inclusion of libpq into pg_regress --- overly 20 years ago
Tom Lane a38c85bd5d Rewrite pg_regress as a C program instead of a shell script. 20 years ago
Tom Lane 84e6042725 Make pg_regress a tad simpler and more general-purpose by removing its 20 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 20 years ago
Teodor Sigaev 001d30ee6b Add support to GIN for =(anyarray,anyarray) operation 20 years ago
Bruce Momjian a77275fe3b Please find attached two patches for documentation and regression tests 20 years ago
Neil Conway 7fb9090ebf Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep 20 years ago
Bruce Momjian 8c092781f4 ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) 20 years ago
Tom Lane cd4609e2a4 Change TRUNCATE's method for searching for foreign-key references so that 20 years ago
Bruce Momjian dc2c25fc62 Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. 20 years ago