summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-27Fix stale-pointer problem in fast-path locking logic.Tom Lane
2013-11-27Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas
2013-11-27ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes
2013-11-26ECPG: Fix offset to NULL/size indicator array.Michael Meskes
2013-11-26ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes
2013-11-24Fix array slicing of int2vector and oidvector values.Tom Lane
2013-11-23Ensure _dosmaperr() actually sets errno correctly.Tom Lane
2013-11-23Avoid potential buffer overflow crashPeter Eisentraut
2013-11-22Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane
2013-11-22Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas
2013-11-21Fix pg_isready to handle -d option properly.Fujii Masao
2013-11-18Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas
2013-11-15Fix incorrect loop counts in tidbitmap.c.Tom Lane
2013-11-15Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane
2013-11-11Fix failure with whole-row reference to a subquery.Tom Lane
2013-11-11Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane
2013-11-11Re-allow duplicate aliases within aliased JOINs.Tom Lane
2013-11-11Don't abort pg_basebackup when receiving empty WAL blockMagnus Hagander
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
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-07Be more robust when strerror() doesn't give a useful result.Tom Lane
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-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-06Improve the error message given for modifying a window with frame clause.Tom Lane
2013-11-04Fix breakage of MV column name list usage.Kevin Grittner
2013-11-04Fix parsing of xlog file name in pg_receivexlog.Heikki Linnakangas
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-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-29Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane
2013-10-28Improve documentation about usage of FDW validator functions.Tom Lane
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-21Add libpgcommon to backend gettext source filesPeter Eisentraut
2013-10-08Stamp 9.3.1.REL9_3_1Peter Eisentraut
2013-10-08Revert "Backpatch pgxs vpath build and installation fixes."Peter Eisentraut
2013-10-08Revert "Ensure installation dirs are built before contents are installed (v2)"Peter Eisentraut
2013-10-07Fix bugs in SSI tuple locking.Heikki Linnakangas
2013-10-07Translation updatesPeter Eisentraut
2013-10-07Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner
2013-10-04add multixact-no-deadlock to scheduleAlvaro Herrera