summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-01-03droplang had same problem as createlang; default are backwards and didBruce Momjian
2002-01-03In createlang, make dbname optional, not langname, or rather, makeBruce Momjian
2002-01-03Guard against roundoff errors in new selectivity-estimation code,Tom Lane
2002-01-02Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane
2002-01-01Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()Tom Lane
2002-01-01Fix race condition that could allow two concurrent transactionsTom Lane
2002-01-01Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-12-29Oops, only wanted datetime.c changes in there. lock stuff reversed out.Bruce Momjian
2001-12-29Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian
2001-12-29Check a bit more carefully for preceeding ISO field tagsThomas G. Lockhart
2001-12-29Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart
2001-12-28Improve LOCK_DEBUG logging code for LWLocks.Tom Lane
2001-12-28Update from Serguei MokhovPeter Eisentraut
2001-12-28Ensure that all direct uses of spinlock-protected data structures useTom Lane
2001-12-28Oops, back out paren fix. That is for 7.3.Bruce Momjian
2001-12-28Add mention of Christof Petig for ecpg items.Bruce Momjian
2001-12-27Update from Serguei MokhovPeter Eisentraut
2001-12-24Place PAM before REJECT in sample file.Bruce Momjian
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
2001-12-23Fix mispeling ...Tom Lane
2001-12-21Czech translation updates from Karel ZakPeter Eisentraut
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-21Remove duplicate lines from fouled up last commit (my DSL line failedThomas G. Lockhart
2001-12-21Select proper geometry comparison file for freebsd/alpha.Tom Lane
2001-12-20Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian
2001-12-20Fix for SunOS4 horology testTatsuo Ishii
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-19Tweak to make freebsd/alpha use the correct float8 comparison file.Tom 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-14More comment for libpgeasy.Bruce Momjian
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