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
/
utils
Age
Commit message (
Expand
)
Author
2012-10-24
Tweak genericcostestimate's fudge factor for index size.
Tom Lane
2012-10-19
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-18
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-16
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-07
Quiet a few MSC compiler warnings.
Andrew Dunstan
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-03
Avoid planner crash/Assert failure with joins to unflattened subqueries.
Tom Lane
2012-10-02
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-09-27
Have pg_terminate/cancel_backend not ERROR on non-existent processes
Alvaro Herrera
2012-09-24
Add support for include_dir in config file.
Heikki Linnakangas
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-09-21
Fix obsolete comment.
Heikki Linnakangas
2012-09-18
Fix array_typanalyze to work for domains over arrays.
Tom Lane
2012-09-06
Allow embedded spaces without quoting in unix_socket_directories entries.
Tom Lane
2012-09-04
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-08-31
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-30
Fix division by zero in the new range type histogram creation.
Heikki Linnakangas
2012-08-30
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-29
Report postmaster.pid file as empty if it is empty, rather than
Bruce Momjian
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-27
Collect and use histograms of lower and upper bounds for range types.
Heikki Linnakangas
2012-08-25
Allow text timezone designations, e.g. "America/Chicago", when using the
Bruce Momjian
2012-08-24
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-23
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-16
Suppress possibly-uninitialized-variable warning.
Tom Lane
2012-08-16
Add SP-GiST support for range types.
Heikki Linnakangas
2012-08-15
On second thought, explain why date_trunc("week") on interval values is
Bruce Momjian
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
Revert "commit_delay" change; just add comment that we don't have
Bruce Momjian
2012-08-14
Add pg_settings units display for "commit_delay" (ms).
Bruce Momjian
2012-08-10
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-08
Fix cache flush hazard in event trigger cache.
Robert Haas
[next]