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