index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2013-11-27
Implement information_schema.parameters.parameter_default column
Peter Eisentraut
2013-11-26
Add missing entry for session_preload_libraries in sample config.
Jeff Davis
2013-11-26
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-24
Lessen library-loading log level.
Jeff Davis
2013-11-24
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-11-24
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
Fix thinko in SPI_execute_plan() calls
Peter Eisentraut
2013-11-23
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-22
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-22
Avoid acquiring spinlock when checking if recovery has finished, for speed.
Heikki Linnakangas
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-20
More GIN refactoring.
Heikki Linnakangas
2013-11-20
Refactor the internal GIN B-tree interface for forming a downlink.
Heikki Linnakangas
2013-11-20
Further GIN refactoring.
Heikki Linnakangas
2013-11-18
Use cstring_to_text_with_len when length is known.
Robert Haas
2013-11-18
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-11-17
Add make_date() and make_time() functions.
Tom Lane
2013-11-16
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
Tom Lane
2013-11-16
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-15
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
Minor comment corrections for sequence hashtable patch.
Tom Lane
2013-11-15
Fix bogus hash table creation.
Heikki Linnakangas
2013-11-15
Use a hash table to store current sequence values.
Heikki Linnakangas
2013-11-13
Fix relfilenodemap.c's handling of cache invalidations.
Robert Haas
2013-11-13
Fix bug in GIN posting tree root creation.
Heikki Linnakangas
2013-11-13
Move variable closer to where it is used
Peter Eisentraut
2013-11-11
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-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
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
Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use.
Tom Lane
2013-11-07
Silence benign warnings from clang version 3.0-6ubuntu3.
Kevin Grittner
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
Fix setting of right bound at GIN page split.
Heikki Linnakangas
2013-11-07
Add #ifdef guards for some POSIX error symbols that Windows doesn't like.
Tom Lane
2013-11-06
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-06
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
Fix missing argument and function prototypes.
Heikki Linnakangas
2013-11-06
Misc GIN refactoring.
Heikki Linnakangas
2013-11-06
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-05
Lock relation used to generate fresh data for RMV.
Kevin Grittner
2013-11-05
Fix some obsolete information in src/backend/optimizer/README.
Tom Lane
[next]