summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-11-27Implement information_schema.parameters.parameter_default columnPeter Eisentraut
2013-11-26Add missing entry for session_preload_libraries in sample config.Jeff Davis
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2013-11-24Lessen library-loading log level.Jeff Davis
2013-11-24Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane
2013-11-24Fix array slicing of int2vector and oidvector values.Tom Lane
2013-11-23Fix thinko in SPI_execute_plan() callsPeter Eisentraut
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-22Avoid acquiring spinlock when checking if recovery has finished, for speed.Heikki Linnakangas
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-20More GIN refactoring.Heikki Linnakangas
2013-11-20Refactor the internal GIN B-tree interface for forming a downlink.Heikki Linnakangas
2013-11-20Further GIN refactoring.Heikki Linnakangas
2013-11-18Use cstring_to_text_with_len when length is known.Robert Haas
2013-11-18Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas
2013-11-17Add make_date() and make_time() functions.Tom Lane
2013-11-16Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane
2013-11-16Allow aggregates to provide estimates of their transition state data size.Tom Lane
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-15Minor comment corrections for sequence hashtable patch.Tom Lane
2013-11-15Fix bogus hash table creation.Heikki Linnakangas
2013-11-15Use a hash table to store current sequence values.Heikki Linnakangas
2013-11-13Fix relfilenodemap.c's handling of cache invalidations.Robert Haas
2013-11-13Fix bug in GIN posting tree root creation.Heikki Linnakangas
2013-11-13Move variable closer to where it is usedPeter Eisentraut
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-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
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-05Lock relation used to generate fresh data for RMV.Kevin Grittner
2013-11-05Fix some obsolete information in src/backend/optimizer/README.Tom Lane