Thomas G. Lockhart
3984f0eeb2
Add conversion functions between "name" and other string types.
28 years ago
Thomas G. Lockhart
457b6efa43
Add conversion functions to and from the "name" data type.
28 years ago
Thomas G. Lockhart
e8cbf3a79c
Ensure string is completely null padded on input (as advertised).
28 years ago
Thomas G. Lockhart
5812d51270
Add test for UNION.
...
Add additional tests in strings for conversions of the "name" data type.
Test SQL92 string functions such as SUBSTRING() and POSITION().
28 years ago
Thomas G. Lockhart
3955d66803
Add test for UNION.
...
Add additional tests in strings for conversions of the "name" data type.
Test SQL92 string functions such as SUBSTRING() and POSITION().
Fix geometry tests to reflect code fixed by Gautam.
Update error messages.
28 years ago
Thomas G. Lockhart
f2764eea42
Clarify ownership and security issues with alternate db locations.
28 years ago
Thomas G. Lockhart
3d96825bb1
Define PGDOC to use POSTGRESDIR by default.
...
Can be set to something else in Makefile.custom if necessary.
28 years ago
Bruce Momjian
3af1cc6755
postmaster/postgres options cleanup.
28 years ago
Bruce Momjian
b1eb7b5927
Cleanup.
28 years ago
Marc G. Fournier
c31a80faf0
From: Michael Meskes <meskes@topsystem.de>
...
28 years ago
Bruce Momjian
b15b768bfa
Fix for drop database and junk filters.
28 years ago
Bruce Momjian
e84f8a4656
Fix for postgres started from command line, sends 'Z' protocol
...
flag.
28 years ago
Bruce Momjian
7bcc2da09f
Clean up pg_hba.conf
28 years ago
Marc G. Fournier
b2d7c58cb2
1998-05-18 Karl Eichwalder <ke@suse.de>
...
28 years ago
Marc G. Fournier
e3a4ceac92
From: Brook Milligan <brook@trillium.NMSU.Edu>
...
28 years ago
Marc G. Fournier
eaa1df28bf
From: Tom Lane <tgl@sss.pgh.pa.us>
...
28 years ago
Bruce Momjian
af73db0697
Solaris 5 fix.
28 years ago
Bruce Momjian
9af6bd9962
Move FAQ_DEV to docs directory, where it belongs.
28 years ago
Marc G. Fournier
9f3d63936b
From: David Hartwig <daveh@insightdist.com>
...
28 years ago
Marc G. Fournier
a45341979f
From: Michael Meskes <meskes@topsystem.de>
...
28 years ago
Bruce Momjian
07140ee024
Allow cancel from client of backend query. Change some int variables
...
to bool's.
28 years ago
Marc G. Fournier
ef567413d2
From: Michael Meskes <meskes@topsystem.de>
...
28 years ago
Marc G. Fournier
d1c5021c67
From: "Aldrin L." <aldrin@americasnet.com>
...
28 years ago
Bruce Momjian
45878915a8
Another \f\ fix for psql.
28 years ago
Bruce Momjian
683333644d
Pass atttypmod to the frontend.
28 years ago
Thomas G. Lockhart
fdd9a344ca
First reference manual.
28 years ago
Thomas G. Lockhart
7402eda97c
First files for reference pages.
28 years ago
Thomas G. Lockhart
2608ec8169
First changes for reference pages. Fix markup in the docguide.
28 years ago
Thomas G. Lockhart
ef0747fe5a
Remove extraneous -DPARSEDEBUG from CFLAGS options.
28 years ago
Marc G. Fournier
8686b83784
Made a copy of errors with the AC_TRY_RUN() macro...appears to work better
...
28 years ago
Marc G. Fournier
9391dd3698
Add a check for DBL_MIN problem...not sure if this is right...needs
...
28 years ago
Bruce Momjian
68f9c9819b
Remove added NullProc define, and use fmgr.h value from fmgr.h.
28 years ago
Bruce Momjian
7e5f53e730
|I noticed that the -assignbyidx function of -result in libpgtcl
...
is not |documented, here is the relevant patch for it
Anton
28 years ago
Bruce Momjian
2af0d090f1
Fix to allow \f \ to make spaces as delimiter.
28 years ago
Bruce Momjian
1a07a522f9
Remove --disable in configure
28 years ago
Bruce Momjian
d020a2835f
Remove --disabled options from configure
28 years ago
Bruce Momjian
982c695fbd
The attached patch corrects two problems with autoconfiguration of
...
psql in Postgres 6.3.2. Both of these problems were complained of
recently in pgsql-questions:
1. In the right circumstances, psql.c will fail to compile due to
trying
to include a nonexistent <history.h>. (Thread "Compile-time
error" around 17 Apr 98.) 2. In other circumstances, psql will
compile but does not provide
command history capability, even though the underlying readline
library supports it. (Various threads, most recently "query
repetition in psql" around 29 Apr.)
Tom Lane
28 years ago
Bruce Momjian
95aa15f32a
Give proper error on psql \copy use.
28 years ago
Bruce Momjian
58fffea03c
Cleanups for large objects, so file is trucated on open, fix for
...
solaris/spare shared libararies, new error message for postmaster
startup, and makefile cleanups.
28 years ago
Bruce Momjian
1b70585d4b
Someone remove a #define too much from pg_proc.h which breaks
...
compiling nbtsearch.c after configuring with --enable-cassert.
Patch below.
-- --------------------------------------------- Göran Thyni,
sysadm, JMS Bildbasen, Kiruna
28 years ago
Bruce Momjian
c312583767
Add sys/time.h to fe-misc.c, prevent pgtclsh from using old libaries,
...
and allow CUSTOM_COPT to appear in compile AND LINK commands.
28 years ago
Thomas G. Lockhart
02a9d7e273
Changed error message slightly.
28 years ago
Thomas G. Lockhart
e6a854dc41
Add some more node print routines for debugging only
...
(inside of #ifdef PARSEDEBUG blocks).
28 years ago
Thomas G. Lockhart
52dd4cfd7c
Fix CACHEDEBUG debugging statements; usually not used and apparently
...
broke a long time ago when some definitions changed.
28 years ago
Thomas G. Lockhart
de75f9ef49
Change parameters to func_error().
28 years ago
Thomas G. Lockhart
3ace5fd082
Add capabilities for automatic type conversion.
28 years ago
Thomas G. Lockhart
54b5577cb6
Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.
28 years ago
Thomas G. Lockhart
cd692f2347
llow more variations on valid floating point numbers (e.g. ".1", "1e6").
...
Reintroduce fixes for unary minus parsing with leading spaces.
28 years ago
Thomas G. Lockhart
f4f0e9d608
Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.
...
Check for and properly ignore FOREIGN KEY column constraints
(already had fixed same for table constraints).
Define USER as synonym for CURRENT_USER per SQL92 specs
(no longer allowed as bare column name, sorry).
Re-enable HAVING clause but no fixes elsewhere yet.
Other stuff from today's update of gram.y...
28 years ago
Thomas G. Lockhart
8ff34188f7
Add parse_coerce.c for type conversion handling.
28 years ago