Age | Commit message (Expand) | Author |
2002-01-03 | droplang had same problem as createlang; default are backwards and did | Bruce Momjian |
2002-01-03 | In createlang, make dbname optional, not langname, or rather, make | Bruce Momjian |
2002-01-03 | Guard against roundoff errors in new selectivity-estimation code, | Tom Lane |
2002-01-02 | Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY | Tom Lane |
2002-01-01 | Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION() | Tom Lane |
2002-01-01 | Fix race condition that could allow two concurrent transactions | Tom Lane |
2002-01-01 | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart |
2001-12-30 | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane |
2001-12-29 | Oops, only wanted datetime.c changes in there. lock stuff reversed out. | Bruce Momjian |
2001-12-29 | Fix newly introduced datetime.c compile failure; not enough parens. | Bruce Momjian |
2001-12-29 | Check a bit more carefully for preceeding ISO field tags | Thomas G. Lockhart |
2001-12-29 | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart |
2001-12-28 | Improve LOCK_DEBUG logging code for LWLocks. | Tom Lane |
2001-12-28 | Update from Serguei Mokhov | Peter Eisentraut |
2001-12-28 | Ensure that all direct uses of spinlock-protected data structures use | Tom Lane |
2001-12-28 | Oops, back out paren fix. That is for 7.3. | Bruce Momjian |
2001-12-28 | Add mention of Christof Petig for ecpg items. | Bruce Momjian |
2001-12-27 | Update from Serguei Mokhov | Peter Eisentraut |
2001-12-24 | Place 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-23 | Fix mispeling ... | Tom Lane |
2001-12-21 | Czech translation updates from Karel Zak | Peter Eisentraut |
2001-12-21 | Fix error | Peter Eisentraut |
2001-12-21 | Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGV | Tom Lane |
2001-12-21 | Add full name of the month of July to the lookup table. | Thomas G. Lockhart |
2001-12-21 | Remove duplicate lines from fouled up last commit (my DSL line failed | Thomas G. Lockhart |
2001-12-21 | Select proper geometry comparison file for freebsd/alpha. | Tom Lane |
2001-12-20 | Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. | Bruce Momjian |
2001-12-20 | Fix for SunOS4 horology test | Tatsuo Ishii |
2001-12-20 | MIN() -> Min, fixes compile problem. | Bruce Momjian |
2001-12-19 | Fix buffer-overrun problem in pretty printer. | Tom Lane |
2001-12-19 | Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we | Tom Lane |
2001-12-19 | Tweak to make freebsd/alpha use the correct float8 comparison file. | Tom Lane |
2001-12-19 | Make sure that all variants of HeapTupleSatisfies will do the right thing | Tom Lane |
2001-12-17 | Move geqo enable into proper section. | Bruce Momjian |
2001-12-14 | More comment for libpgeasy. | Bruce Momjian |
2001-12-14 | Fix double-memory free in libpgeasy; problem introduced yesterday. | Bruce Momjian |
2001-12-14 | Clean up comment in libpgeasy. | Bruce Momjian |
2001-12-13 | Add Swedish | Peter Eisentraut |
2001-12-13 | update | Peter Eisentraut |
2001-12-13 | Update from Serguei Mokhov | Peter Eisentraut |
2001-12-13 | Update Hungarian from Kovacs Zoltan | Peter Eisentraut |
2001-12-13 | revert last change | Peter Eisentraut |
2001-12-13 | Free libpgeasy result structure on database close; fixed memory leak. | Bruce Momjian |
2001-12-12 | Don't accept names of complex types (ie, relation types) as being | Tom Lane |
2001-12-11 | Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code | Barry Lind |
2001-12-11 | Patch from Ned Wolpert that fixes a bug that caused the cache of types not | Barry Lind |
2001-12-11 | Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' | Tom Lane |
2001-12-11 | Repair roundoff-error problem for stddev/variance results near zero, | Tom Lane |
2001-12-10 | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane |