aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Collapse)AuthorAge
* Another directory cleaned upMarc G. Fournier1996-11-06
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
|
* Makes it compile...still needs workMarc G. Fournier1996-11-05
|
* Missed a file...Marc G. Fournier1996-11-05
| | | | access now compile with -Wall -Werror
* There, that cleans *that* outMarc G. Fournier1996-11-05
|
* One more to goMarc G. Fournier1996-11-05
|
* Almost done access...Marc G. Fournier1996-11-05
|
* More cleanupsMarc G. Fournier1996-11-05
|
* More cleanupsMarc G. Fournier1996-11-05
|
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-05
| | | | makefile fixed for fmgr.h
* More cleaned out #include filesMarc G. Fournier1996-11-05
| | | | Makefile fixed for fmgr.h
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-05
| | | | | | | | Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror
* Clean up a few of the #include filesMarc G. Fournier1996-11-05
|
* Added missing #includes pointed out by Keith ParksMarc G. Fournier1996-11-05
|
* Remove OPENLINK defineBruce Momjian1996-11-04
|
* Remove NULL_PATCH defineBruce Momjian1996-11-04
|
* Remove ARRAY_PATCH defineBruce Momjian1996-11-04
|
* Remove ESCAPE_PATCH defineBruce Momjian1996-11-04
|
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
|
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-03
|
* Cleaned up include headersMarc G. Fournier1996-11-03
|
* first pass at cleaning up include filesMarc G. Fournier1996-11-03
|
* More include file cleanupsMarc G. Fournier1996-11-03
|
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-03
| | | | cleaning up behind myself before *yawn* bed :)
* More include file cleanupsMarc G. Fournier1996-11-03
|
* That pretty much totally cleans up the includes files here.Marc G. Fournier1996-11-03
|
* Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.Bryan Henderson1996-11-03
|
* Fix bogus format in two error messages.Bryan Henderson1996-11-03
|
* Finish cleaning up -I linesMarc G. Fournier1996-11-03
|
* Keep the generated .h files in the local directory, like other object files,Bryan Henderson1996-11-03
| | | | | rather than in src/include with normal header files. Necessary to make dependancies work out so they don't keep getting rebuilt for no reason.
* More include file cleanupsMarc G. Fournier1996-11-03
|
* Quiet a compiler warning (see line 729+, retvalue)Marc G. Fournier1996-11-03
|
* Remove 'unused variable `open_errno''Marc G. Fournier1996-11-03
|
* Produce a clean compile of backend...Marc G. Fournier1996-11-03
|
* Clean up Makefile(s)Marc G. Fournier1996-11-03
| | | | | | Add #include "postgres.h" as required Remove #include "c.h" *and* "utils/elog.h" as applicable
* Clean up MakefileMarc G. Fournier1996-11-03
| | | | | | Add #include "postgres.h" as required Remove #include "utils/elog.h"
* Clean up Makefile, add #postgres.h as requiredMarc G. Fournier1996-11-03
|
* Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier1996-11-03
|
* Convenience routine for checking superuser status.Bryan Henderson1996-11-02
|
* Add misc subdirectory.Bryan Henderson1996-11-02
|
* Fix bug in checking permissions on table being COPY'd.Bryan Henderson1996-11-02
|
* Allow only superuser to do backend copy.Bryan Henderson1996-11-02
|
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-01
| | | | Compiled with -Wall -Werror
* Okay, so I was going backwards on my include cleanup...Marc G. Fournier1996-11-01
| | | | Pointed out by Bryan (in a subtle way *grin*)
* More chanes for bsdi_2_1 removalBruce Momjian1996-11-01
|
* Removal of bsdi_2_1 port.Bruce Momjian1996-11-01
|
* Fix for gmake clean.Bruce Momjian1996-10-31
|
* Add #include "postgres.h"Marc G. Fournier1996-10-31
|
* Cleanup MakefilesMarc G. Fournier1996-10-31
| | | | | | Add #include "postgres.h" and #include <sys/types.h>
* More Makefile cleanupsMarc G. Fournier1996-10-31
| | | | Add #include "postgres.h" as required