aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add missing entry for session_preload_libraries in sample config.Jeff Davis2013-11-25
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-25
* Lessen library-loading log level.Jeff Davis2013-11-24
* Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane2013-11-24
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Fix thinko in SPI_execute_plan() callsPeter Eisentraut2013-11-23
* Avoid potential buffer overflow crashPeter Eisentraut2013-11-23
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Avoid acquiring spinlock when checking if recovery has finished, for speed.Heikki Linnakangas2013-11-22
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* More GIN refactoring.Heikki Linnakangas2013-11-20
* Refactor the internal GIN B-tree interface for forming a downlink.Heikki Linnakangas2013-11-20
* Further GIN refactoring.Heikki Linnakangas2013-11-20
* Use cstring_to_text_with_len when length is known.Robert Haas2013-11-18
* Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas2013-11-18
* Add make_date() and make_time() functions.Tom Lane2013-11-17
* Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane2013-11-16
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-16
* Fix incorrect loop counts in tidbitmap.c.Tom Lane2013-11-15
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Minor comment corrections for sequence hashtable patch.Tom Lane2013-11-15
* Fix bogus hash table creation.Heikki Linnakangas2013-11-15
* Use a hash table to store current sequence values.Heikki Linnakangas2013-11-15
* Fix relfilenodemap.c's handling of cache invalidations.Robert Haas2013-11-13
* Fix bug in GIN posting tree root creation.Heikki Linnakangas2013-11-13
* Move variable closer to where it is usedPeter Eisentraut2013-11-13
* 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 whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-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
* Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use.Tom Lane2013-11-07
* Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner2013-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
* Fix setting of right bound at GIN page split.Heikki Linnakangas2013-11-07
* Add #ifdef guards for some POSIX error symbols that Windows doesn't like.Tom Lane2013-11-06
* Be more robust when strerror() doesn't give a useful result.Tom Lane2013-11-06
* 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
* Fix missing argument and function prototypes.Heikki Linnakangas2013-11-06
* Misc GIN refactoring.Heikki Linnakangas2013-11-06
* Improve the error message given for modifying a window with frame clause.Tom Lane2013-11-05
* Lock relation used to generate fresh data for RMV.Kevin Grittner2013-11-05
* Fix some obsolete information in src/backend/optimizer/README.Tom Lane2013-11-05
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-04