summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2001-02-06Out-of-bounds memory allocation request sizes should be treated as justTom Lane
2001-02-02Apply patches for QNX from MaurizioBruce Momjian
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-27Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane
2001-01-25Re-implement deadlock detection and resolution, per design notes postedTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24Add all possible config file options.Bruce Momjian
2001-01-24Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2001-01-23Fix some int4->int32.Bruce Momjian
2001-01-23Rename int4 to int32 in a few places.Bruce Momjian
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-22Clean up lockmanager data structures some more, in preparation for plannedTom Lane
2001-01-22Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane
2001-01-22All the global memory contexts should be DLLIMPORT, if any are.Tom Lane