summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-09Fix ECPG compiler warning.Robert Haas
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-08Fix pg_isolation_regress to work outside its build directory.Robert Haas
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-05Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.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-04Fix parsing of xlog file name in pg_receivexlog.Heikki Linnakangas
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-03Changed test case slightly so it doesn't have an unused typedef.Michael Meskes
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-29Fix old typo in comment.Tom Lane
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-26Use unaligned output in selected regression queries to reduce diff noise.Tom Lane
2013-10-25Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane
2013-10-25Suppress -0 in the C field of lines computed by line_construct_pts().Tom Lane
2013-10-25Revert "Tweak "line" test to avoid negative zeros on some platforms"Tom Lane
2013-10-25Tweak "line" test to avoid negative zeros on some platformsPeter Eisentraut
2013-10-25Ignore SIGSYS during initdb.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