summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-03-26Add #define HAVE_ATEXIT, per report from Magnus.Tom Lane
2001-03-25Improve comments for xlog item size #defines.Tom Lane
2001-03-25Re-order declarations to un-break the non-HAS_TEST_AND_SET case.Tom Lane
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-23Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-18Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane
2001-03-18Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane
2001-03-16Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane
2001-03-14Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane
2001-03-14Remove obsolete PowerPC-specific hack for comparisons to DBL_MINTom Lane
2001-03-13Change xlog page-header format to include StartUpID. Use the SUI toTom Lane
2001-03-13XLOG (and related) changes:Tom Lane
2001-03-09Don't choke on superuser names containing random punctuation.Tom Lane
2001-03-04Update mysql converter, new version released.Bruce Momjian
2001-03-01Add missing semicolon required by QNX shell.Peter Eisentraut
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-27Tweak portal (cursor) code so that it will not call the executor againTom Lane
2001-02-27Mark new text<->date, text<->time, text<->timetz conversion functions asTom Lane
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
2001-02-23Update comments on locks.Bruce Momjian
2001-02-23Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian
2001-02-22More comment improvements.Bruce Momjian
2001-02-22Clean up index/btree comments/macros, as approved.Bruce Momjian
2001-02-22Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian
2001-02-22Add _REGEX_UTILS_H to avoid duplication.Tatsuo Ishii
2001-02-21Comment improvements.Bruce Momjian
2001-02-20Clean out any old versions of no-longer-installed header files that mayTom Lane
2001-02-20Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane
2001-02-19Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane
2001-02-18Change s_lock to not use any zero-delay select() calls; these are just aTom Lane
2001-02-16Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane
2001-02-16Clean up two rather nasty bugs in operator selection code.Tom Lane
2001-02-16Take OUTER JOIN semantics into account when estimating the size of joinTom Lane
2001-02-15Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane
2001-02-14Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane
2001-02-13Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian
2001-02-13Clean up portability problems in regexp package: change all routineTom Lane
2001-02-12Hmm, this isn't used either.Tom Lane
2001-02-12Remove unused and largely-broken-anyway compatibility defs.Tom Lane
2001-02-12Rearrange order of operations in heap_create_with_catalog so that ifTom Lane
2001-02-10Fix byte-vs-word-width oversight in m68k TAS() code.Tom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian
2001-02-09plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane
2001-02-07Macro for btree runtime fix.Vadim B. Mikheev
2001-02-07Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane