| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). | Andrew Dunstan | 2006-07-25 | 1 | -3/+3 |
| * | Remove dubious and redundant (we think) setting of libdir in PATH for non tem... | Andrew Dunstan | 2006-07-24 | 1 | -10/+1 |
| * | Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. | Andrew Dunstan | 2006-07-22 | 1 | -3/+3 |
| * | Ah, I finally realize why Magnus wanted to add a --bindir option to | Tom Lane | 2006-07-21 | 2 | -16/+38 |
| * | As a stopgap to get the Windows buildfarm members running again, hot-wire | Tom Lane | 2006-07-20 | 1 | -31/+40 |
| * | Print out diff status code when we think there's a hard failure. | Tom Lane | 2006-07-20 | 1 | -4/+9 |
| * | Suppress unused-variable compiler warning, per Andrew Dunstan. | Tom Lane | 2006-07-20 | 1 | -1/+3 |
| * | Fix pg_regress.c to report tests in a parallel group when they finish, | Tom Lane | 2006-07-20 | 1 | -27/+48 |
| * | Make pg_regress.c get paths from pg_config_paths.h, instead of -D | Tom Lane | 2006-07-20 | 2 | -12/+15 |
| * | Adjust spawn_process() to avoid unnecessary overhead processes: we can | Tom Lane | 2006-07-19 | 2 | -18/+24 |
| * | Adjust pg_regress to print out the exact string given to system() when | Tom Lane | 2006-07-19 | 1 | -7/+6 |
| * | kill() is declared in <signal.h> per Single Unix Spec. | Tom Lane | 2006-07-19 | 1 | -1/+2 |
| * | Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE). | Tom Lane | 2006-07-19 | 1 | -12/+12 |
| * | Remove unnecessary inclusion of libpq into pg_regress --- overly | Tom Lane | 2006-07-19 | 1 | -2/+2 |
| * | Rewrite pg_regress as a C program instead of a shell script. | Tom Lane | 2006-07-19 | 4 | -801/+1626 |
| * | Make pg_regress a tad simpler and more general-purpose by removing its | Tom Lane | 2006-07-18 | 3 | -13/+29 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 | 3 | -1/+16 |
| * | Please find attached two patches for documentation and regression tests | Bruce Momjian | 2006-07-06 | 9 | -57/+275 |
| * | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 | 1 | -2/+4 |
| * | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 | 2 | -0/+84 |
| * | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane | 2006-06-29 | 3 | -23/+23 |
| * | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 | 3 | -3/+36 |
| * | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane | 2006-06-26 | 2 | -0/+98 |
| * | Increase timeout in statement_timeout test from 1 second to 2 seconds. | Tom Lane | 2006-06-18 | 2 | -4/+4 |
| * | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 | 1 | -2/+5 |
| * | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 | 1 | -2/+3 |
| * | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 | 2 | -70/+0 |
| * | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 | 2 | -0/+70 |
| * | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 | 2 | -70/+0 |
| * | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 | 2 | -0/+70 |
| * | fix typo | Andrew Dunstan | 2006-05-28 | 2 | -2/+4 |
| * | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 | 2 | -0/+172 |
| * | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 | 1 | -157/+157 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -3/+3 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -24/+0 |
| * | Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, so | Bruce Momjian | 2006-05-05 | 1 | -2/+2 |
| * | Use regression results float8-small-is-zero only for NetBSD < 3.0. | Bruce Momjian | 2006-05-05 | 1 | -2/+2 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 13 | -9/+488 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 1 | -1/+1 |
| * | Build src/test/regress/README during tarball making like the other | Peter Eisentraut | 2006-04-06 | 1 | -278/+0 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 2 | -9/+131 |
| * | Adjust interval-addition test so that it won't fail on DST transition days. | Tom Lane | 2006-04-02 | 2 | -6/+6 |
| * | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 | 2 | -0/+33 |
| * | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 1 | -0/+20 |
| * | Adjust join_1.out to match Windows behavior for new mergejoin regression | Tom Lane | 2006-03-19 | 1 | -2/+2 |
| * | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 | 3 | -0/+77 |
| * | Missed this file in previous commit :-( | Tom Lane | 2006-03-14 | 1 | -0/+2 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 24 | -77/+213 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 3 | -0/+4 |