aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make ExecEvalFieldSelect throw a more intelligible error if it's asked toTom Lane2010-01-09
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-09
* Fix oversight in EvalPlanQualFetch: after failing to lock a tuple becauseTom Lane2010-01-08
* Document why we copy reloptions into CacheMemoryContext after-the-fact.Robert Haas2010-01-07
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-07
* Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane2010-01-07
* Fix (some of the) breakage introduced into query-cancel processing by HS.Tom Lane2010-01-07
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* More tablespace.c comment improvements.Bruce Momjian2010-01-07
* Clarify tablespace.c::TablespaceCreateDbspace() comments.Bruce Momjian2010-01-07
* Further fixes for per-tablespace options patch.Robert Haas2010-01-07
* Improve a couple of comments relating to large object snapshot management.Robert Haas2010-01-07
* PG_MAJORVERSION:Bruce Momjian2010-01-06
* Fix spccache.c to not suppose that a cache entry will live across databaseTom Lane2010-01-06
* Access hash entry before freeing it, not after.Tom Lane2010-01-06
* Make error messages for bad --set-version argument more useful.Tom Lane2010-01-06
* Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which isTom Lane2010-01-06
* Silence compiler warning about uninitialized variables. This initializationItagaki Takahiro2010-01-06
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* binary upgrade:Bruce Momjian2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Remove tabs in SGML.Bruce Momjian2010-01-06
* Use OIDCHARS:Bruce Momjian2010-01-06
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,Tom Lane2010-01-05
* Further code review for genbki.pl. Improve comments, fix someTom Lane2010-01-05
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-05
* Remove too-smart-for-its-own-good optimization of not overwriting the outputTom Lane2010-01-05
* Verify input in pg_read_file().Itagaki Takahiro2010-01-05
* Fix parallel-make timing problem.Tom Lane2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Remove sometimes inaccurate error hint about source of wrongly encoded data.Andrew Dunstan2010-01-04
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Silence compiler warning about printf format for HANDLE.Itagaki Takahiro2010-01-04
* Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btreeTom Lane2010-01-03
* Fix similar_escape() to convert parentheses to non-capturing style.Tom Lane2010-01-02
* check_exclusion_constraint didn't actually work correctly for indexTom Lane2010-01-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander2010-01-02
* Fix one more cast for _open_osfhandle().Magnus Hagander2010-01-02
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-01
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Silence compiler warning on 64-bit windows buildMagnus Hagander2010-01-01
* Update SQL features supported listPeter Eisentraut2010-01-01
* Suppress compiler warning, per buildfarm member narwhalTom Lane2009-12-31
* Suppress compiler warning (pid_t isn't int everywhere)Tom Lane2009-12-31
* Add missing 'static' tag.Tom Lane2009-12-31
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31