aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-06
* Fix some incorrect and obsolete commentary.Tom Lane2002-01-04
* Have to_date() call timestamptz_date() per Karel's email instructions.Thomas G. Lockhart2002-01-04
* Replace #ifdef, #endif with # requires comment.Bruce Momjian2002-01-04
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-03
* SPI_cursor_open must copy by-reference parameter values into theTom Lane2002-01-03
* Shouldn't try to copy null datums with datumCopy.Tom Lane2002-01-03
* Guard against roundoff errors in new selectivity-estimation code,Tom Lane2002-01-03
* Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane2002-01-02
* Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()Tom Lane2002-01-01
* Fix race condition that could allow two concurrent transactionsTom Lane2002-01-01
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-01
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-30
* Oops, only wanted datetime.c changes in there. lock stuff reversed out.Bruce Momjian2001-12-29
* Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian2001-12-29
* Check a bit more carefully for preceeding ISO field tagsThomas G. Lockhart2001-12-29
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-29
* Improve LOCK_DEBUG logging code for LWLocks.Tom Lane2001-12-28
* Update from Serguei MokhovPeter Eisentraut2001-12-28
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-28
* Place PAM before REJECT in sample file.Bruce Momjian2001-12-24
* Fix mispeling ...Tom Lane2001-12-23
* Czech translation updates from Karel ZakPeter Eisentraut2001-12-21
* Fix errorPeter Eisentraut2001-12-21
* Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGVTom Lane2001-12-21
* Add full name of the month of July to the lookup table.Thomas G. Lockhart2001-12-21
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-20
* MIN() -> Min, fixes compile problem.Bruce Momjian2001-12-20
* Fix buffer-overrun problem in pretty printer.Tom Lane2001-12-19
* Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane2001-12-19
* Make sure that all variants of HeapTupleSatisfies will do the right thingTom Lane2001-12-19
* Move geqo enable into proper section.Bruce Momjian2001-12-17
* Update Hungarian from Kovacs ZoltanPeter Eisentraut2001-12-13
* Don't accept names of complex types (ie, relation types) as beingTom Lane2001-12-12
* Repair roundoff-error problem for stddev/variance results near zero,Tom Lane2001-12-11
* Suppress subquery pullup and pushdown when the subquery has anyTom Lane2001-12-10
* Declare LWLock pointers as volatile to prevent AIX compiler fromTom Lane2001-12-10
* Update from Serguei MokhovPeter Eisentraut2001-12-10
* Repair case-conversion error in to_date's handling of roman numerals.Tom Lane2001-12-10
* Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser.Thomas G. Lockhart2001-12-09
* Honor the typmod field for time zone intervals.Thomas G. Lockhart2001-12-09
* Fix for usage of spirntf in more portable way.Tatsuo Ishii2001-12-05
* Re-enable SunOS4 port. ReplaceTatsuo Ishii2001-12-05
* Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane2001-12-04
* Change appendStringInfoChar to appendStringInfoCharMacro in a couple ofTom Lane2001-12-04
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-04
* Remove now-dead code for processing CONSTR_UNIQUE nodes inTom Lane2001-12-04
* Hi Bruce, here is a first version of the hu.po file for the backend. IBruce Momjian2001-12-04
* Suppress data directory access-permissions check when __CYGWIN__,Tom Lane2001-12-04
* Fix latent bug in checking for failure of hashtable creation.Tom Lane2001-12-03