aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Remove unnecessary use of temp file. Tim BunceTom Lane2010-01-10
* Improve plpgsql parsing to report "foo is not a known variable", rather than aTom Lane2010-01-10
* Improve plpgsql's handling of record field references by forcing all potentialTom Lane2010-01-10
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* 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
* Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan2010-01-09
* Build perlchunks.h for plperl on MSVCAndrew Dunstan2010-01-09
* Fix makefile so it works for VPATH case.Tom Lane2010-01-09
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-09
* Also update ChangerLog file.Michael Meskes2010-01-08
* Fix oversight in EvalPlanQualFetch: after failing to lock a tuple becauseTom Lane2010-01-08
* pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.Itagaki Takahiro2010-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
* Use -Z for vacuumdb --analyze-only, rather than -o.Bruce Momjian2010-01-07
* Rename new vacuumdb option to --analyze-only from --only-analyze.Bruce Momjian2010-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
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-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
* Corrected CVS entry:Bruce Momjian2010-01-06
* Replaced int64_t with int64 as Andrew suggested.Michael Meskes2010-01-06
* Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes2010-01-06
* Removed test case using nan as float value because printf's output for nan isMichael Meskes2010-01-06
* Removed more inttypes.h stuff.Michael Meskes2010-01-06
* Silence compiler warning about uninitialized variables. This initializationItagaki Takahiro2010-01-06
* Applied Zoltan's patch to remove hardware dependant offset logging andMichael Meskes2010-01-06
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* binary upgrade:Bruce Momjian2010-01-06
* Remove erroneous comma added to pg_dumpall tablespace query when runningBruce Momjian2010-01-06
* Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* pg_dump --only-analyzeBruce 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