aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Prevent autovacuum from zeroing damaged pages.Bruce Momjian2006-03-06
* Per recent discussion on -hackers, we should sometimes reorder theNeil Conway2006-03-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Support include directives in postgresql.conf.Tom Lane2006-03-04
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane2006-03-04
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,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
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so thatTom Lane2006-03-03
* Fix a typo.Neil Conway2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Add comment about localized month names for to_date and to_timestamp.Bruce Momjian2006-03-03
* Arrange to call AbsorbFsyncRequests every so often while performing aTom Lane2006-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
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-28
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom 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
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-21
* 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 TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Mark unescape_single_char() "static": as far as I can see this functionNeil Conway2006-02-18
* Fix typo in comment.Neil Conway2006-02-17
* Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane2006-02-14
* Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane2006-02-14
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-14
* Fix qual_is_pushdown_safe to not try to push down quals involving a whole-rowTom Lane2006-02-13
* 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