summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-061-2/+3
* GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane2009-06-051-7/+7
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-041-3/+19
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-011-1/+6
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-261-5/+5
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-241-2/+3
* commit for BETA2REL8_4_BETA2Marc G. Fournier2009-05-151-3/+3
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-131-3/+1
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-121-2/+1
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-122-10/+26
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-124-12/+18
* Fix cost_nestloop and cost_hashjoin to model the behavior of semi and antiTom Lane2009-05-091-2/+2
* 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so functionBruce Momjian2009-05-081-2/+2
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-071-2/+2
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-053-4/+15
* Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane2009-04-281-2/+3
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-241-1/+12
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-192-3/+24
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-191-1/+3
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-191-2/+8
* Fix planner to restore its previous level of intelligence about pushingTom Lane2009-04-162-5/+19
* commit and tag beta1REL8_4_BETA1Marc G. Fournier2009-04-101-3/+3
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-093-7/+4
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-081-2/+1
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-081-2/+2
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-072-4/+4
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-061-2/+3
* Change cardinality() into a C-code function, instead of a SQL-languageTom Lane2009-04-053-6/+7
* Change EXPLAIN output so that subplans and initplans (particularly CTEs)Tom Lane2009-04-051-1/+3
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-051-3/+1
* I had always wondered why pg_config.h.win32 claimed that WindowsTom Lane2009-04-051-3/+0
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-041-0/+3
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-045-53/+27
* A session that does not have any live snapshots does not have to be waited forTom Lane2009-04-042-3/+10
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-041-14/+14
* Refactor ExecProject and associated routines so that fast-path code is usedTom Lane2009-04-021-8/+19
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-021-2/+1
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-3/+13
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-313-42/+46
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-301-10/+22
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-271-2/+2
* Gettext plural supportPeter Eisentraut2009-03-261-1/+3
* If we expect a hash join to be performed in multiple batches, suppressTom Lane2009-03-261-1/+2
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-253-9/+11
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-241-6/+11
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-246-33/+151
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-231-10/+11
* Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane2009-03-214-10/+61
* Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane2009-03-101-1/+2
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-092-3/+4