Bryan Henderson
bd57c3afe5
Quiet compiler warnings about missing prototypes in Linux's bitops.h.
30 years ago
Bryan Henderson
435d4f4a79
Quiet compiler warnings, ignore the ones we can't.
30 years ago
Bryan Henderson
e780f0fef3
Ignore compiler warnings, because we can't escape "abstract declarator used
...
as declaration".
30 years ago
Bruce Momjian
529189f407
Renamed file. Restored SLSUFF to .so.
30 years ago
Bruce Momjian
ce7a3b3a82
Enable manual pages to be installed.
30 years ago
Bruce Momjian
99a4dc0598
Copy needed include files into standard directory.
30 years ago
Bruce Momjian
b715c3ad96
Change SLSUFF from .so to .o as default.
30 years ago
Bruce Momjian
75f58aef7c
New backend directory description file.
30 years ago
Bruce Momjian
ca1a20eba4
Fix for -da option of pg_dump.
30 years ago
Bruce Momjian
cc7f032289
Fix for return code of psql in manual.
30 years ago
Bruce Momjian
003b76f9ac
Fix for error when viewing group access privs.
30 years ago
Bruce Momjian
4b130b2209
Fix for Alter TABLE add column varchar(). Was causing zero length.
30 years ago
Bryan Henderson
620f014621
Fix syntax errors so it runs without error messages.
30 years ago
Bryan Henderson
aef6163388
Remove old GetPGData reference that causes warning.
30 years ago
Bryan Henderson
7bf3bae1a4
Add #include <sys/types.h> so it works with Ultrix's in.h
30 years ago
Bruce Momjian
5dd3c5620c
Added documentation on new unique index capability.
30 years ago
Bruce Momjian
4024d43069
Added include file needed by memset().
30 years ago
Bruce Momjian
b3ce105b31
Add prototype for new datetime functions.
30 years ago
Bruce Momjian
7085aba53c
Remove quote removal. Moved to parser.
30 years ago
Bruce Momjian
36aaf2505d
Correct permissions on lo_export(). Open up permissions.
30 years ago
Bruce Momjian
3f53311088
Fix quote/doublequote handling.
30 years ago
Bruce Momjian
b847d29785
Remove PERFECT_MEM
...
Unallocate opaque.
30 years ago
Bruce Momjian
f8e02c192a
Unallocate opaque.
30 years ago
Bruce Momjian
a180738ddd
Changed " to '. Removed bug section from psql. added reminder for log call
...
in built-in. fixed backslases in source for libpq.
30 years ago
Marc G. Fournier
54c9905d6e
Mulitple inclusion of sys/socket.h
...
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
30 years ago
Marc G. Fournier
8abc490181
Features added:
...
* Wrote max(date) and min(date) aggregates
* Wrote operator "-" for date; date - date yields number of days
difference
* Wrote operator+(date,int) and operator-(date,int); the int is the
number of days. Each operator returns a new date.
By: Tom Tromey <tromey@creche.cygnus.com>
30 years ago
Marc G. Fournier
eedc75bfe1
Bring in Randy's NOROOT patch
30 years ago
Marc G. Fournier
2081153e69
Fix a comment...was going to fix the <sys/types.h> problem, but
...
Randy is submitting a more comprehensive patch :)
30 years ago
Marc G. Fournier
d84057db71
Couple of Ultrix4 related patches submited by:
...
Erik Bertelsen <erik@sockdev.uni-c.dk>
30 years ago
Marc G. Fournier
fb3b9d7661
Fix a comment that wasn't commente'd out
...
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
30 years ago
Bruce Momjian
fdcf5ff79c
Remove comments psql was putting in output, typo's.
...
psql now returns error from queries and errors files, so ignore return code.
30 years ago
Bruce Momjian
0365c51e30
Overhaul MainLoop input processing for quotes, comments, backslashes.
30 years ago
Bryan Henderson
f64b840387
Remove most compile-time options, add a few runtime options to make up for it.
...
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands
that need them need either invocation options or environment variables.
PGPORT default is hardcoded as 5432, but overrideable with options or
environment variables.
30 years ago
Marc G. Fournier
7ac541daf1
moved man pages here, as requested by Bryan
30 years ago
Marc G. Fournier
389fe48cbb
Removed man pages...moved to src/man
...
Requested by Bryan
30 years ago
Bryan Henderson
65a10b1be6
Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.
30 years ago
Bryan Henderson
6b135c9391
Use port-protos.h instead of trying to declare random() and srandom()
...
explicitly.
30 years ago
Bryan Henderson
902d2b8bac
Use -Wno-error option only if compiler is gcc.
30 years ago
Bryan Henderson
b4d689070e
Use -W options only if compiler is gcc.
30 years ago
Bryan Henderson
200d4a4ec3
Include stdlib.h to gives its NULL, etc. definitions precedence over ours.
30 years ago
Bruce Momjian
25b4ca4284
Added percentage to CASSERT comment.
30 years ago
Marc G. Fournier
07a65b2255
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
...
Changes:
* Unique index capability works using the syntax 'create unique
index'.
* Duplicate OID's in the system tables are removed. I put
little scripts called 'duplicate_oids' and 'find_oid' in
include/catalog that help to find and remove duplicate OID's.
I also moved 'unused_oids' from backend/catalog to
include/catalog, since it has to be in the same directory
as the include files in order to work.
* The backend tries converting the name of a function or aggregate
to all lowercase if the original name given doesn't work (mostly
for compatibility with ODBC).
* You can 'SELECT NULL' to your heart's content.
* I put my _bt_updateitem fix in instead, which uses
_bt_insertonpg so that even if the new key is so big that
the page has to be split, everything still works.
* All literal references to system catalog OID's have been
replaced with references to define'd constants from the catalog
header files.
* I added a couple of node copy functions. I think this was a
preliminary attempt to get rules to work.
30 years ago
Bryan Henderson
0cec8fe26c
Fix syntax error introduced in last update.
30 years ago
Bryan Henderson
b20766ccc4
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
30 years ago
Bryan Henderson
fdc1cf2434
Make shared library builds work for BSD44_derived.
30 years ago
Bryan Henderson
b269793975
Forgot in yesterday's make file blitz.
30 years ago
Bryan Henderson
d7dd9295b7
End of the make file simplifications.
30 years ago
Bryan Henderson
594525aec1
Put shared libraries in main directory, not obj/
30 years ago
Marc G. Fournier
c8708c5f9b
Fix for finding the include files
30 years ago
Bryan Henderson
b5499249e5
Quiet compiler warnings.
30 years ago