summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-12-11Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'Tom Lane
2001-12-11Repair roundoff-error problem for stddev/variance results near zero,Tom Lane
2001-12-10Suppress subquery pullup and pushdown when the subquery has anyTom Lane
2001-12-10Declare LWLock pointers as volatile to prevent AIX compiler fromTom Lane
2001-12-10Update from Weiping HePeter Eisentraut
2001-12-10Update from Serguei MokhovPeter Eisentraut
2001-12-10AIX 5 needs same resultmap tweaks as AIX 4.Tom Lane
2001-12-10Repair case-conversion error in to_date's handling of roman numerals.Tom Lane
2001-12-10committed the missing filesMichael Meskes
2001-12-10Add French translationPeter Eisentraut
2001-12-10updatePeter Eisentraut
2001-12-10Remove duplicate lines from previous patch attempt. Trouble with myThomas G. Lockhart
2001-12-10Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing emptyThomas G. Lockhart
2001-12-09Fixed several bugs concerning indicators and added error messages instead of ...Michael Meskes
2001-12-09Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser.Thomas G. Lockhart
2001-12-09Honor the typmod field for time zone intervals.Thomas G. Lockhart
2001-12-08Fix ecpg to allow pointer to structs.Michael Meskes
2001-12-06 - Removed debug message from preproc.y.Michael Meskes
2001-12-05 - Fixed variable handling in AT statement.Michael Meskes
2001-12-05Fix for usage of spirntf in more portable way.Tatsuo Ishii
2001-12-05Re-enable SunOS4 port. ReplaceTatsuo Ishii
2001-12-04Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane
2001-12-04Change appendStringInfoChar to appendStringInfoCharMacro in a couple ofTom Lane
2001-12-04Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane
2001-12-04Remove now-dead code for processing CONSTR_UNIQUE nodes inTom Lane
2001-12-04Hi Bruce, here is a first version of the hu.po file for the backend. IBruce Momjian
2001-12-04Suppress data directory access-permissions check when __CYGWIN__,Tom Lane
2001-12-04 Fixed dumping of structs without indicators.Michael Meskes
2001-12-03Update to get around backslash problemsPeter Eisentraut
2001-12-03Fix latent bug in checking for failure of hashtable creation.Tom Lane
2001-12-03attachement is the NLS patch for backend/po & pg_dump,Bruce Momjian
2001-12-03Update IRIX geometry results to match newer MIPS FPUs, rather thanTom Lane
2001-12-03Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane
2001-12-03Pg_lo_open must OR together multiple modes, not AND them. Per reportTom Lane
2001-12-03Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain
2001-12-03Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane
2001-12-02HPUX 11 should use geometry-solaris-precision, not geometry-positive-zerosTom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-12-02Update since left and right are no longer key words.Peter Eisentraut
2001-11-30Try to make genbki.sh a little more bulletproof, per trouble reportTom Lane
2001-11-30Repair failure to mark an inserted Materialize node with the appropriateTom Lane
2001-11-30updatesPeter Eisentraut
2001-11-29Tweak plpgsql's expression reader to be smarter about parentheses andTom Lane
2001-11-29Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane
2001-11-29NLS updates, most notably fixed zh_TW translationsPeter Eisentraut
2001-11-29Fix results to work with normal systems again.Peter Eisentraut
2001-11-28Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane
2001-11-28No longer need define test in md5.h because of Hiroshi's win_md5.c.Bruce Momjian
2001-11-27Fix nasty memory leak in pg_restore: _PrintData called inflateInit butTom Lane
2001-11-27strcat should obviously be strcpy here.Tom Lane