aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add:Bruce Momjian2006-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
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-02
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-02
* Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane2006-03-02
* Update OS X shared memory documentation for 10.3.9 and later to useBruce Momjian2006-03-02
* Mark tsearch2 item as Tom's, not Teodor's.Bruce Momjian2006-03-02
* Update TODO.detail/qsort.Bruce Momjian2006-03-02
* Update TODO.detail/qsort.Bruce Momjian2006-03-02
* Significantly improve ranking:Teodor Sigaev2006-03-02
* Update TODO.detail/qsort.Bruce Momjian2006-03-02
* Add to TODO.detail for qsort.Bruce Momjian2006-03-02
* Add:Bruce Momjian2006-03-02
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-02
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-02
* Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway2006-03-01
* Update text file.Bruce Momjian2006-03-01
* Update patch generation instructions.Bruce Momjian2006-03-01
* Update the expected regression test results to account for the changes toNeil Conway2006-03-01
* Update Japanese FAQ, backpatched to 8.1.X.Bruce Momjian2006-03-01
* 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
* Add pg_service.conf documentation for libpq.Bruce Momjian2006-03-01
* Fix typo in comment.Neil Conway2006-02-28
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Back out libpq changes for service --- not ready yet.Bruce Momjian2006-02-28
* Fix PG_VERSION_NUM for different awk -F handling.Bruce Momjian2006-02-28
* Fix PG_VERSION_NUM awk -F parameter.Bruce Momjian2006-02-28
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-28
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-28
* Add:Bruce Momjian2006-02-28
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-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
* contrib uninstall scriptsPeter 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
* Fix a few minor typos in comments in PL/Perl.Neil Conway2006-02-26
* Done:Bruce Momjian2006-02-26
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Minor SGML work: add some more hyperlinks, where appropriate.Neil Conway2006-02-26
* Fix typo in comment.Neil Conway2006-02-26
* TODO updates:Neil Conway2006-02-26
* Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>.Peter Eisentraut2006-02-25
* Add intervals:Bruce Momjian2006-02-25
* Fix computation of sample table size.Bruce Momjian2006-02-25
* Remove duplicate:Bruce Momjian2006-02-25
* Remove mention of MIN/MAX() not using indexes.Bruce Momjian2006-02-24