aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Relcache Size fix.Bruce Momjian1999-01-22
* Fix for Size sizeof in cache code.Bruce Momjian1999-01-22
* It seems that SPI_prepare() doesn't work well in some cases.Bruce Momjian1999-01-21
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-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
* Add a set of braces to clarify conditional nesting.Thomas G. Lockhart1999-01-20
* Add missing Windows files.Bruce Momjian1999-01-18
* Fix cfor typos.Bruce Momjian1999-01-18
* Fix for typo in gram.yBruce Momjian1999-01-18
* Hi!Bruce Momjian1999-01-18
* Reverse out yesterday's patch from Horak Daniel, sinceTom 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
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Fix for missing NAN.Bruce Momjian1999-01-17
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-17
* Remove uses of MSG_WAITALL temporarily, since it doesn'tTom Lane1999-01-17
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-12
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* Be more careful to check input string lengths as well as valuesThomas G. Lockhart1999-01-10
* Handle "NaN" and "Infinity" for input values.Thomas G. Lockhart1999-01-10
* SELECT FOR UPDATE syntaxVadim B. Mikheev1999-01-05
* Removed precision restriction in numeric_round() causingJan Wieck1999-01-05
* Just one more bugfix - this time in cmp_abs (cannot imagine thatJan Wieck1999-01-04
* Fixed backend crashing bug in apply_typmod()Jan Wieck1999-01-04
* Little fix for round() functionJan Wieck1999-01-04
* Fix NAN code.Bruce Momjian1999-01-03
* Fix for NAN generation.Bruce Momjian1999-01-03
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-01
* Fix for no platform NAN.Bruce Momjian1999-01-01
* Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian1998-12-31
* Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart1998-12-31
* Little precision fix for POWER(). I discovered problems with bigJan Wieck1998-12-30
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-30
* Update for deadlock detection.Bruce Momjian1998-12-29
* Update for deadlock timer.Bruce Momjian1998-12-29
* Fix for deadlock timer timeout.Bruce Momjian1998-12-29
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-26
* Fix for snprintf and long long unsigned.Bruce Momjian1998-12-24
* Fix reference to null pointer when no aggregate function candidatesThomas G. Lockhart1998-12-23
* finished cleaning up outnodes.c ...Marc G. Fournier1998-12-20
* Fix deadlock so it only checks once.Bruce Momjian1998-12-18
* I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian1998-12-18
* Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck1998-12-18