summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-131-1/+4
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-121-4/+1
* Back out patch that allowed commented guc variables to return to theirBruce Momjian2006-08-121-9/+5
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-5/+11
* Allow commenting of variables in postgresql.conf to restore them toBruce Momjian2006-08-111-5/+9
* Refactor GUC set_config_option function:Bruce Momjian2006-08-111-1/+4
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-6/+2
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-291-1/+3
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-282-2/+16
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-1/+10
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-253-6/+41
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-221-76/+22
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-1/+8
* More include file adjustments.Bruce Momjian2006-07-135-12/+5
* More include file adjustments.Bruce Momjian2006-07-133-3/+8
* Allow include files to compile own their own.Bruce Momjian2006-07-139-15/+25
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-113-3/+8
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-8/+48
* 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