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
2012-06-07
Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.
Tom Lane
2012-06-07
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-05
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-06-01
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-06-01
Checkpointer starts before bgwriter to avoid missing fsync requests.
Simon Riggs
2012-06-01
Provide interim statistics while in mid-checkpoint.
Simon Riggs
2012-05-31
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-31
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-31
Ignore SECURITY DEFINER and SET attributes for a PL's call handler.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
Fix two more bugs in fast-path relation locking.
Robert Haas
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-30
Delete the temporary file used in buffered GiST build, after the build.
Heikki Linnakangas
2012-05-29
Fix integer overflow bug in GiST buffering build calculations.
Heikki Linnakangas
2012-05-29
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-27
Update SQL features list
Peter Eisentraut
2012-05-27
Suppress -Wunused-result warning about write()
Peter Eisentraut
2012-05-26
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-25
Fix string truncation to be multibyte-aware in text_name and bpchar_name.
Tom Lane
2012-05-24
Fix array overrun in regex code.
Tom Lane
2012-05-22
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-22
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
Repair out-of-date information in src/backend/storage/buffer/README.
Robert Haas
2012-05-22
Move postmaster's RemovePgTempFiles call to a less randomly chosen place.
Tom Lane
2012-05-22
Update woefully-obsolete comment.
Tom Lane
2012-05-19
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-18
Realign some --help output to have better spacing between columns
Peter Eisentraut
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-17
Update SQL features/conformance information to SQL:2011
Peter Eisentraut
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-05-16
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-16
Fix bug in freespace calculation in heap_multi_insert().
Heikki Linnakangas
2012-05-15
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
Remove stray nbsp character
Peter Eisentraut
2012-05-15
Fix bug in to_tsquery().
Heikki Linnakangas
2012-05-15
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-15
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-14
Assert that WaitLatchOrSocket callers cannot wait only for writability.
Tom Lane
2012-05-14
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
2012-05-14
Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions.
Heikki Linnakangas
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-14
Small punctuation editing of postgresql.conf.sample
Peter Eisentraut
2012-05-14
Add some temporary instrumentation to pgstat.c.
Tom Lane
2012-05-13
Fix DROP TABLESPACE to unlink symlink when directory is not there.
Tom Lane
2012-05-13
Re-revert stats collector latch changes.
Tom Lane
[next]