aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Can't add a keyword without making it a keyword. :-)Bruce Momjian1996-11-20
* There is a bug in aclinsert3 in the code which update the acl arrays.Bruce Momjian1996-11-20
* Removed old Assert's used during development.Bruce Momjian1996-11-19
* The routines in magic.c have moved to the more accessible version.c.Bryan Henderson1996-11-19
* 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
* Make port-specific link libraries defined for linking backend more globalBryan Henderson1996-11-18
* Quiet compiler warnings about missing prototypes in Linux's bitops.h.Bryan Henderson1996-11-18
* 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
* 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
* Remove quote removal. Moved to parser.Bruce Momjian1996-11-15
* Correct permissions on lo_export(). Open up permissions.Bruce Momjian1996-11-15
* Fix quote/doublequote handling.Bruce Momjian1996-11-15
* Remove PERFECT_MEMBruce Momjian1996-11-15
* Unallocate opaque.Bruce Momjian1996-11-15
* Mulitple inclusion of sys/socket.hMarc G. Fournier1996-11-15
* Features added:Marc G. Fournier1996-11-14
* Bring in Randy's NOROOT patchMarc G. Fournier1996-11-14
* Fix a comment...was going to fix the <sys/types.h> problem, butMarc G. Fournier1996-11-14
* Couple of Ultrix4 related patches submited by:Marc G. Fournier1996-11-14
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* Use port-protos.h instead of trying to declare random() and srandom()Bryan Henderson1996-11-14
* Use -Wno-error option only if compiler is gcc.Bryan Henderson1996-11-14
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-12
* Fixed double pfree on opaque.Bruce Momjian1996-11-11
* Various cleanups from D'ArcyMarc G. Fournier1996-11-11
* Add an abort() call to ExceptionalCondition so that is Assert isMarc G. Fournier1996-11-11
* change include c.h to postgres.hMarc G. Fournier1996-11-11
* Warning removal cleanupBruce Momjian1996-11-11
* Change gmake to $(MAKE) so backend compiles on system with no "gmake".Bryan Henderson1996-11-10
* prototype cleanupBruce Momjian1996-11-10
* Recognize dependencies more reliably.Bryan Henderson1996-11-10
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Quiet compiler warnings.Bryan Henderson1996-11-10
* Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...Bryan Henderson1996-11-10
* Remove #include <regex.h> so it compiles on systems with GNU regex library.Bryan Henderson1996-11-10
* Make it find inet_aton.h so backend compiles on Solaris.Bryan Henderson1996-11-10
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* More compile cleanupsBruce Momjian1996-11-08
* Fix perbyte_cpu thingBryan Henderson1996-11-08
* Compile and warning cleanupBruce Momjian1996-11-08
* Another patch to quiet the compiler from D'ArcyMarc G. Fournier1996-11-08
* Add some missing includesMarc G. Fournier1996-11-08
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-08
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
* Make sure that #include <postgres.h> is included in fmgrtab.cMarc G. Fournier1996-11-06
* More files cleaned outMarc G. Fournier1996-11-06