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
/
include
Age
Commit message (
Expand
)
Author
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-05-31
Stamp 9.2beta2.
Tom Lane
2012-05-31
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-05-15
Put back AC_REQUIRE([AC_STRUCT_TM]).
Tom Lane
2012-05-14
Remove unused AC_DEFINE symbols
Peter Eisentraut
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-11
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-10
Revert catalog bump; was post-beta1, and unnecessary.
Bruce Momjian
2012-05-10
Update comment for 'name' data type to say 63 "bytes".
Bruce Momjian
2012-05-10
Stamp 9.2beta1.
Tom Lane
2012-05-10
Fix outdated comment.
Heikki Linnakangas
2012-05-10
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
Rename BgWriterCommLock to CheckpointerCommLock
Simon Riggs
2012-05-09
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-09
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-07
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-04
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-03
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-02
Add missing parenthesis in comment.
Robert Haas
2012-05-02
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-05-02
More duplicate word removal.
Robert Haas
2012-05-02
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-01
Remove dead ports
Peter Eisentraut
2012-04-30
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
Mark ReThrowError() with attribute noreturn
Peter Eisentraut
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
Rename track_iotiming GUC to track_io_timing.
Tom Lane
2012-04-29
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-27
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
Remove prototype for nonexistent function.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-18
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-14
pg_size_pretty(numeric)
Robert Haas
2012-04-13
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-06
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
checkopint -> checkpoint
Robert Haas
[next]