aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* Considering the BeOS port didn't compile without IPC_STAT and shm_nattch,Tom Lane2001-03-18
* Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane2001-03-18
* XLOG (and related) changes:Tom Lane2001-03-13
* Add missing include.Peter Eisentraut2001-03-01
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* This hasn't been used for anything for a long time...Tom Lane2001-02-09
* Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will notTom Lane2001-02-07
* Apply patches for QNX from MaurizioBruce Momjian2001-02-02
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* attached is a patch that makes SysV semaphore emulationBruce Momjian2001-01-17
* Be more careful about the difference between signed and unsigned ints.Tom Lane2000-12-30
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-18
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Fix return typePeter Eisentraut2000-11-14
* Real dynamic loader codePeter Eisentraut2000-11-09
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* beos fixes from Cyril VELTERBruce Momjian2000-10-28
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-10
* Some dynloader files missed the template rename a while back.Peter Eisentraut2000-10-10
* Cosmetic cleanups of Beos portPeter Eisentraut2000-10-09
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New beos files. FAQ cleanup.Bruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-29
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-06
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Correct busted syntax of CC invocation for tas.s.Tom Lane2000-05-19
* Makefile CFLAGS cleanups.Bruce Momjian2000-05-11
* On HPUX, shl_load should be called with options BIND_IMMEDIATE ratherTom Lane2000-04-26
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* > I have improved the System V semaphore emulation of the QNX4 port.Bruce Momjian2000-03-14
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Add:Bruce Momjian2000-01-26
* Remove unused files.Bruce Momjian1999-12-17
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-17
* Update for QNX.Bruce Momjian1999-12-16
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* 'extern char *pg_pathname' in these files fails to agree withTom Lane1999-10-25
* Fix for AIX dynaloader from Zeugswetter AndreaBruce Momjian1999-09-28
* Get rid of elog(DEBUG) in snprintf emulation ... it's justTom Lane1999-09-09
* Minor improvements to stringinfo package to make it moreTom Lane1999-08-31
* Remove extra #endifBruce Momjian1999-07-30