aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* 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
* cleanupBruce Momjian1999-07-18
* Fix configure problem.Bruce Momjian1999-07-18
* configure cleanupBruce Momjian1999-07-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* More config.h cleanups.Bruce Momjian1999-07-17
* Add config.h as needed.Bruce Momjian1999-07-17
* Add back improperly removed #include for config.h.Tom Lane1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* pgindent run over code.Bruce Momjian1999-05-25
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-17
* small error message improvement from Dmitry SamersoffBruce Momjian1999-05-05
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* We have tested the patches on three platforms:Bruce Momjian1999-03-14
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Clean up some minor compile warnings.Tom Lane1999-02-07
* Add floating-point support to our emulation of snprintfTom Lane1999-02-06
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add missing Windows files.Bruce Momjian1999-01-18
* Reverse out yesterday's patch from Horak Daniel, sinceTom Lane1999-01-17
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-17
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* Fix for snprintf and long long unsigned.Bruce Momjian1998-12-24
* Attached is a patch with some fixes that (I think that) should go intoBruce Momjian1998-12-18
* Fix for HAVE_LONG bug in snprintf.c.Bruce Momjian1998-12-18
* Fix for snprintf with long long's, define problem.Bruce Momjian1998-12-18
* Fix prototype for 64-bit platforms.Bruce Momjian1998-12-12
* Add stdio for NULL define.Bruce Momjian1998-12-12
* Don't forget to create the dynloader files...Marc G. Fournier1998-10-27
* Cleanup for snprintf for long long's.Bruce Momjian1998-10-08
* Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian1998-10-07
* Fixes for Irix from Robert BruccoleriBruce Momjian1998-10-02
* Add in, I think, support for %lld in snprintf(), specifically withMarc G. Fournier1998-09-23