Vadim B. Mikheev
|
be8300b18f
|
Use Snapshot in heap access methods.
|
1998-07-27 19:38:40 +00:00 |
|
Bruce Momjian
|
6bd323c6b3
|
Remove un-needed braces around single statements.
|
1998-06-15 19:30:31 +00:00 |
|
Bruce Momjian
|
a32450a585
|
pgindent run before 6.3 release, with Thomas' requested changes.
|
1998-02-26 04:46:47 +00:00 |
|
Bruce Momjian
|
24cab6bd0d
|
Goodbye register keyword. Compiler knows better.
|
1998-02-11 19:14:04 +00:00 |
|
Bruce Momjian
|
4eb1ee294d
|
Vadim fix for vacuum analyze.
|
1998-02-05 21:19:21 +00:00 |
|
Bruce Momjian
|
726c3854cb
|
Inline fastgetattr and others so data access does not use function
calls.
|
1998-01-31 04:39:26 +00:00 |
|
Bruce Momjian
|
deea69b90e
|
Change some ABORTS to ERROR. Add line number when COPY Failure.
|
1998-01-05 16:40:20 +00:00 |
|
Bruce Momjian
|
0d9fc5afd6
|
Change elog(WARN) to elog(ERROR) and elog(ABORT).
|
1998-01-05 03:35:55 +00:00 |
|
Bruce Momjian
|
f7f2e18f8e
|
Remove tqual.h includes not needed.
|
1997-11-24 05:09:50 +00:00 |
|
Bruce Momjian
|
e9e1ff226f
|
Remove all time travel stuff. Small parser cleanup.
|
1997-11-20 23:24:03 +00:00 |
|
Bruce Momjian
|
319dbfa736
|
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
|
1997-09-08 02:41:22 +00:00 |
|
Bruce Momjian
|
1ccd423235
|
Massive commit to run PGINDENT on all *.c and *.h files.
|
1997-09-07 05:04:48 +00:00 |
|
Bruce Momjian
|
e482462960
|
Rename pg_attribute.attnvals to attdisbursion.
|
1997-08-21 03:02:13 +00:00 |
|
Bruce Momjian
|
f1edf02cc1
|
Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
|
1997-08-21 02:28:55 +00:00 |
|
Vadim B. Mikheev
|
2fd9273d97
|
getattnvals(): if attnvals in pg_attribute is 0 then use
ATTNVALS_SCALE/reltuples (instead of reltuples).
|
1997-04-09 02:20:32 +00:00 |
|
Bruce Momjian
|
2300ac0dc4
|
Add attribute optimization statistics.
|
1997-02-07 16:24:12 +00:00 |
|
Marc G. Fournier
|
c9002ecb21
|
Produce a clean compile of backend...
|
1996-11-03 06:54:38 +00:00 |
|
Marc G. Fournier
|
a2740a455f
|
There, now we support GiST...now what? :)
|
1996-08-26 06:32:06 +00:00 |
|
Marc G. Fournier
|
7bdd8dcac3
|
This prevent gcc from complaining about casting a short to a char * and
fixes another complaint.
More fixes from Bruce...
|
1996-07-31 18:48:16 +00:00 |
|
Marc G. Fournier
|
d31084e9d1
|
Postgres95 1.01 Distribution - Virgin Sources
|
1996-07-09 06:22:35 +00:00 |
|