summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-11-08Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane
2013-11-08Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane
2013-11-08Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use.Tom Lane
2013-11-07Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner
2013-11-07Prevent display of dropped columns in row constraint violation messages.Tom Lane
2013-11-07Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane
2013-11-07Fix setting of right bound at GIN page split.Heikki Linnakangas
2013-11-07Add #ifdef guards for some POSIX error symbols that Windows doesn't like.Tom Lane
2013-11-06Be more robust when strerror() doesn't give a useful result.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-11-06Keep heap open until new heap generated in RMV.Kevin Grittner
2013-11-06Fix missing argument and function prototypes.Heikki Linnakangas
2013-11-06Misc GIN refactoring.Heikki Linnakangas
2013-11-06Improve the error message given for modifying a window with frame clause.Tom Lane
2013-11-05Lock relation used to generate fresh data for RMV.Kevin Grittner
2013-11-05Fix some obsolete information in src/backend/optimizer/README.Tom Lane
2013-11-04Fix breakage of MV column name list usage.Kevin Grittner
2013-11-04Fix format code used to print dsm request sizes.Robert Haas
2013-11-03Get rid of more cases of the "must detoast before output function" meme.Tom Lane
2013-11-03Prevent memory leaks from accumulating across printtup() calls.Tom Lane
2013-11-03Acquire appropriate locks when rewriting during RMV.Kevin Grittner
2013-11-02Fix subquery reference to non-populated MV in CMV.Kevin Grittner
2013-11-02Retry after buffer locking failure during SPGiST index creation.Tom Lane
2013-11-01Ensure all files created for a single BufFile have the same resource owner.Tom Lane
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane
2013-11-01Remove internal uses of CTimeZone/HasCTZSet.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-10-30Avoid too-large shift on 32-bit Windows.Robert Haas
2013-10-29Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane
2013-10-28Modify dynamic shared memory code to use Size rather than uint64.Robert Haas
2013-10-28Improve documentation about usage of FDW validator functions.Tom Lane
2013-10-28Add large object functions catering to SQL callers.Noah Misch
2013-10-25Suppress -0 in the C field of lines computed by line_construct_pts().Tom Lane
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-24Increase the number of different values used when seeding random().Heikki Linnakangas
2013-10-24Plug memory leak when reloading config file.Heikki Linnakangas
2013-10-24Fix memory leak when an empty ident file is reloaded.Heikki Linnakangas
2013-10-24Fix typos in comments.Heikki Linnakangas
2013-10-23Fix two bugs in setting the vm bit of empty pages.Heikki Linnakangas
2013-10-23Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-22Make use of psprintf() in recent changesPeter Eisentraut
2013-10-22Fix blatantly broken record_image_cmp() logic for pass-by-value fields.Tom Lane
2013-10-21Consistently use unsigned arithmetic for alignment calculations.Noah Misch
2013-10-19Add libpgcommon to backend gettext source filesPeter Eisentraut