1999-01-17 |
Tom Lane | TCL_ARRAYS option patches from Massimo Dal Zotto |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Add missing variable, per Massimo. |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | fixes to lock debugging macros from Massimo Dal Zotto |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Add description of ELOG_TIMESTAMPS and USE_SYSLOG options, |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Bruce Momjian | Win32 new files. |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Bruce Momjian | Apply Win32 patch from Horak Daniel. |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Bruce Momjian | As the email posted to the announce and interfaces... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Improve error message when connect() call fails: |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Bruce Momjian | Fix for missing NAN. |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Add configure test to see whether vsnprintf() is present, |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Remove uses of MSG_WAITALL temporarily, since it doesn't |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Replace direct inclusions of c.h with inclusion of... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Apply Magnus Hagander's followup patch to correct |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tom Lane | Re-insert %.sl rule into Makefile.hpux ... seems it... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Marc G. Fournier | From: Magnus Hagander <mha@sollentuna.net> |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Marc G. Fournier | From: Magnus Hagander <mha@sollentuna.net> |
commit | commitdiff | tree | snapshot |
1999-01-10 |
Thomas G. Lockhart | Be more careful to check input string lengths as well... |
commit | commitdiff | tree | snapshot |
1999-01-10 |
Thomas G. Lockhart | Handle "NaN" and "Infinity" for input values. |
commit | commitdiff | tree | snapshot |
1999-01-08 |
Byron Nikolaidis | Update 06-40-0004 -- Add Bookmark support! |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Bruce Momjian | Sorry for posting it here again, but I haven't corrected my |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Fix build rules for the tutorial, |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Refresh info for various platforms. Claim client-side... |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Fix typo. |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Add entries for introduction chapter components such... |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Remove mention of a couple of introductory chapters |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Fix column formatting for a table. No content changes. |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Put in more markup. Not done yet though. |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Thomas G. Lockhart | Include installation instructions for WIN32 client... |
commit | commitdiff | tree | snapshot |
1999-01-06 |
Byron Nikolaidis | Update 06-40-0003 |
commit | commitdiff | tree | snapshot |
1999-01-05 |
Vadim B. Mikheev | SELECT FOR UPDATE syntax |
commit | commitdiff | tree | snapshot |
1999-01-05 |
Jan Wieck | Restricted maximum precision for NUMERIC to 1000 digits. |
commit | commitdiff | tree | snapshot |
1999-01-05 |
Jan Wieck | Removed precision restriction in numeric_round() causing |
commit | commitdiff | tree | snapshot |
1999-01-05 |
Byron Nikolaidis | Mini Update #2 -- final fixes for buffer lengths, null... |
commit | commitdiff | tree | snapshot |
1999-01-04 |
Jan Wieck | Just one more bugfix - this time in cmp_abs (cannot... |
commit | commitdiff | tree | snapshot |
1999-01-04 |
Jan Wieck | Fixed backend crashing bug in apply_typmod() |
commit | commitdiff | tree | snapshot |
1999-01-04 |
Jan Wieck | Little fix for round() function |
commit | commitdiff | tree | snapshot |
1999-01-03 |
Bruce Momjian | update HISTORY |
commit | commitdiff | tree | snapshot |
1999-01-03 |
Bruce Momjian | Fix NAN code. |
commit | commitdiff | tree | snapshot |
1999-01-03 |
Bruce Momjian | Fix for NAN generation. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Bruce Momjian | Mention 6.4.2 changes. |
commit | commitdiff | tree | snapshot |
1999-01-01 |
Bruce Momjian | Some security, since we now have vsnprintf, I remade... |
commit | commitdiff | tree | snapshot |
1999-01-01 |
Bruce Momjian | Fix for no platform NAN. |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Bruce Momjian | Add max oid display, rather than returning just a dash... |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Thomas G. Lockhart | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE... |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Byron Nikolaidis | uncomment MYLOG to prevent warnings in compile |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Byron Nikolaidis | Mini update to fix SQLGetInfo to work properly (truncat... |
commit | commitdiff | tree | snapshot |
1998-12-30 |
Jan Wieck | Little precision fix for POWER(). I discovered problems... |
commit | commitdiff | tree | snapshot |
1998-12-30 |
Jan Wieck | Added NUMERIC data type with many builtin funcitons... |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Bruce Momjian | Update for deadlock detection. |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Bruce Momjian | Update for deadlock timer. |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Bruce Momjian | Fix for deadlock detection timeout. |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Bruce Momjian | Fix for deadlock timer timeout. |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Byron Nikolaidis | Minor fixes to compile on unix for v6-40-0002 |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Thomas G. Lockhart | Clean up to ensure tag completion as required by the... |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Byron Nikolaidis | Update for version 6-40-0002 and re-merge Thomas' changes. |
commit | commitdiff | tree | snapshot |
1998-12-28 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1998-12-28 |
Bruce Momjian | Fix for current dir not in path, from stan's report. |
commit | commitdiff | tree | snapshot |
1998-12-26 |
Bruce Momjian | Long awaited port for NetBSD/m68k was finally done... |
commit | commitdiff | tree | snapshot |
1998-12-25 |
Bruce Momjian | Fix for version, update to 6.5. |
commit | commitdiff | tree | snapshot |
1998-12-24 |
Bruce Momjian | Fix for snprintf and long long unsigned. |
commit | commitdiff | tree | snapshot |
1998-12-24 |
Bruce Momjian | Update HISTORY in CURRENT tree. |
commit | commitdiff | tree | snapshot |
1998-12-23 |
Thomas G. Lockhart | Fix reference to null pointer when no aggregate functio... |
commit | commitdiff | tree | snapshot |
1998-12-23 |
Bruce Momjian | Add subversion mention |
commit | commitdiff | tree | snapshot |
1998-12-22 |
Marc G. Fournier | From: Michael Meskes <Michael.Meskes@usa.net> |
commit | commitdiff | tree | snapshot |
1998-12-21 |
Jan Wieck | Changed TypeName.typmod to int32 - atttypmod is of... |
commit | commitdiff | tree | snapshot |
1998-12-20 |
Marc G. Fournier | finished cleaning up outnodes.c ... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Fix deadlock so it only checks once. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Included are patches for doc/README.mb and README.mb.jp. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Add pgaccess Makefile. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Here are descriptions: |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | I have ported PostgreSQL 6.4 to Cobalt Qube running... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Fix typos in rules.sgml. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Include example of Postgres' extended query syntax... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Update information on alternate database locations. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Include more details on editing with Emacs. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Include keywords from CASE implementation. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Add Cobalt MIPS linux box from Tatsuo. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Update some info, especially the CIDR/INET data types. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Include Emacs DocBook DTD description file. May allow... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Thomas G. Lockhart | Information on the CVS tree and remote access. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Jan Wieck | Fixed nodeToString() to put out "<>" for NULL strings... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Vadim B. Mikheev | SET TRANSACTION ISOLATION LEVEL ... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Missed a few files. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Attached is a patch with some fixes that (I think that... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Fix for HAVE_LONG bug in snprintf.c. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Bruce Momjian | Fix for snprintf with long long's, define problem. |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Bruce Momjian | Remove need for doc 'install man' in INSTALL file.... |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Marc G. Fournier | From: Keith Parks <emkxp01@mtcc.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Bruce Momjian | Upgrade to Pygress 2.2. |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Vadim B. Mikheev | Serialized mode works! |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Marc G. Fournier | Oops, sorry...meant to commit the patch from Thomas... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Vadim B. Mikheev | tzn undeclared in FreeBSD, commented out. |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Vadim B. Mikheev | Initial MVCC code. |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Marc G. Fournier | More cleanups ... this is one big file *sigh* |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Marc G. Fournier | Correct some typos... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Marc G. Fournier | More cleanups of appendStringInfo() function calls... |
commit | commitdiff | tree | snapshot |
1998-12-14 |
Bruce Momjian | Compilation of libpq for Win32 breaks on 6.4, because... |
commit | commitdiff | tree | snapshot |
1998-12-14 |
Marc G. Fournier | more cleanups...of note, appendStringInfo now performs... |
commit | commitdiff | tree | snapshot |
1998-12-14 |
Marc G. Fournier | Many more cleanups... |
commit | commitdiff | tree | snapshot |
1998-12-14 |
Marc G. Fournier | Initial attempt to clean up the code... |
commit | commitdiff | tree | snapshot |
next |