Commit Graph

3979 Commits (c00d800e2dbb475f1b1324c155c2a06835d16f49)

Author SHA1 Message Date
Bruce Momjian 0347dcc860 Okay, I've updated the ecpg parser yet again. Unfortunately it has one 27 years ago
Bruce Momjian 909c519733 Add missing Windows files. 27 years ago
Bruce Momjian d3423daaee Fix cfor typos. 27 years ago
Bruce Momjian fd7b963316 Fix for typo in gram.y 27 years ago
Bruce Momjian bd8ffc6f3f Hi! 27 years ago
Tom Lane 52065cf347 Clean up trivial compiler warning from gcc. 27 years ago
Tom Lane d1a391c332 Reverse out yesterday's patch from Horak Daniel, since 27 years ago
Tom Lane be94d8fb1e Keep Tcl from getting confused if backend closes connection 27 years ago
Tom Lane 5d2cf6af9e TCL_ARRAYS option patches from Massimo Dal Zotto 27 years ago
Tom Lane f134a1a90a Add missing variable, per Massimo. 27 years ago
Tom Lane 740c9da76d fixes to lock debugging macros from Massimo Dal Zotto 27 years ago
Tom Lane 00a420d53c Add description of ELOG_TIMESTAMPS and USE_SYSLOG options, 27 years ago
Bruce Momjian bce901af7d Win32 new files. 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Bruce Momjian 298682d9e0 As the email posted to the announce and interfaces list, attached is a tar 27 years ago
Tom Lane 4a6285ee44 Improve error message when connect() call fails: 27 years ago
Bruce Momjian 4deb20f4ce Fix for missing NAN. 27 years ago
Tom Lane 7fab608205 Add configure test to see whether vsnprintf() is present, 27 years ago
Tom Lane cd6bc85aa2 Remove uses of MSG_WAITALL temporarily, since it doesn't 27 years ago
Tom Lane 21badba151 Replace direct inclusions of c.h with inclusion of postgres.h, 27 years ago
Tom Lane 4e34686a36 Apply Magnus Hagander's followup patch to correct 27 years ago
Tom Lane 46ced3429b Re-insert %.sl rule into Makefile.hpux ... seems it is not 27 years ago
Marc G. Fournier d8b96ade81 From: Magnus Hagander <mha@sollentuna.net> 27 years ago
Marc G. Fournier 3b3ffc8d97 From: Magnus Hagander <mha@sollentuna.net> 27 years ago
Thomas G. Lockhart 6d5d673ca8 Be more careful to check input string lengths as well as values 27 years ago
Thomas G. Lockhart c715788681 Handle "NaN" and "Infinity" for input values. 27 years ago
Byron Nikolaidis 0b644ad332 Update 06-40-0004 -- Add Bookmark support! 27 years ago
Bruce Momjian 97b88f1c15 Sorry for posting it here again, but I haven't corrected my 27 years ago
Byron Nikolaidis a1164a2508 Update 06-40-0003 27 years ago
Vadim B. Mikheev dfa23f5e41 SELECT FOR UPDATE syntax 27 years ago
Jan Wieck b5626a2089 Restricted maximum precision for NUMERIC to 1000 digits. 27 years ago
Jan Wieck 814c8495a7 Removed precision restriction in numeric_round() causing 27 years ago
Byron Nikolaidis 8aad28da2d Mini Update #2 -- final fixes for buffer lengths, null buffers, truncation 27 years ago
Jan Wieck 1bbe55c79f Just one more bugfix - this time in cmp_abs (cannot imagine that 27 years ago
Jan Wieck c1855793df Fixed backend crashing bug in apply_typmod() 27 years ago
Jan Wieck e3a5ac283b Little fix for round() function 27 years ago
Bruce Momjian 936d89e9e0 Fix NAN code. 27 years ago
Bruce Momjian 6fd29f2c01 Fix for NAN generation. 27 years ago
Bruce Momjian f0fbd7b87e Some security, since we now have vsnprintf, I remade an old patch 27 years ago
Bruce Momjian d8ae7ffb2f Fix for no platform NAN. 27 years ago
Bruce Momjian da361ee24b Add max oid display, rather than returning just a dash for the last entry. 27 years ago
Thomas G. Lockhart 4d56dbd678 Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks 27 years ago
Byron Nikolaidis 2d74bf8843 uncomment MYLOG to prevent warnings in compile 27 years ago
Byron Nikolaidis bc9bab0390 Mini update to fix SQLGetInfo to work properly (truncation, NULL) 27 years ago
Jan Wieck 5df20d4449 Little precision fix for POWER(). I discovered problems with big 27 years ago
Jan Wieck 0e9d75c6ac Added NUMERIC data type with many builtin funcitons, operators 27 years ago
Bruce Momjian 6059c5a141 Update for deadlock detection. 27 years ago
Bruce Momjian 06c120e67e Update for deadlock timer. 27 years ago
Bruce Momjian 2b8736bac6 Fix for deadlock detection timeout. 27 years ago
Bruce Momjian f659ec545f Fix for deadlock timer timeout. 27 years ago