aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Create a function variable "join_search_hook" to let plugins override theTom Lane2007-09-26
* Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane2007-09-25
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* Fix cost estimates for EXISTS subqueries that are evaluated as initPlansTom Lane2007-09-22
* Parenthesize macro arguments safely. I see no bug among the currentTom Lane2007-09-22
* Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane2007-09-21
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-21
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev2007-09-11
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-11
* Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-11
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-10
* Change void* opaque argument to Datum type, add argument'sTeodor Sigaev2007-09-10
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-10
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-07
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-07
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-06
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-04
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Improve stylistic consistency of descriptions of built-in objects by avoidingTom Lane2007-09-03
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-27
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when theTom Lane2007-08-26
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-25
* Cleanup for some problems in tsearch patch:Tom Lane2007-08-25
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-22
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix oversight in async-commit patch: there were some places in heapam.cTom Lane2007-08-14
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-07
* Apparently icc doesn't always define __ICC, and it's more correct toTom Lane2007-08-05