summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+8
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-011-1/+2
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-271-3/+5
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-271-17/+19
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-9/+15
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-251-3/+1
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-1/+11
* Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane2006-06-161-1/+3
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-162-3/+13
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-151-13/+8
* Remove ancient AIX structure workaround.Bruce Momjian2006-06-061-5/+1
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-231-2/+6
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-3/+1
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-041-2/+1
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-032-22/+19
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+2
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-2/+6
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-3/+4
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-271-2/+3
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-271-4/+14
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-261-3/+25
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-1/+3
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-251-1/+9
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-2/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+2
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-1/+3
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-081-4/+2
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-052-3/+7
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-5/+9
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-071-1/+2
* Back out comment update about sighup, original was accurate.Bruce Momjian2006-03-071-5/+5
* Attached is the new patch. To summarize:Bruce Momjian2006-03-061-1/+2
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-1/+2
* Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian2006-03-061-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0543-86/+86
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-1/+3
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-1/+2
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-191-1/+3
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-121-1/+2
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-1/+7
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-262-4/+6
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-231-2/+2
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-1/+3
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-182-3/+9
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-141-1/+4
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-1/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-1/+4
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-281-1/+3
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-1/+5
* I have added these macros to c.h:Bruce Momjian2005-12-251-2/+1