aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* attachement is the NLS patch for backend/po & pg_dump,Bruce Momjian2001-12-03
* Try to make genbki.sh a little more bulletproof, per trouble reportTom Lane2001-11-30
* Repair failure to mark an inserted Materialize node with the appropriateTom Lane2001-11-30
* updatesPeter Eisentraut2001-11-30
* Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane2001-11-29
* NLS updates, most notably fixed zh_TW translationsPeter Eisentraut2001-11-29
* Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane2001-11-26
* Change display of FieldSelect nodes from arg.field to field(arg),Tom Lane2001-11-26
* Repair problem with listing rules that have a WHERE condition andTom Lane2001-11-26