summaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAgeFilesLines
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-314-25/+18
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-1/+2
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-061-67/+0
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-294-20/+6
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-287-15/+17
* Correct busted syntax of CC invocation for tas.s.Tom Lane2000-05-191-2/+2
* Makefile CFLAGS cleanups.Bruce Momjian2000-05-111-1/+4
* On HPUX, shl_load should be called with options BIND_IMMEDIATE ratherTom Lane2000-04-261-2/+11
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-1211-643/+790
* > I have improved the System V semaphore emulation of the QNX4 port.Bruce Momjian2000-03-143-58/+145
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-082-0/+156
* Add:Bruce Momjian2000-01-2628-47/+75
* Remove unused files.Bruce Momjian1999-12-173-22730/+0
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-173-278/+2816
* Update for QNX.Bruce Momjian1999-12-1614-1351/+10237
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-1617-3/+12322
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-133-5/+5
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-093-5/+5
* 'extern char *pg_pathname' in these files fails to agree withTom Lane1999-10-253-5/+5
* Fix for AIX dynaloader from Zeugswetter AndreaBruce Momjian1999-09-281-0/+1
* Get rid of elog(DEBUG) in snprintf emulation ... it's justTom Lane1999-09-091-4/+1
* Minor improvements to stringinfo package to make it moreTom Lane1999-08-311-5/+6
* Remove extra #endifBruce Momjian1999-07-301-2/+1
* cleanupBruce Momjian1999-07-181-6/+8
* Fix configure problem.Bruce Momjian1999-07-181-8/+24
* configure cleanupBruce Momjian1999-07-181-24/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-176-18/+8
* More config.h cleanups.Bruce Momjian1999-07-171-3/+3
* Add config.h as needed.Bruce Momjian1999-07-171-1/+3
* Add back improperly removed #include for config.h.Tom Lane1999-07-162-2/+6
* Final cleanup.Bruce Momjian1999-07-166-12/+12
* Update #include cleanupsBruce Momjian1999-07-1620-35/+35
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-1512-28/+28
* Remove unused #includes in *.c files.Bruce Momjian1999-07-154-14/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-155-13/+4
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-132-6/+6
* pgindent run over code.Bruce Momjian1999-05-253-16/+18
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-171-0/+2
* small error message improvement from Dmitry SamersoffBruce Momjian1999-05-051-1/+1
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-3/+3
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-0/+2
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-212-5/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1325-46/+46
* Clean up some minor compile warnings.Tom Lane1999-02-073-5/+11
* Add floating-point support to our emulation of snprintfTom Lane1999-02-061-64/+82
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Add missing Windows files.Bruce Momjian1999-01-182-0/+38
* Reverse out yesterday's patch from Horak Daniel, sinceTom Lane1999-01-171-2/+1
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+2
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-171-2/+2