summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-12-14Fix double-memory free in libpgeasy; problem introduced yesterday.Bruce Momjian
2001-12-14Clean up comment in libpgeasy.Bruce Momjian
2001-12-13Add SwedishPeter Eisentraut
2001-12-13updatePeter Eisentraut
2001-12-13Update from Serguei MokhovPeter Eisentraut
2001-12-13Update Hungarian from Kovacs ZoltanPeter Eisentraut
2001-12-13revert last changePeter Eisentraut
2001-12-13Free libpgeasy result structure on database close; fixed memory leak.Bruce Momjian
2001-12-12Don't accept names of complex types (ie, relation types) as beingTom Lane
2001-12-11Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc codeBarry Lind
2001-12-11Patch from Ned Wolpert that fixes a bug that caused the cache of types notBarry Lind
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