index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix failure with whole-row reference to a subquery.
Tom Lane
2013-11-11
*
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-11
*
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-11
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
*
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-08
*
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-07
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
*
Keep heap open until new heap generated in RMV.
Kevin Grittner
2013-11-06
*
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-05
*
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-04
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Acquire appropriate locks when rewriting during RMV.
Kevin Grittner
2013-11-02
*
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
*
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-02
*
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-11-01
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
*
Improve documentation about usage of FDW validator functions.
Tom Lane
2013-10-28
*
Plug memory leak when reloading config file.
Heikki Linnakangas
2013-10-24
*
Fix memory leak when an empty ident file is reloaded.
Heikki Linnakangas
2013-10-24
*
Fix typos in comments.
Heikki Linnakangas
2013-10-24
*
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-10-23
*
Add libpgcommon to backend gettext source files
Peter Eisentraut
2013-10-21
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
Translation updates
Peter Eisentraut
2013-10-07
*
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-07
*
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-09-30
*
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-26
*
Plug memory leak in range_cmp function.
Heikki Linnakangas
2013-09-25
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
Translation updates
Peter Eisentraut
2013-09-02
*
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-30
*
Make error wording more consistent
Alvaro Herrera
2013-08-29
*
Account better for planning cost when choosing whether to use custom plans.
Tom Lane
2013-08-24
*
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-08-24
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Fix hash table size estimation error in choose_hashed_distinct().
Tom Lane
2013-08-21
*
Be more wary of unwanted whitespace in pgstat_reset_remove_files().
Tom Lane
2013-08-19
*
Fix removal of files in pgstats directories
Alvaro Herrera
2013-08-19
*
Rename the "fast_promote" file to just "promote".
Heikki Linnakangas
2013-08-19
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
*
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-19
*
Translation updates
Peter Eisentraut
2013-08-18
*
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Kevin Grittner
2013-08-18
[next]