aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* More agg cleanup.Bruce Momjian1999-01-26
* primary key support cleanups from D'Arcy...Marc G. Fournier1999-01-26
* pgindent file.Bruce Momjian1999-01-26
* From: Peter T Mount <peter@retep.org.uk>Marc G. Fournier1999-01-25
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-25
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-25
* Tighten coding of fmgr_isbuiltin() ... managed to speed it upTom Lane1999-01-25
* Tighten coding of inner loops in nocachegetattr ...Tom Lane1999-01-24
* Use heap_attisnull, rather than heap_getattr, for a smallTom Lane1999-01-24
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-24
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Improper addition of NaN/Infinity recognition to float8in()Tom Lane1999-01-24
* Remove unused Choose node.Bruce Momjian1999-01-23
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-23
* Fix unportable test syntax in regression script.Tom Lane1999-01-23
* Fix for intersect FOR UPDATE check.Bruce Momjian1999-01-22
* Relcache Size fix.Bruce Momjian1999-01-22
* Fix for Size sizeof in cache code.Bruce Momjian1999-01-22
* |From: "D'Arcy" "J.M." Cain <darcy@druid.net>Marc G. Fournier1999-01-22
* It seems that SPI_prepare() doesn't work well in some cases.Bruce Momjian1999-01-21
* Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian1999-01-21
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* i have made minor changes to array_iterator to make it work withBruce Momjian1999-01-21
* From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier1999-01-21
* Copy RowMark node (it's for (-:)) FOR UPDATE).Vadim B. Mikheev1999-01-21
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-21
* Update gram.c.Bruce Momjian1999-01-20
* Add Intersect check.Bruce Momjian1999-01-20
* Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart1999-01-20
* Clean up leap year support and date/time validation.Thomas G. Lockhart1999-01-20
* Add a set of braces to clarify conditional nesting.Thomas G. Lockhart1999-01-20
* Remove redundant note on NT port.Thomas G. Lockhart1999-01-19
* Augment info on string functions per Jose Soares' suggestions.Thomas G. Lockhart1999-01-19
* Introduction to SQL from Stefan. Not yet marked up, but will go intoThomas G. Lockhart1999-01-19
* Add tables of allowed values and formats for date/time input types.Thomas G. Lockhart1999-01-19
* Merge current.sgml into release.sgml so all release notes are in the sameThomas G. Lockhart1999-01-19
* Okay, I've updated the ecpg parser yet again. Unfortunately it has oneBruce Momjian1999-01-18
* Add missing Windows files.Bruce Momjian1999-01-18
* Fix cfor typos.Bruce Momjian1999-01-18
* Fix for typo in gram.yBruce Momjian1999-01-18
* Add masters thesis to docs.Bruce Momjian1999-01-18
* Hi!Bruce Momjian1999-01-18
* Clean up trivial compiler warning from gcc.Tom Lane1999-01-17
* Reverse out yesterday's patch from Horak Daniel, sinceTom Lane1999-01-17
* Keep Tcl from getting confused if backend closes connectionTom Lane1999-01-17
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-17
* Add missing variable, per Massimo.Tom Lane1999-01-17
* fixes to lock debugging macros from Massimo Dal ZottoTom Lane1999-01-17