summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-03In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-09-02Fix typo. Pointed out by Kevin Grittner.Robert Haas
2010-08-30Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane
2010-08-30Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane
2010-08-30Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs
2010-08-30Truncate subtrans after each restartpoint.Simon Riggs
2010-08-30Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs
2010-08-30Fix typo in comment.Heikki Linnakangas
2010-08-29Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane
2010-08-27Insert additional compiler placation into objectaddress.c.Robert Haas
2010-08-27Small refactoring of makeVar() from a TargetEntryPeter Eisentraut
2010-08-27Rewrite comment code for better modularity, and add necessary locking.Robert Haas
2010-08-26Document the existence of the socket lock file under unix_socket_directory,Tom Lane
2010-08-26Update time zone data files to tzdata release 2010l: DST law changes inTom Lane
2010-08-26Improve wording for privilege description on certain failure messages; theAlvaro Herrera
2010-08-26Remove duplicate translatable phraseAlvaro Herrera
2010-08-26Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane
2010-08-25Improve hint message for ENOMEM failure from shmget().Tom Lane
2010-08-25Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut
2010-08-25Avoid passing signed chars to <ctype.h> functions ... same oldTom Lane
2010-08-24Make EXPLAIN show the function call expression of a FunctionScan plan node,Tom Lane
2010-08-24When in automatic dependency mode, never delete any intermediatePeter Eisentraut
2010-08-24Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro
2010-08-23Marginal code cleanup for streaming replication.Tom Lane
2010-08-21Use a non-locale-dependent definition of isspace() in array_in/array_out.Tom Lane
2010-08-21Improve parallel restore's ability to cope with selective restore (-L option).Tom Lane
2010-08-21Adjust regression tests for previous commit, that I forgotMagnus Hagander
2010-08-21Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander
2010-08-20Add missing processing of OptTemp in CREATE IF NOT EXISTS variantTom Lane
2010-08-20Remove the isLocalBuf argument from ReadBuffer_common.Robert Haas
2010-08-19Bring some sanity to the trace_recovery_messages code and docs.Tom Lane
2010-08-19Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.Tom Lane
2010-08-19Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.Tom Lane
2010-08-19Be a bit less cavalier with both the code and the comment for UNKNOWN fix.Tom Lane
2010-08-19Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas
2010-08-19Allocate local buffers in a context of their own, rather than dumping themTom Lane
2010-08-19Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.Tom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-19Tidy up a few calls to smrgextend().Robert Haas
2010-08-18Reset the per-output-tuple exprcontext each time through the main loop inTom Lane
2010-08-18Rename utf2ucs() to utf8_to_unicode(), and export it so it can be usedTom Lane
2010-08-18Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane
2010-08-18Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.Tom Lane
2010-08-18Coerce 'unknown' type parameters to the right type in the fixed-paramsHeikki Linnakangas
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-08-16Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane
2010-08-16Make LockDatabaseObject() AcceptInvalidationMessages().Robert Haas
2010-08-16Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane
2010-08-14Fix planner to make a reasonable assumption about the amount of memory spaceTom Lane