summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-14First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs
2010-01-14Simplify validate_exec() by using access(2) to check file permissions,Tom Lane
2010-01-13When loading critical system indexes into the relcache, ensure we lock theTom Lane
2010-01-13Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane
2010-01-13Applied Zoltan's patch to make char the default sqlda type.Michael Meskes
2010-01-13Fix SQL3 type return value.Michael Meskes
2010-01-13Make fixed_paramref_hook behave properly when there are 'unused' slotsTom Lane
2010-01-12Fix relcache reload mechanism to be more robust in the face of errorsTom Lane
2010-01-12Removed ecpg Changelog file that was only there for historical reasons and is...Michael Meskes
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian
2010-01-12Fix aclexplode to not explode on a zero-entry ACL array.Tom Lane
2010-01-11Add some simple support and documentation for using process-specific oom_adjTom Lane
2010-01-11Improve ExecEvalVar's handling of whole-row variables in cases where theTom Lane
2010-01-11remove use of temp file for perlchunks.h, as in recent change to plperl GNUma...Andrew Dunstan
2010-01-10Some trivial adjustments in comments for struct RelationData.Tom Lane
2010-01-10Remove unnecessary use of temp file. Tim BunceTom Lane
2010-01-10Improve plpgsql parsing to report "foo is not a known variable", rather than aTom Lane
2010-01-10Improve plpgsql's handling of record field references by forcing all potentialTom Lane
2010-01-10During Hot Standby, fix drop database when sessions idle.Simon Riggs
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-10Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas
2010-01-09Make ExecEvalFieldSelect throw a more intelligible error if it's asked toTom Lane
2010-01-09During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs
2010-01-09Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan
2010-01-09Build perlchunks.h for plperl on MSVCAndrew Dunstan
2010-01-09Fix makefile so it works for VPATH case.Tom Lane
2010-01-09Tidy up and refactor plperl.c.Andrew Dunstan
2010-01-08Also update ChangerLog file.Michael Meskes
2010-01-08Fix oversight in EvalPlanQualFetch: after failing to lock a tuple becauseTom Lane
2010-01-08pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.Itagaki Takahiro
2010-01-07Document why we copy reloptions into CacheMemoryContext after-the-fact.Robert Haas
2010-01-07Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane
2010-01-07Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane
2010-01-07Fix (some of the) breakage introduced into query-cancel processing by HS.Tom Lane
2010-01-07Use -Z for vacuumdb --analyze-only, rather than -o.Bruce Momjian
2010-01-07Rename new vacuumdb option to --analyze-only from --only-analyze.Bruce Momjian
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-07More tablespace.c comment improvements.Bruce Momjian
2010-01-07Clarify tablespace.c::TablespaceCreateDbspace() comments.Bruce Momjian
2010-01-07Further fixes for per-tablespace options patch.Robert Haas
2010-01-07Improve a couple of comments relating to large object snapshot management.Robert Haas
2010-01-07Alter the configure script to fail immediately if the C compiler does notTom Lane
2010-01-06PG_MAJORVERSION:Bruce Momjian
2010-01-06Fix spccache.c to not suppose that a cache entry will live across databaseTom Lane
2010-01-06Access hash entry before freeing it, not after.Tom Lane
2010-01-06Make error messages for bad --set-version argument more useful.Tom Lane
2010-01-06Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which isTom Lane
2010-01-06Corrected CVS entry:Bruce Momjian
2010-01-06Replaced int64_t with int64 as Andrew suggested.Michael Meskes