Commit Graph

3300 Commits (3984f0eeb243f0ae3eaceef3a8dcf2ee238d732e)
 

Author SHA1 Message Date
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. 28 years ago
Thomas G. Lockhart 3955d66803 Add test for UNION. 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. 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 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 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 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 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 28 years ago
Bruce Momjian 1b70585d4b Someone remove a #define too much from pg_proc.h which breaks 28 years ago
Bruce Momjian c312583767 Add sys/time.h to fe-misc.c, prevent pgtclsh from using old libaries, 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 28 years ago
Thomas G. Lockhart 52dd4cfd7c Fix CACHEDEBUG debugging statements; usually not used and apparently 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"). 28 years ago
Thomas G. Lockhart f4f0e9d608 Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs. 28 years ago
Thomas G. Lockhart 8ff34188f7 Add parse_coerce.c for type conversion handling. 28 years ago