Hiroshi Inoue
36933b4628
avoid opening view files.
26 years ago
Peter Eisentraut
5ce0804b51
Allow running without a "schedule" file. This enables you to run tests
...
standalone, e.g., "./pg_regress int2".
26 years ago
Bruce Momjian
98e195d23b
Make socket option specify just the directory, not the full path.
26 years ago
Peter Eisentraut
9bc6fb37b9
geometry result files for unixware
26 years ago
Tom Lane
11391685d1
Tweak resultmap documentation, add to README too.
26 years ago
Peter Eisentraut
0e9ba44506
Remove check for 'ln' library. On FreeBSD this is some obscure lex
...
compatibility library which contains a 'main' function, which is not good.
If someone really needed it, think of a different plan.
26 years ago
Tom Lane
106710946c
This file now redundant with README.pg_dumplo; remove it.
26 years ago
Tom Lane
c2d1b3919b
Code review: minor cleanups, make the world safe for unsigned OIDs.
...
Improve documentation, too.
26 years ago
Peter Eisentraut
90cfa9ac19
Allow for different result files when using GCC versus native compiler.
26 years ago
Peter Eisentraut
fd05f89645
Extend accept/AF_UNIX bug workaround to SCO OpenServer.
26 years ago
Peter Eisentraut
403abf1ca5
Refine log/error messages. Print out the errno message, not the number.
...
Remove timestamps from messages where this would be redundant with the
log_timestamp option.
26 years ago
Tom Lane
66d276aab8
Mention pgcrypto.
26 years ago
Tom Lane
cfbcb6bb21
Make the world safe for unsigned OIDs.
26 years ago
Peter Eisentraut
a70e74b060
Put external declarations into header files.
26 years ago
Tom Lane
040bb787bc
Install the sample pg_ident.conf file into /home/postgres/testversion/data, just like pg_hba.conf.
26 years ago
Tom Lane
74299f66d5
Improve comments.
26 years ago
Tom Lane
c1257d4c5c
Improve comments in pg_hba.conf.sample and the associated SGML
...
documentation.
26 years ago
Tom Lane
280a77d3ee
Code review and cleanup.
26 years ago
Peter Eisentraut
22c528fc5a
Don't hide error message from dropdb.
26 years ago
Philip Warner
aec962d864
Update for new pg_dump with blobs etc
26 years ago
Vadim B. Mikheev
2536267404
misc
26 years ago
Vadim B. Mikheev
e8ff221d8b
Fix OID bootstraping.
26 years ago
Tom Lane
b31e83f461
Adjust opr_sanity.out for small change in OID allocation.
26 years ago
Tom Lane
837f33cfd9
Add missing #include <errno.h>.
26 years ago
Hiroshi Inoue
c4bc9a8505
keep relations open until they are no longer needed.
26 years ago
Tom Lane
93fcbd140a
Make oidin/oidout produce and consume unsigned representation of Oid,
...
rather than just being aliases for int4in/int4out. Give type Oid a
full set of comparison operators that do proper unsigned comparison,
instead of reusing the int4 comparators. Since pg_dump is now doing
unsigned comparisons of OIDs, it is now *necessary* that we play by
the rules here. In fact, given that btoidcmp() has been doing unsigned
comparison for quite some time, it seems likely that we have index-
corruption problems in 7.0 and before once the Oid counter goes past
2G. Fixing these operators is a necessary step before we can think
about 8-byte Oid, too.
26 years ago
Vadim B. Mikheev
01f2547c6b
Init ShmemVariableCache in BootStrapXLOG()
...
(should fix OID bootstraping).
26 years ago
Tom Lane
fdbd6ca75e
Simplify definition of pg_tables and pg_views views by making use of
...
new separate relkind for views (per some discussion back in September).
I didn't force initdb, but rules regress test will show differences
until you do one.
26 years ago
Tom Lane
3030189b69
Fix erroneous handling of parameters at SubqueryScan plan nodes,
...
per bug report from Don Baccus.
26 years ago
Tom Lane
712af72c77
Fix yacc failures in preproc.y.
26 years ago
Peter Eisentraut
5350ff2523
Correct directory names.
...
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.
26 years ago
Tom Lane
3568cf50e5
Silence gcc warnings.
26 years ago
Vadim B. Mikheev
c07bb9e0ad
No casting to LSN (XLogRecPtr) is required.
26 years ago
Tom Lane
5bb2300b59
Revise handling of oldstyle/newstyle functions per recent discussions
...
in pghackers list. Support for oldstyle internal functions is gone
(no longer needed, since conversion is complete) and pg_language entry
'internal' now implies newstyle call convention. pg_language entry
'newC' is gone; both old and newstyle dynamically loaded C functions
are now called language 'C'. A newstyle function must be identified
by an associated info routine. See src/backend/utils/fmgr/README.
26 years ago
Peter Eisentraut
99198ac6b8
Enable WAL in config.h, not Makefile.global.
26 years ago
Peter Eisentraut
2b1d8bd29a
Include postgres.h before checking #ifdef XLOG.
26 years ago
Peter Eisentraut
9394d391b8
Add configure checks for strtoll, strtoull (or strto[u]q). Disable
...
'long long int' portions of ecpg if the type or these functions don't
exist.
26 years ago
Michael Meskes
2d248d6585
Parser synced.
26 years ago
Peter Mount
08ea624a06
Encoding patch to Connection by wrobell@posexperts.com.pl
26 years ago
Vadim B. Mikheev
a221d95f28
Compile WAL by default.
26 years ago
Tom Lane
f084a18af5
Eliminate unused-variable warning.
26 years ago
Tom Lane
3e09584fd3
Fix typo.
26 years ago
Tom Lane
959851272d
Update README with proposed new method for determining calling convention
...
of user-defined functions (forget 'C' vs 'newC', instead require an info
function to be present for new-style functions). Also update some other
out-of-date commentary.
26 years ago
Peter Eisentraut
f6bc98679a
Refinements
26 years ago
Peter Eisentraut
714384a0b2
Polish error messages, help output, give marginal clue about command line
...
option conventions. (E.g., "pg_passwd -?" should not write to a file named
"-?".)
26 years ago
Peter Eisentraut
f999912658
Simplification: Build executable directly from .c file.
26 years ago
Peter Eisentraut
bd9d9621dc
Modify input and output routines to print plain binary strings without any
...
'b' prefixes.
26 years ago
Peter Eisentraut
0f3720edf6
Treat plain 'BIT' as 'BIT(1)'.
26 years ago
Tom Lane
0514ad126b
Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where
...
a > comparison against INT_MIN may do the wrong thing. Per suggestion
from Andreas.
26 years ago
Tom Lane
6ba959eee0
AIX patches from Andreas.
26 years ago