index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up for recent changes in elog error messages.
Thomas G. Lockhart
1998-01-10
3
-13
/
+9
*
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...
Bruce Momjian
1998-01-07
1
-6
/
+6
*
Regression cleanup of WARN.
Bruce Momjian
1998-01-06
9
-134
/
+134
*
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...
Bruce Momjian
1998-01-06
1
-3
/
+3
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
26
-150
/
+150
*
Various fixes NETBSD/sparc related
Marc G. Fournier
1998-01-04
1
-1
/
+9
*
Include SPI module when cleaning.
Thomas G. Lockhart
1998-01-01
1
-1
/
+2
*
Add regression output from FreeBSD
Marc G. Fournier
1997-12-19
1
-0
/
+2391
*
Here is the difference between expected->results of the regression
Marc G. Fournier
1997-12-19
1
-0
/
+3211
*
Mention PST8PDT explicitly in the banner message (rather than PST/PDT).
Thomas G. Lockhart
1997-12-16
1
-3
/
+3
*
Include informational messages added for implicit index creation.
Thomas G. Lockhart
1997-12-09
1
-3
/
+7
*
Add test for multi-character char().
Thomas G. Lockhart
1997-12-05
1
-0
/
+14
*
Change constraint syntax to SQL92 style.
Thomas G. Lockhart
1997-12-05
2
-87
/
+280
*
Deep-six tests using time travel, which has been removed from Postgres.
Thomas G. Lockhart
1997-12-01
2
-58
/
+0
*
Add tests for varchar() and combinations of string types.
Thomas G. Lockhart
1997-12-01
4
-0
/
+202
*
Adjust tests to reflect removal of time travel.
Thomas G. Lockhart
1997-12-01
7
-21
/
+78
*
Adjust output to reflect changes in tests.
Thomas G. Lockhart
1997-12-01
8
-763
/
+820
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25
1
-1
/
+3
*
Fix testing problem when 'current' equal to 'now' for separate inserts
Thomas G. Lockhart
1997-11-15
2
-12
/
+41
*
Set time zone and date style environment variables.
Thomas G. Lockhart
1997-11-14
1
-6
/
+7
*
Remove unnecessary inclusion of <ctype.h>.
Thomas G. Lockhart
1997-11-10
1
-3
/
+1
*
File is created by make from source in ../output
Thomas G. Lockhart
1997-11-07
1
-502
/
+0
*
Change error message for rejected input.
Thomas G. Lockhart
1997-11-07
1
-2
/
+1
*
Update for modified quoting style in some error messages.
Thomas G. Lockhart
1997-10-30
1
-3
/
+3
*
Add script to check regression tests.
Bruce Momjian
1997-10-30
1
-0
/
+11
*
Modify to reflect changes in boolean input behavior (rejects bad input
Thomas G. Lockhart
1997-10-25
2
-2
/
+8
*
Remove extraneous row from user_relns table. Don't know where it came from...
Thomas G. Lockhart
1997-10-25
1
-2
/
+1
*
Changes due to fixed DEFAULT behaviour.
Vadim B. Mikheev
1997-10-17
9
-155
/
+148
*
Scripts to run queries and data.
Vadim B. Mikheev
1997-09-26
10
-0
/
+16451
*
Some results.
Vadim B. Mikheev
1997-09-26
1
-0
/
+16
*
Start with performance suite.
Vadim B. Mikheev
1997-09-26
2
-0
/
+144
*
Massive examples fix from Nicola Bernardelli
Bruce Momjian
1997-09-25
7
-58
/
+76
*
Use additional ORDER BY to cope with new sorting routines.
Thomas G. Lockhart
1997-09-24
2
-3
/
+3
*
Timetravel tests.
Vadim B. Mikheev
1997-09-24
4
-3
/
+209
*
Added: ttdummy() - variation of timetravel() function
Vadim B. Mikheev
1997-09-24
2
-3
/
+232
*
Output changed for new ORDER BY to cope with new sorting routines.
Thomas G. Lockhart
1997-09-20
6
-61
/
+61
*
Output changed to reflect extra entries from new regression tests.
Thomas G. Lockhart
1997-09-20
1
-59
/
+69
*
Change ORDER BY to get consistant results with new sorting routines.
Thomas G. Lockhart
1997-09-20
3
-4
/
+4
*
Update results count to reflect bad entries now being rejected by new decoder.
Thomas G. Lockhart
1997-09-20
1
-1
/
+1
*
Change ORDER BY to get more consistant results.
Thomas G. Lockhart
1997-09-20
1
-1
/
+1
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
1
-3
/
+3
*
QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;
Vadim B. Mikheev
1997-09-18
1
-18
/
+18
*
Add explicit test for various comment syntaxes.
Thomas G. Lockhart
1997-09-18
2
-0
/
+17
*
Explicitly test various comment syntaxes.
Thomas G. Lockhart
1997-09-18
1
-0
/
+35
*
Modify to match current expected output
Thomas G. Lockhart
1997-09-16
1
-66
/
+149
*
Add explicit, separate test sections for DEFAULT and CHECK.
Thomas G. Lockhart
1997-09-16
1
-58
/
+128
*
Remove extraneous blank lines from error messages.
Thomas G. Lockhart
1997-09-16
1
-2
/
+0
*
Add results from Vadim's new tables.
Thomas G. Lockhart
1997-09-13
1
-1
/
+4
*
Add tests for unary minus.
Thomas G. Lockhart
1997-09-13
1
-0
/
+24
*
Make tests match with modified error messages.
Thomas G. Lockhart
1997-09-13
3
-51
/
+13
[next]