aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physicallyTom Lane2009-02-11
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge joinTom Lane2009-02-06
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Revert updatable viewsPeter Eisentraut2009-01-27
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-26
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for theHeikki Linnakangas2009-01-21
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-21
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-16
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-15
* Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera2009-01-12
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-10
* Arrange for function default arguments to be processed properly in expressionsTom Lane2009-01-09
* A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera2009-01-08
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-07
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* define HAVE_FSEEKO for MSVCAndrew Dunstan2009-01-07
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-07
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-07
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-07
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-06
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-06
* Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera2009-01-06
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Export IsUnderPostmaster on win32.Alvaro Herrera2009-01-05
* Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane2009-01-04
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-04
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-03
* Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane2009-01-03
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02