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
2014-08-13
Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.
Tom Lane
2014-08-12
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-08-12
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-09
Clean up handling of unknown-type inputs in json_build_object and friends.
Tom Lane
2014-08-09
Further cleanup of JSON-specific error messages.
Tom Lane
2014-08-09
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-07
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-08-05
Fix typo in C comment.
Kevin Grittner
2014-08-05
Improve some JSON error messages.
Robert Haas
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-30
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-29
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
Simplify multixact freezing a bit
Alvaro Herrera
2014-07-29
Oops, fix recoveryStopsBefore functions for regular commits.
Heikki Linnakangas
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-28
Fix obsolete statement in smgr/README.
Tom Lane
2014-07-25
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-07-24
Prevent shm_mq_send from reading uninitialized memory.
Robert Haas
2014-07-24
Fix checkpointer crash in EXEC_BACKEND builds.
Robert Haas
2014-07-24
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-07-24
Avoid access to already-released lock in LockRefindAndRelease.
Robert Haas
2014-07-22
Re-enable error for "SELECT ... OFFSET -1".
Tom Lane
2014-07-22
Check block number against the correct fork in get_raw_page().
Tom Lane
2014-07-22
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.
Tom Lane
2014-07-21
Translation updates
Peter Eisentraut
2014-07-21
Update SQL features list
Peter Eisentraut
2014-07-19
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-07-18
Fix two low-probability memory leaks in regular expression parsing.
Tom Lane
2014-07-17
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-16
Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.
Heikki Linnakangas
2014-07-16
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-07-15
Include SSL compression status in psql banner and connection logging
Magnus Hagander
2014-07-15
Small spelling fix
Peter Eisentraut
2014-07-15
Add missing serial commas
Peter Eisentraut
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-11
Fix bug with whole-row references to append subplans.
Tom Lane
2014-07-11
Fix whitespace
Peter Eisentraut
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
[next]