summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-12-21Fix errorPeter Eisentraut
2001-12-21Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGVTom Lane
2001-12-21Add full name of the month of July to the lookup table.Thomas G. Lockhart
2001-12-20Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian
2001-12-20MIN() -> Min, fixes compile problem.Bruce Momjian
2001-12-19Fix buffer-overrun problem in pretty printer.Tom Lane
2001-12-19Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane
2001-12-19Make sure that all variants of HeapTupleSatisfies will do the right thingTom Lane
2001-12-17Move geqo enable into proper section.Bruce Momjian
2001-12-13Update Hungarian from Kovacs ZoltanPeter Eisentraut
2001-12-12Don't accept names of complex types (ie, relation types) as beingTom 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 Serguei MokhovPeter Eisentraut
2001-12-10Repair case-conversion error in to_date's handling of roman numerals.Tom Lane
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-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-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-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-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-26Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane
2001-11-26Change display of FieldSelect nodes from arg.field to field(arg),Tom Lane
2001-11-26Repair problem with listing rules that have a WHERE condition andTom Lane
2001-11-25Backend /po patch.Bruce Momjian
2001-11-24Tweak int8in to accept -9223372036854775808, per recent discussion inTom Lane
2001-11-23Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-21Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane
2001-11-21Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane
2001-11-21Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart
2001-11-21Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart
2001-11-21Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart
2001-11-21I think it's patch's size problem that I can'tBruce Momjian
2001-11-20Add mention of template1 usage.Bruce Momjian
2001-11-20Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane
2001-11-20Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii
2001-11-20Double quotes in ln command to guard against spaces in path.Tom Lane