- 30 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-
- 23 Aug, 1998 1 commit
-
-
Bruce Momjian authored
is a working 64-bit-int type available. In playing around with it on my machine, I found that gcc provides perfectly fine support for "long long" arithmetic ... but sprintf() and sscanf(), which are system-supplied, don't work :-(. So the autoconf test program does a cursory test on them too. If we find that a lot of systems are like this, it might be worth the trouble to implement binary<->ASCII conversion of int64 ourselves rather than relying on sprintf/sscanf to handle the data type. regards, tom lane
-
- 17 Aug, 1998 1 commit
-
-
Marc G. Fournier authored
Date: Sun, 16 Aug 1998 14:56:48 -0400 From: Tom Lane <tgl@sss.pgh.pa.us> Attached is a patch for this weekend's work on libpq. I've dealt with several issues: <for details: see message, in pgsql-patches archive for above data>
-
- 16 Jun, 1998 1 commit
-
-
Bruce Momjian authored
I have implemented a framework of encoding translation between the backend and the frontend. Also I have added a new variable setting command: SET CLIENT_ENCODING TO 'encoding'; Other features include: Latin1 support more 8 bit cleaness See doc/README.mb for more details. Note that the pacthes are against May 30 snapshot. Tatsuo Ishii
-
- 15 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 09 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
Reintroduce fixes for unary minus parsing with leading spaces.
-
- 04 May, 1998 1 commit
-
-
Bruce Momjian authored
confused.
-
- 17 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
gram.c updated scan.c updated ecpg/Makefile added LDFLAGS configure requires sfio for those systems with it installed...
-
- 08 Apr, 1998 1 commit
-
-
Thomas G. Lockhart authored
Will re-introduce for v6.4 but requires fixes for automatic type conversion beforehand.
-
- 18 Mar, 1998 1 commit
-
-
Thomas G. Lockhart authored
Make "TABLE" optional in "LOCK TABLE" command and "... INTO TABLE..." clause. Explicitly parse CREATE SEQUENCE options to allow a negative integer as an argument; this is an artifact of unary minus handling in scan.l. Add "PASSWORD" as an allowed column identifier. These fixes will require a "make clean install" but not a dump/reload.
-
- 21 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
below is the patch to have views to override the permission checks for the accessed tables. Now we can do the following: CREATE VIEW db_user AS SELECT usename, usesysid, usecreatedb, usetrace, usecatupd, '**********'::text as passwd, valuntil FROM pg_user; REVOKE ALL ON pg_user FROM public; REVOKE ALL ON db_user FROM public; GRANT SELECT ON db_user TO public;
-
- 18 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
minus. Example is SELECT f1-2 FROM INT4_TBL;
-
- 13 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
Apart from this Makefile hack, all I've done is to make dynamically loaded code modules fail properly (as was already done for __mips__, although I think this is too loose: I believe NetBSD for the pmax can do dynamic linking), and to add test-and-set lock handling. As Bruce suggested, this is done in a maximally efficient inlined way: I was not aware that this code was so important, speed-wise.
-
- 11 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
Throw elog(NOTICE) to flag promotion.
-
- 02 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
configure vs port specific #ifdef's...
-
- 27 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
Cleanup patches for previous protocol changes patch
-
- 24 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 15 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
nodeAgg.c: WARN -> NOTICE for elog parse_oper.c: was created after patch for fmgr_info, so function call wrong scan.c: regenerated for i386_solaris using flex 2.5.4 gethostname.c: required prototype for gethostname() function config.h.in: create prototype for isinfo() function isinf.c: "fake" isinf() under i386_solaris using fpclass() call...
-
- 13 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 05 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 09 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
...malloc/free -> palloc/pfree ...fopen/fclose -> AllocateFile/FreeFile
-
- 30 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
No functional changes this time!
-
- 26 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 17 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 14 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
old AT&T lexers and exclusive states (Solaris has trouble and probably others).
-