aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane2009-04-28
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-24
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-19
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-19
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-19
* Fix planner to restore its previous level of intelligence about pushingTom Lane2009-04-16
* commit and tag beta1REL8_4_BETA1Marc G. Fournier2009-04-10
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-09
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-08
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-08
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-07
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Change cardinality() into a C-code function, instead of a SQL-languageTom Lane2009-04-05
* Change EXPLAIN output so that subplans and initplans (particularly CTEs)Tom Lane2009-04-05
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* I had always wondered why pg_config.h.win32 claimed that WindowsTom Lane2009-04-05
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-04
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* A session that does not have any live snapshots does not have to be waited forTom Lane2009-04-04
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-04
* Refactor ExecProject and associated routines so that fast-path code is usedTom Lane2009-04-02
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-02
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-31
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Gettext plural supportPeter Eisentraut2009-03-26
* If we expect a hash join to be performed in multiple batches, suppressTom Lane2009-03-26
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-23
* Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane2009-03-21
* Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane2009-03-10
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-09
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-09
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Teach the planner to support index access methods that only implementTom Lane2009-03-05
* Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut2009-03-04
* Remove the placeholder LWLockId in place of the removed FreeSpaceLock.Heikki Linnakangas2009-03-03
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-23
* Increase NUM_AUXILIARY_PROCS, now that the startup process can co-existHeikki Linnakangas2009-02-19