Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Install spi.h and trigger.in | Marc G. Fournier | 1998-02-24 |
| | |||
* | Create a RULE wrapper around pg_user for the password entry | Marc G. Fournier | 1998-02-23 |
| | |||
* | Document ACL_RD -> ACL_NO change on default table creation | Marc G. Fournier | 1998-02-23 |
| | |||
* | Note that table permissions are no longer defaulted to ACL_RD, but ACL_NO | Marc G. Fournier | 1998-02-23 |
| | | | | instead | ||
* | Modify initdb.sh so that it makes pg_user readable through view db_user | Marc G. Fournier | 1998-02-23 |
| | | | | | Modify psql so that it uses db_user instead of pg_user GRANT SELECT on pg_class | ||
* | Quick cleanups | Marc G. Fournier | 1998-02-23 |
| | |||
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The diff looks so simple and easy. But to find it wasn't fun. It must have been there for a long time. What happened: When a tuple in one of some central catalogs was updated, the referenced relation got flushed, so it would be reopened on the next access (to reflect new triggers, rules and table structure changes into the relation cache). Some data (the tupleDescriptor e.g.) is used in the system cache too. So when a relation is subject to the system cache, this must know too that a cached system relation got flushed because the tupleDesc data gets freed during the flush! For the GRANT/REVOKE on pg_class it was slightly different. There is some local data in inval.c that gets initialized on the first invalidation of a tuple in some central catalogs. This needs a SysCache lookup in pg_class. But when the first of all commands is a GRANT on pg_class, exactly the needed tuple is the one actually invalidated. So I added little code snippets that the initialization of the local variables in inval.c will already happen during InitPostgres(). | ||
* | Remove libpq README. | Bruce Momjian | 1998-02-23 |
| | |||
* | A few misc fixes brought up by Andrew | Marc G. Fournier | 1998-02-23 |
| | |||
* | Second query in select_views.sql is replaced. | Vadim B. Mikheev | 1998-02-23 |
| | |||
* | Fix relation path constraction in mdblindwrt(). | Vadim B. Mikheev | 1998-02-23 |
| | |||
* | Remind people of view permissions, and install libpq README. | Bruce Momjian | 1998-02-23 |
| | |||
* | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | 1998-02-23 |
| | |||
* | Partial fix for select distinct in subselect. | Bruce Momjian | 1998-02-23 |
| | |||
* | Configure patches from Brook Milligan. | Bruce Momjian | 1998-02-22 |
| | |||
* | The getColumns() method in DataBaseMetaData.java returns a column size | Marc G. Fournier | 1998-02-22 |
| | | | | | | of -1 for varchar's. From: CNT systemen BV <cntsys@cistron.nl> | ||
* | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | 1998-02-22 |
| | | | | | | | | Enclosed is the regression.diffs file from running the Feb 21st snapshot regression tests for inclusion in src/test/regression as regression.Aix41. Appears to be standard differences to me, error messages, fp accuracy and times off by an hour due to PST vs PDT. | ||
* | Change: | Marc G. Fournier | 1998-02-21 |
| | | | | | | | | | | | #define TAPETEMP "pg_btsortXXXXXX" to: #define TAPETEMP "pg_btsortXXXXXXX" For some reason, under FreeBSD, it appears that the mktemp() value needs the extra 'X' to improve/ensure uniqueness | ||
* | Add handling for new RangeTblEntry column name. | Bruce Momjian | 1998-02-21 |
| | |||
* | Constlen can be -1, so make it a signed type. | Bruce Momjian | 1998-02-21 |
| | |||
* | 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. |