aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane2001-03-18
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane2001-03-14
* Remove obsolete PowerPC-specific hack for comparisons to DBL_MINTom Lane2001-03-14
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-13
* XLOG (and related) changes:Tom Lane2001-03-13
* Don't choke on superuser names containing random punctuation.Tom Lane2001-03-09
* Update mysql converter, new version released.Bruce Momjian2001-03-04
* Add missing semicolon required by QNX shell.Peter Eisentraut2001-03-01
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-01
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Mark new text<->date, text<->time, text<->timetz conversion functions asTom Lane2001-02-27
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* Update comments on locks.Bruce Momjian2001-02-23
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-23
* More comment improvements.Bruce Momjian2001-02-22
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-22
* Add _REGEX_UTILS_H to avoid duplication.Tatsuo Ishii2001-02-22
* Comment improvements.Bruce Momjian2001-02-21
* Clean out any old versions of no-longer-installed header files that mayTom Lane2001-02-20
* Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane2001-02-20
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-19
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane2001-02-16
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Take OUTER JOIN semantics into account when estimating the size of joinTom Lane2001-02-16
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-15
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-13
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-13
* Hmm, this isn't used either.Tom Lane2001-02-12
* Remove unused and largely-broken-anyway compatibility defs.Tom Lane2001-02-12
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
* Fix byte-vs-word-width oversight in m68k TAS() code.Tom Lane2001-02-10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian2001-02-09
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-09
* Macro for btree runtime fix.Vadim B. Mikheev2001-02-07
* Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane2001-02-07
* Out-of-bounds memory allocation request sizes should be treated as justTom Lane2001-02-06
* Apply patches for QNX from MaurizioBruce Momjian2001-02-02
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian2001-01-27
* Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane2001-01-27
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add all possible config file options.Bruce Momjian2001-01-24
* Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian2001-01-24