1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00
Commit Graph

40431 Commits

Author SHA1 Message Date
4da9c597af Include stdio.h to fix Craig Anderson's compile problem. 1996-11-22 04:39:53 +00:00
86ab9a5118 Fix bug: No -D option to postgres 1996-11-22 04:33:34 +00:00
e67cc8a346 Fix bug: -D options implies -d option. 1996-11-22 04:32:41 +00:00
8c2f099ab5 Fix memory overhelding while forming index' result:
memory allocation for ItemPointerData of heap' tuple is useless
because of FormRetrieveIndexResult makes neccessary palloc.
1996-11-21 06:13:43 +00:00
5d7e44fc8e Fix memory overhelding while forming index' result:
memory allocation for ItemPointerData of heap' tuple is useless

because of FormRetrieveIndexResult makes neccessary palloc.
1996-11-21 06:06:52 +00:00
05b3b8613d Fix memory overhelding while forming index' result:
memory allocation for ItemPointerData of heap' tuple is useless
because of FormRetrieveIndexResult makes neccessary palloc.
1996-11-21 06:02:56 +00:00
58802bf39a Can't add a keyword without making it a keyword. :-)
D'Arcy J.M. Cain                           |  Democracy is three wolves
1996-11-20 22:58:22 +00:00
cd743f8388 Otherwise "gmake install" fails.
D'Arcy J.M. Cain                           |  Democracy is three wolves
1996-11-20 22:53:49 +00:00
c4d6bda2c5 There is a bug in aclinsert3 in the code which update the acl arrays.
When an acl item is added or updated the new entry is deleted if it has no
permissions and the acl array is shrinked. This is is done by decrementing
the number of items without updating the corresponding array size.
The array with the incorrect size is later read by pg_aclcheck and the entry
count is used to allocate a new array while the array size is used to copy
the old one. This causes a memory corruption and a backend crash.
This happens only to normal user as the administrator bypasses acl checks.
Massimo Dal Zotto
1996-11-20 22:53:10 +00:00
8299e75577 following is a little fix for libpq.
PQexec  handles  the possibility of multiple results from one
    query by simply submitting an empty  query  after  the  first
    result and waiting for an 'I' message.

    Rules  can  generate  errors with transaction abort after the
    first 'C' message was recieved (e.g. if a C-language function
    used  in  a rule calls elog(WARN, ...)). Thus we have to look
    for.

Jan(wieck@sapserv.debis.de)
1996-11-20 22:35:19 +00:00
6399c74f17 Fix \g filename. Free allocated memory and don't use memory that has
been freed.
1996-11-20 22:34:36 +00:00
9d45f22e38 Here is the patch for pg_dump not handling NULL values in 'insert'
mode properly.  This will apply correctly to 1.09 & 2.0 sources.
From David H. Bennett
1996-11-20 22:32:55 +00:00
bdb25dbad6 Fix for man Makefile. Added 'all'. 1996-11-20 01:54:13 +00:00
9529238d78 Make install change for man files 1996-11-19 22:23:13 +00:00
2abbf392bd Removed old Assert's used during development. 1996-11-19 05:06:39 +00:00
81f5c669e9 This file has not been part of the regression test for many releases. 1996-11-19 02:57:10 +00:00
13312a007d The routines in magic.c have moved to the more accessible version.c. 1996-11-19 02:55:37 +00:00
b8eb6400de Eliminate mk/ directory. The tyranny of the included make file templates is
ended!
1996-11-19 02:52:21 +00:00
be421b9b9a Build man/ instead of ../doc. Man pages have moved there. 1996-11-19 02:43:46 +00:00
c6453ea75f Added DLSUFFIX to bsdi. 1996-11-18 16:32:53 +00:00
317f375bb2 Rename SLSUFF to DLSUFFIX 1996-11-18 06:07:56 +00:00
4a820de1f2 Include some macros that used to be -D options in Makefile.global. 1996-11-18 02:27:27 +00:00
e2a8163c40 Remove linux define of __USE_POSIX, which doesn't appear to do anything. 1996-11-18 02:26:57 +00:00
b55d49f5fe Add comments about the diversity of signal functionality. Came from
Makefile.global.
1996-11-18 02:25:09 +00:00
87f5fda6b9 Make port-specific link libraries defined for linking backend more global
so you can also link pgtclsh.
1996-11-18 02:23:41 +00:00
bd57c3afe5 Quiet compiler warnings about missing prototypes in Linux's bitops.h. 1996-11-18 01:45:44 +00:00
435d4f4a79 Quiet compiler warnings, ignore the ones we can't. 1996-11-18 01:44:28 +00:00
e780f0fef3 Ignore compiler warnings, because we can't escape "abstract declarator used
as declaration".
1996-11-18 01:43:55 +00:00
529189f407 Renamed file. Restored SLSUFF to .so. 1996-11-17 20:30:32 +00:00
ce7a3b3a82 Enable manual pages to be installed. 1996-11-17 19:40:15 +00:00
99a4dc0598 Copy needed include files into standard directory. 1996-11-17 19:27:38 +00:00
b715c3ad96 Change SLSUFF from .so to .o as default. 1996-11-17 19:26:44 +00:00
75f58aef7c New backend directory description file. 1996-11-17 05:26:57 +00:00
ca1a20eba4 Fix for -da option of pg_dump. 1996-11-17 04:56:16 +00:00
cc7f032289 Fix for return code of psql in manual. 1996-11-17 04:27:34 +00:00
003b76f9ac Fix for error when viewing group access privs. 1996-11-17 04:26:59 +00:00
4b130b2209 Fix for Alter TABLE add column varchar(). Was causing zero length. 1996-11-17 04:23:10 +00:00
620f014621 Fix syntax errors so it runs without error messages. 1996-11-17 03:55:07 +00:00
aef6163388 Remove old GetPGData reference that causes warning. 1996-11-16 09:03:44 +00:00
7bf3bae1a4 Add #include <sys/types.h> so it works with Ultrix's in.h 1996-11-16 08:09:16 +00:00
5dd3c5620c Added documentation on new unique index capability. 1996-11-16 05:45:56 +00:00
4024d43069 Added include file needed by memset(). 1996-11-16 05:18:58 +00:00
b3ce105b31 Add prototype for new datetime functions. 1996-11-16 04:59:10 +00:00
7085aba53c Remove quote removal. Moved to parser. 1996-11-15 18:38:55 +00:00
36aaf2505d Correct permissions on lo_export(). Open up permissions. 1996-11-15 18:38:20 +00:00
3f53311088 Fix quote/doublequote handling. 1996-11-15 18:37:37 +00:00
b847d29785 Remove PERFECT_MEM
Unallocate opaque.
1996-11-15 18:37:10 +00:00
f8e02c192a Unallocate opaque. 1996-11-15 18:36:31 +00:00
a180738ddd Changed " to '. Removed bug section from psql. added reminder for log call
in built-in.  fixed backslases in source for libpq.
1996-11-15 17:55:31 +00:00
54c9905d6e Mulitple inclusion of sys/socket.h
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
1996-11-15 09:54:28 +00:00