summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2009-03-31Modify the relcache to record the temp status of both local and nonlocalTom Lane
2009-03-31Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2009-03-27Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane
2009-03-26Gettext plural supportPeter Eisentraut
2009-03-26If we expect a hash join to be performed in multiple batches, suppressTom Lane
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-03-23Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane
2009-03-21Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane
2009-03-10Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane
2009-03-09Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut
2009-03-09Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera
2009-03-08pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera
2009-03-08On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera
2009-03-07Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera
2009-03-05Teach the planner to support index access methods that only implementTom Lane
2009-03-04Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut
2009-03-03Remove the placeholder LWLockId in place of the removed FreeSpaceLock.Heikki Linnakangas
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2009-02-25Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane
2009-02-24Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut
2009-02-24Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane
2009-02-23Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas
2009-02-19Increase NUM_AUXILIARY_PROCS, now that the startup process can co-existHeikki Linnakangas
2009-02-18Start background writer during archive recovery. Background writer now performsHeikki Linnakangas
2009-02-11Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physicallyTom Lane
2009-02-10Support for KOI8U encodingPeter Eisentraut
2009-02-09Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane
2009-02-09Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera
2009-02-06Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge joinTom Lane
2009-02-06Clean up some loose ends from the column privileges patch: addTom Lane
2009-02-02Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera
2009-01-29Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane
2009-01-27Revert updatable viewsPeter Eisentraut
2009-01-26Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas
2009-01-22Automatic view update rulesPeter Eisentraut
2009-01-21Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for theHeikki Linnakangas
2009-01-21Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander
2009-01-20Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas
2009-01-16Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas
2009-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
2009-01-12Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera
2009-01-12Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane
2009-01-11Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane
2009-01-10Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane