Vadim B. Mikheev
ba247bd649
Tests for spi/triggers
29 years ago
Bruce Momjian
59f6a57e59
Used modified version of indent that understands over 100 typedefs.
29 years ago
Bruce Momjian
075cede748
Add typdefs to pgindent run.
29 years ago
Bruce Momjian
319dbfa736
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago
Bruce Momjian
1ccd423235
Massive commit to run PGINDENT on all *.c and *.h files.
29 years ago
Thomas G. Lockhart
bebfe968e3
Test new intersection and closest point operators.
...
Fix up results labels on queries.
Update existing queries which now return good results.
29 years ago
Thomas G. Lockhart
2d0e6b0ff7
Test new intersection and closest point operators.
...
Fix up results labels on queries.
29 years ago
Thomas G. Lockhart
f2a9e203e8
Test for "current" time by comparing against "now".
29 years ago
Vadim B. Mikheev
174bc0c1e7
Tests for CHECK/DEFAULT
29 years ago
Bruce Momjian
1d8bbfd2e7
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
29 years ago
Bruce Momjian
ea5b5357cd
Remove more (void) and fix -Wall warnings.
29 years ago
Thomas G. Lockhart
622af87fd2
Results from initial changes to add new functions and for bug fixes.
...
Not all cleaned up yet.
29 years ago
Thomas G. Lockhart
3d5dd9bdd9
Start adding tests for new geometry functions.
...
Not all cleaned up yet.
29 years ago
Thomas G. Lockhart
c5035643af
Use better routines from geometry library.
29 years ago
Bruce Momjian
8d25436d70
mkLinux patches from Tatsuo Ishii.
29 years ago
Bruce Momjian
7c5afb87c3
Makefile fix from Tatsuo Ishii.
29 years ago
Bruce Momjian
35a952a2ed
Fixes from Jody Winston
29 years ago
Thomas G. Lockhart
54c38a95ee
Add test results for "SET DateStyle" alternative datetime formats.
29 years ago
Thomas G. Lockhart
48b5432769
Include tests for DateStyle output format variations.
29 years ago
Thomas G. Lockhart
c05a7bd972
Test "SET DateStyle TO..." output options.
29 years ago
Thomas G. Lockhart
3267b4b767
Adapt expected output to drop ".00" from datetime seconds field.
...
This is compatible with abstime formats.
29 years ago
Thomas G. Lockhart
89abee4691
Test the "SET DateStyle TO..." date formatting modes.
29 years ago
Thomas G. Lockhart
374b0009fd
Fix predicted output for month boundary arithmetic problems in
...
datetime +/- timespan. Only manifested when date is at end of month
and time pushes the date into the next month.
29 years ago
Thomas G. Lockhart
20e71222ea
Change one date away from PST to avoid trouble after daylight savings time.
29 years ago
Thomas G. Lockhart
e7044d70ef
Change one date away from PST to avoid trouble after daylight savings time.
29 years ago
Marc G. Fournier
355d6a2767
From: PortSite <info@portsite.nl>
...
The GNUmakefile in src/test/regress uses `gmake' for
the make program. This should be $(MAKE)
29 years ago
Thomas G. Lockhart
98b56067ed
Use error message syntax consistant with other messages from the same
...
reference platform (Linux/gcc-lib/i686).
29 years ago
Thomas G. Lockhart
e6924c9750
Update to reflect new "drop aggregate" syntax and messages.
29 years ago
Thomas G. Lockhart
8aefe09731
Update to show new path and polygon syntax.
29 years ago
Thomas G. Lockhart
3d9584c9d9
Update path and polygon syntax to new conventions.
29 years ago
Thomas G. Lockhart
ad7952aae3
Update to use new path geometric type syntax.
...
Order in streets.data changed and is now alphabetical (sorry).
29 years ago
Thomas G. Lockhart
dc5bcc8621
Modify banner to suggest using PST8PDT time zone rather than full specifier
...
string.
29 years ago
Thomas G. Lockhart
066fce7bf9
Update to suggest using PST8PDT time zone rather than full time zone string.
...
Include section on error message differences.
29 years ago
Bruce Momjian
4d9b4dc973
Changed 1943 to 1947 to fix, other cleanups.
29 years ago
Marc G. Fournier
5e7c0a0b9a
From: Darren King <aixssd!darrenk@abs.net>
...
Subject: [PATCHES] DROP AGGREGATE patch/fix.
Here's a patch that fixes the DROP AGGREGATE command to delete
the desired aggregate for a specific type.
29 years ago
Marc G. Fournier
3e871388b5
From: Darren King <aixssd!darrenk@abs.net>
...
Subject: [PATCHES] Re: [PORTS] AIX 6.1 fixes...
Here are the patches for the two things that wouldn't make it thru the AIX
compiler. The geo_ops.c change is harmless I believe. The nbtcompare.c patch
fixes me, but I don't know about any other ports. Maybe wait on that one
until Vadim decides what to do about the unsigned vs signed chars varlena
issue.
29 years ago
Thomas G. Lockhart
99643abec7
Spiff up description of the regression tests and outcomes.
29 years ago
Thomas G. Lockhart
f8d4b3cf40
Fix expected output for datetime and abstime to/from date conversions.
...
This results from improvements in datetime.c which ensures that the
conversions are done in local time rather than GMT.
29 years ago
Thomas G. Lockhart
8ce8d6550f
Update to current information for upcoming v6.1 production release.
29 years ago
Thomas G. Lockhart
cc25efef92
More tables are listed in the user-defined relations from other regression
...
tests, including new tests.
29 years ago
Thomas G. Lockhart
83b8cf5b6b
Add inter-type regression tests for geometry, date/time, and numbers.
...
Add regression tests for circles, line segments, and paths.
Modify regression tests to allow GEQ optimizer (order results).
29 years ago
Marc G. Fournier
6ef382c621
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
...
Subject: [PATCHES] Patches for boolean, timespan and reltime regression tests.
Hi All,
Here are a couple of patches to the regression tests to introduce
some specific ordering to the results.
I've only made changes to the queries that were exhibiting differences
on my regression runs.
This will also have the side effect of testing the ordering code for
the boolean and some of the time types.
29 years ago
Vadim B. Mikheev
3e1933bc05
There is no more _CWD_ tag in sources...
29 years ago
Vadim B. Mikheev
7cbfb19c46
WARN:parser: parser error ...
...
changed to
WARN:parser: syntax error ...
29 years ago
Vadim B. Mikheev
62d1d23b6b
If SELECT uses index (btree) then ordered results are returned.
29 years ago
Vadim B. Mikheev
fb100e6bf2
There is no partial index onek2_u1_prtl in tests...
29 years ago
Thomas G. Lockhart
917abdd140
Add substitution from output/.. to input/.. to match templates from inputs.
29 years ago
Thomas G. Lockhart
50f058e26f
Update to work with new regression tests and directory structure.
29 years ago
Thomas G. Lockhart
f550efa237
New test data for aggregate functions.
29 years ago
Thomas G. Lockhart
a2fd844c3b
Reorder tests and move aggregate table data to data/.
29 years ago