Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | First step done, | Marc G. Fournier | 1998-02-21 |
| | | | | | | | | | | | | | | | | | | | 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; | ||
* | 1.7.01.7.0 | Edmund Mergl | 1998-02-20 |
| | |||
* | 1.7.0 | Edmund Mergl | 1998-02-20 |
| | |||
* | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | 1998-02-20 |
| | | | | | Please remove src/interfaces/ecpg/prproc/y.tab.h from cvs. It is generated by make anyway. | ||
* | Missign a comma... | Marc G. Fournier | 1998-02-20 |
| | | | | From: AA van Raalte <alvin@camberlo.demon.co.uk> | ||
* | *** empty log message *** | Marc G. Fournier | 1998-02-20 |
| | |||
* | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | 1998-02-20 |
| | | | | Subject: [PATCHES] one small fix for ecpg | ||
* | Update bugs section of ecpg... | Marc G. Fournier | 1998-02-20 |
| | |||
* | Okay, revert back to non-REVOKED...happy now? :) | Marc G. Fournier | 1998-02-20 |
| | |||
* | From: Andreas.Zeugswetter@telecom.at | Marc G. Fournier | 1998-02-19 |
| | | | | Improved fix to pg_user/passwd problem...using rewrite rules | ||
* | Password fix. Now people have to do the REVOKE themselves. | Bruce Momjian | 1998-02-19 |
| | |||
* | oops, missed one... | Marc G. Fournier | 1998-02-19 |
| | |||
* | Makefile required some cleaning up for install and make | Marc G. Fournier | 1998-02-19 |
| | |||
* | Don't make shared libraries for i386_solaris yet...it doesn't work | Marc G. Fournier | 1998-02-19 |
| | |||
* | Updated from 0.61->0.76 | Marc G. Fournier | 1998-02-19 |
| | |||
* | FIFO lock wait queue, with readers grouped together. | Bruce Momjian | 1998-02-19 |
| | |||
* | Various minor modes for i386_solaris | Marc G. Fournier | 1998-02-19 |
| | |||
* | Check for <netinet/in.h>, required by DG/ux | Marc G. Fournier | 1998-02-19 |
| | |||
* | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | 1998-02-19 |
| | | | | | Here's my next patch. this one should fix some more bugs. ecpg now fully understands the whenever statement. | ||
* | Fix for InitPlan-s: have to copy subselect' result tuple. | Vadim B. Mikheev | 1998-02-19 |
| | |||
* | Already moved to the appropriate documentation directories | Marc G. Fournier | 1998-02-19 |
| | |||
* | Update FAQ's for release. | Bruce Momjian | 1998-02-18 |
| | |||
* | Fix -t for pg_dump when table is uppercase. | Bruce Momjian | 1998-02-18 |
| | |||
* | Restore 6.2.1 output | Vadim B. Mikheev | 1998-02-18 |
| | |||
* | GroupState changed. | Vadim B. Mikheev | 1998-02-18 |
| | |||
* | New nodeGroup.c code uses own copy of first tuple in a group. | Vadim B. Mikheev | 1998-02-18 |
| | | | | Free memory after comparison in nodeUnique.c | ||
* | Start shipping gram.y products gram.c and parse.h to avoid having to build | Thomas G. Lockhart | 1998-02-18 |
| | | | | | them from scratch. gram.y has now grown so that some non-bison yaccs (including FreeBSDs) run out of room and quit. | ||
* | Add new subselect test. | Thomas G. Lockhart | 1998-02-18 |
| | |||
* | New table from new subselect test. | Thomas G. Lockhart | 1998-02-18 |
| | |||
* | Include products of gram.y to allow systems without bison to build Postgres. | Thomas G. Lockhart | 1998-02-18 |
| | | | | The parser recently grew too big for some yaccs, including FreeBSD. | ||
* | Allow LIKE expression in constraint clause. | Thomas G. Lockhart | 1998-02-18 |
| | | | | Allow USER and VALID as column names and identifiers. | ||
* | Fix parsing for <identifier>-<number> which was mis-identified as a unary | Thomas G. Lockhart | 1998-02-18 |
| | | | | minus. Example is SELECT f1-2 FROM INT4_TBL; | ||
* | Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1) | Thomas G. Lockhart | 1998-02-18 |
| | | | | used in regression tests. No longer core dumps. | ||
* | Remove inclusion of the doc make. Looks like all of the man pages are | Thomas G. Lockhart | 1998-02-18 |
| | | | | in the usual man page source directory anyway. Source tree now builds. | ||
* | Cancel last version which introduced unintended flags | Thomas G. Lockhart | 1998-02-18 |
| | | | | for linux-alpha support. | ||
* | Fix useor for (a,b...) Op ANY/ALL | Vadim B. Mikheev | 1998-02-18 |
| | |||
* | I'm getting a SEGV error when testing ecpg using the perftest,or | Marc G. Fournier | 1998-02-18 |
| | | | | | | | | | any other, example program. I have tracked this down to a call to PQfinish() in ECPGfinish() that occurs before any connection is established. From: Keith Parks <emkxp01@mtcc.demon.co.uk> | ||
* | Update the preprocessor code | Marc G. Fournier | 1998-02-18 |
| | | | | From: Michael Meskes <meskes@topsystem.de> | ||
* | Check for and include <getopt.h> | Marc G. Fournier | 1998-02-18 |
| | |||
* | Just another missing dummy file | Marc G. Fournier | 1998-02-17 |
| | |||
* | 2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, in | Marc G. Fournier | 1998-02-17 |
| | | | | | | | | backend/port/isinf.c it tries to compile two versions of isinf(). From: Andrew Martin <martin@biochemistry.ucl.ac.uk> | ||
* | Major update of ecpg preprocessor | Marc G. Fournier | 1998-02-17 |
| | | | | From: Michael Meskes <meskes@topsystem.de> | ||
* | Totally forgot to add these files... | Marc G. Fournier | 1998-02-17 |
| | |||
* | The problem is that $ac_cv_prog_gcc is empty, instead of 'no' or | Marc G. Fournier | 1998-02-17 |
| | | | | | | | | whatsoever. The patch is not a solution, because configure is generated from configure.in, and I don't know how to patch it to get a working 'configure'. From: "Pedro J. Lobo" <pjlobo@euitt.upm.es> | ||
* | Remove all backend/port/${PORTNAME} references from template files, since | Marc G. Fournier | 1998-02-16 |
| | | | | they don't exist anymore | ||
* | From: Brian E Gallew <geek+@cmu.edu> | Marc G. Fournier | 1998-02-14 |
| | | | | | | | | dgux 5.4R4.11 Missing port-protos.h (not needed, I think). Wants dld.h. Should really use the system dl stuff (like i386_solaris). Needs to include <netinet/in.h> before <arpa/inet.h>. Here are some patches... | ||
* | Apparently there was a | Marc G. Fournier | 1998-02-14 |
| | | | | | | | | compiler define that should have been enabled, but was not due to different naming conventions for Linux/Alpha. Attached is the patch he sent me, that I have not had a chance to test yet. From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | ||
* | Remove HBA related switch | Marc G. Fournier | 1998-02-14 |
| | | | | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | ||
* | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | Marc G. Fournier | 1998-02-14 |
| | | | | | | | The file 'backend/utils/adt/arrayfuncs.c' won't compile with the February 14th snapshot, because of an inconsistency between the declaration and implementation of ReadArrayStr(). As far as I can tell, the predeclaration is wrong. I assume this is what was meant: | ||
* | Man page for ecpg.1 | Marc G. Fournier | 1998-02-13 |
| |