aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-19
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-11
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway2006-03-11
* Recent changes in memory management in tuplesort.c had a problem: theTom Lane2006-03-10
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-10
* Tweak trace_sort code to show the merge order (number of active inputTom Lane2006-03-08
* Further examination of ltsReleaseBlock usage shows that it's got aTom Lane2006-03-07
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-07
* Properly set "escape_string_warning" to default to true.Bruce Momjian2006-03-07
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Default to ON for 8.2, as announced in the release notes:Bruce Momjian2006-03-06
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Support include directives in postgresql.conf.Tom Lane2006-03-04
* Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane2006-03-04
* Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize;Tom Lane2006-03-04
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-04
* Add comment about localized month names for to_date and to_timestamp.Bruce Momjian2006-03-03
* Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane2006-03-02
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-01
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Add mention that tid perhaps someday should be output as a record.Bruce Momjian2006-02-27
* Improve sorting speed by pre-extracting the first sort-key column ofTom Lane2006-02-26
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Fix typo in comment.Neil Conway2006-02-26
* The Makefile was invoking perl scripts as ./script.pl. This fails whenPeter Eisentraut2006-02-24
* Update obsolete comment.Tom Lane2006-02-19
* Modify logtape.c so that the initial LogicalTapeSetCreate call onlyTom Lane2006-02-19
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-19
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-14
* Revert because C locale uses "" for thousands_sep, meaning "n/a", whileBruce Momjian2006-02-12
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian2006-02-12
* Support "" for thousands separator and plus sign in to_char(), perBruce Momjian2006-02-12
* Allow to_char() to print localized month and day names.Bruce Momjian2006-02-12
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-10
* Reject out-of-range dates in date_in().Tom Lane2006-02-09
* Source code cleanup.Bruce Momjian2006-02-07