| Commit message (Expand) | Author | Age |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Fix some incorrect and obsolete commentary. | Tom Lane | 2002-01-04 |
* | Have to_date() call timestamptz_date() per Karel's email instructions. | Thomas G. Lockhart | 2002-01-04 |
* | Replace #ifdef, #endif with # requires comment. | Bruce Momjian | 2002-01-04 |
* | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane | 2002-01-03 |
* | SPI_cursor_open must copy by-reference parameter values into the | Tom Lane | 2002-01-03 |
* | Shouldn't try to copy null datums with datumCopy. | Tom Lane | 2002-01-03 |
* | Guard against roundoff errors in new selectivity-estimation code, | Tom Lane | 2002-01-03 |
* | Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY | Tom Lane | 2002-01-02 |
* | 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 | 2002-01-01 |
* | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane | 2001-12-30 |
* | 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-29 |
* | 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 |
* | Place PAM before REJECT in sample file. | Bruce Momjian | 2001-12-24 |
* | Fix mispeling ... | Tom Lane | 2001-12-23 |
* | 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 |
* | Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. | Bruce Momjian | 2001-12-20 |
* | MIN() -> Min, fixes compile problem. | Bruce Momjian | 2001-12-20 |
* | 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 |
* | Make sure that all variants of HeapTupleSatisfies will do the right thing | Tom Lane | 2001-12-19 |
* | Move geqo enable into proper section. | Bruce Momjian | 2001-12-17 |
* | Update Hungarian from Kovacs Zoltan | Peter Eisentraut | 2001-12-13 |
* | Don't accept names of complex types (ie, relation types) as being | Tom Lane | 2001-12-12 |
* | Repair roundoff-error problem for stddev/variance results near zero, | Tom Lane | 2001-12-11 |
* | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane | 2001-12-10 |
* | Declare LWLock pointers as volatile to prevent AIX compiler from | Tom Lane | 2001-12-10 |
* | Update from Serguei Mokhov | Peter Eisentraut | 2001-12-10 |
* | Repair case-conversion error in to_date's handling of roman numerals. | Tom Lane | 2001-12-10 |
* | Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser. | Thomas G. Lockhart | 2001-12-09 |
* | Honor the typmod field for time zone intervals. | Thomas G. Lockhart | 2001-12-09 |
* | Fix for usage of spirntf in more portable way. | Tatsuo Ishii | 2001-12-05 |
* | Re-enable SunOS4 port. Replace | Tatsuo Ishii | 2001-12-05 |
* | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane | 2001-12-04 |
* | Change appendStringInfoChar to appendStringInfoCharMacro in a couple of | Tom Lane | 2001-12-04 |
* | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 |
* | Remove now-dead code for processing CONSTR_UNIQUE nodes in | Tom Lane | 2001-12-04 |
* | Hi Bruce, here is a first version of the hu.po file for the backend. I | Bruce Momjian | 2001-12-04 |
* | Suppress data directory access-permissions check when __CYGWIN__, | Tom Lane | 2001-12-04 |
* | Fix latent bug in checking for failure of hashtable creation. | Tom Lane | 2001-12-03 |