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
2011-01-02
Fix typo.
Robert Haas
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Allow casting a table's row type to the table's supertype if it's a typed table
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-31
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-31
Invert and rename flag variable to improve code readability.
Tom Lane
2010-12-31
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-31
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
Another fix for larger postmaster.pid files.
Bruce Momjian
2010-12-28
Fix code to properly pull out shared memory key now that the
Bruce Momjian
2010-12-27
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-26
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-24
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-23
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-22
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-21
Fix typos.
Robert Haas
2010-12-21
Work around unfortunate getppid() behavior on BSD-ish systems.
Robert Haas
2010-12-20
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-19
Remove thread dumping constant that requires newer Platform SDK
Magnus Hagander
2010-12-19
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-18
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-17
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-17
Remove unnecessary definition for autovacuum in SignalSomeChildren.
Alvaro Herrera
2010-12-17
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-16
Improve comments around startup_hacks() code.
Tom Lane
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()
Alvaro Herrera
2010-12-16
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-16
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-15
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-14
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-12
Reset all database-level stats in pgstat_recv_resetcounter().
Tom Lane
2010-12-11
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-10
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-09
Self review of previous patch. Fix assumption that xmax >= xmin.
Simon Riggs
2010-12-09
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
[next]