aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Prevent empty queries from crashing server.Bruce Momjian1996-11-25
|
* Fix access through null pointer info->rule_action. Thanks Darren King.Bryan Henderson1996-11-24
|
* Fix syntax error: missing argument to elog(). Thanks Darren King.Bryan Henderson1996-11-24
|
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-24
|
* Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson1996-11-24
|
* Add dep: rule.Bryan Henderson1996-11-24
|
* First pass at getting shared libraries on AIX properly built.Bryan Henderson1996-11-23
|
* Eliminate pesky "postconfig not found" message.Bryan Henderson1996-11-23
|
* Fix for \g strdup error.Bruce Momjian1996-11-22
|
* Include ctype.h to fix Kurt Lidl's compile problem.Bryan Henderson1996-11-22
|
* Include stdio.h to fix Craig Anderson's compile problem.Bryan Henderson1996-11-22
|
* Fix bug: No -D option to postgresBryan Henderson1996-11-22
|
* Fix bug: -D options implies -d option.Bryan Henderson1996-11-22
|
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-21
| | | | | memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc.
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-21
| | | | | | memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc.
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-21
| | | | | memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc.
* Can't add a keyword without making it a keyword. :-)Bruce Momjian1996-11-20
| | | | D'Arcy J.M. Cain | Democracy is three wolves
* Otherwise "gmake install" fails.Bruce Momjian1996-11-20
| | | | D'Arcy J.M. Cain | Democracy is three wolves
* There is a bug in aclinsert3 in the code which update the acl arrays.Bruce Momjian1996-11-20
| | | | | | | | | | | 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
* following is a little fix for libpq.Bruce Momjian1996-11-20
| | | | | | | | | | | | | 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)
* Fix \g filename. Free allocated memory and don't use memory that hasBruce Momjian1996-11-20
| | | | been freed.
* Here is the patch for pg_dump not handling NULL values in 'insert'Bruce Momjian1996-11-20
| | | | | mode properly. This will apply correctly to 1.09 & 2.0 sources. From David H. Bennett
* Fix for man Makefile. Added 'all'.Bruce Momjian1996-11-20
|
* Make install change for man filesBruce Momjian1996-11-19
|
* Removed old Assert's used during development.Bruce Momjian1996-11-19
|
* This file has not been part of the regression test for many releases.Bryan Henderson1996-11-19
|
* The routines in magic.c have moved to the more accessible version.c.Bryan Henderson1996-11-19
|
* Eliminate mk/ directory. The tyranny of the included make file templates isBryan Henderson1996-11-19
| | | | ended!
* Build man/ instead of ../doc. Man pages have moved there.Bryan Henderson1996-11-19
|
* Added DLSUFFIX to bsdi.Bruce Momjian1996-11-18
|
* Rename SLSUFF to DLSUFFIXBruce Momjian1996-11-18
|
* Include some macros that used to be -D options in Makefile.global.Bryan Henderson1996-11-18
|
* Remove linux define of __USE_POSIX, which doesn't appear to do anything.Bryan Henderson1996-11-18
|
* Add comments about the diversity of signal functionality. Came fromBryan Henderson1996-11-18
| | | | Makefile.global.
* Make port-specific link libraries defined for linking backend more globalBryan Henderson1996-11-18
| | | | so you can also link pgtclsh.
* Quiet compiler warnings about missing prototypes in Linux's bitops.h.Bryan Henderson1996-11-18
|
* Quiet compiler warnings, ignore the ones we can't.Bryan Henderson1996-11-18
|
* Ignore compiler warnings, because we can't escape "abstract declarator usedBryan Henderson1996-11-18
| | | | as declaration".
* Renamed file. Restored SLSUFF to .so.Bruce Momjian1996-11-17
|
* Copy needed include files into standard directory.Bruce Momjian1996-11-17
|
* Change SLSUFF from .so to .o as default.Bruce Momjian1996-11-17
|
* New backend directory description file.Bruce Momjian1996-11-17
|
* Fix for -da option of pg_dump.Bruce Momjian1996-11-17
|
* Fix for return code of psql in manual.Bruce Momjian1996-11-17
|
* Fix for error when viewing group access privs.Bruce Momjian1996-11-17
|
* Fix for Alter TABLE add column varchar(). Was causing zero length.Bruce Momjian1996-11-17
|
* Fix syntax errors so it runs without error messages.Bryan Henderson1996-11-17
|
* Remove old GetPGData reference that causes warning.Bryan Henderson1996-11-16
|
* Add #include <sys/types.h> so it works with Ultrix's in.hBryan Henderson1996-11-16
|
* Added documentation on new unique index capability.Bruce Momjian1996-11-16
|