aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-03
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-03
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-03
* Updates for 7.1.1. Not done yet.Bruce Momjian2001-05-03
* Correct pg_description entry for type macaddr.Tom Lane2001-05-03
* Undo pgindent brain damage, so that node type numbers can once again beTom Lane2001-04-24
* Make the world safe for passing whole rows of views to functions. ThisTom Lane2001-04-18
* Work with Readline 4.2.Peter Eisentraut2001-04-14
* Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane2001-04-13
* Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerDataTom Lane2001-03-30
* Add #define HAVE_ATEXIT, per report from Magnus.Tom Lane2001-03-26
* Improve comments for xlog item size #defines.Tom Lane2001-03-25
* Re-order declarations to un-break the non-HAS_TEST_AND_SET case.Tom Lane2001-03-25
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-23
* Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane2001-03-23
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-18
* 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