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
/
access
Age
Commit message (
Expand
)
Author
2007-03-22
Arrange for PreventTransactionChain to reject commands submitted as part
Tom Lane
2007-03-13
Reverted waiting for further fixes:
Peter Eisentraut
2007-03-13
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-12
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-03-05
Fix a typo in a comment. Heikki Linnakangas.
Neil Conway
2007-03-03
Split _bt_insertonpg to two functions.
Bruce Momjian
2007-03-03
Remove undo information from pg_controldata --- never used.
Bruce Momjian
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-21
btree source code cleanups:
Bruce Momjian
2007-02-15
Restructure autovacuum in two processes: a dummy process, which runs
Alvaro Herrera
2007-02-14
Move fsync method macro defines into /include/access/xlogdefs.h so they
Bruce Momjian
2007-02-13
Disallow committing a prepared transaction unless we are in the same database
Tom Lane
2007-02-09
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
Tom Lane
2007-02-08
Fix reference-after-free in the new btree page split code, as reported by
Alvaro Herrera
2007-02-08
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
Reduce WAL activity for page splits:
Bruce Momjian
2007-02-07
Add a function pg_stat_clear_snapshot() that discards any statistics snapshot
Tom Lane
2007-02-07
Remove the xlog-centric "database system is ready" message and replace it with
Tom Lane
2007-02-06
Remove some dead code, per Heikki.
Tom Lane
2007-02-05
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-04
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
Fix a few typos in comments in GiN.
Neil Conway
2007-01-31
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-30
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-29
Add comment noting that hashm_procid in a hash index's metapage isn't
Tom Lane
2007-01-27
Correct an old logic error in btree page splitting: when considering a split
Tom Lane
2007-01-25
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-20
Refactor the index AM API slightly: move currentItemData and
Neil Conway
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2007-01-16
Arrange for autovacuum to be killed when another operation wants to be alone
Alvaro Herrera
2007-01-12
Add some notes about the basic mathematical laws that the system presumes
Tom Lane
2007-01-09
Enable another five tuple status bits by using the high bits of the
Bruce Momjian
2007-01-09
Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table
Tom Lane
2007-01-09
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-04
Fix some small typos in comments. Greg Stark
Tom Lane
2007-01-03
Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of
Tom Lane
2006-12-30
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-28
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-23
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-08
Remove the logId/logSeg fields from pg_control, because they are not needed
Tom Lane
2006-12-06
Add a txn_start column to pg_stat_activity. This makes it easier to
Neil Conway
2006-11-30
Minor adjustments to make failures in startup/shutdown behave more cleanly.
Tom Lane
2006-11-30
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-23
Add a comment noting that heap_copytuple_with_tuple() results in a
Neil Conway
2006-11-23
Several changes to reduce the probability of running out of memory during
Tom Lane
2006-11-21
On systems that have setsid(2) (which should be just about everything except
Tom Lane
2006-11-19
Repair problems with hash indexes that span multiple segments: the hash code's
Tom Lane
[next]