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
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-21
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-18
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
Fix for lack of va_copy() on certain Windows versions
Peter Eisentraut
2013-10-18
Remove IRIX port.
Robert Haas
2013-10-17
Remove spinlock support for SINIX, Sun3, and NS32K.
Robert Haas
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-11
Rework SSL renegotiation code
Alvaro Herrera
2013-10-11
Remove maintainer-check target, fold into normal build
Peter Eisentraut
2013-10-11
Replace duplicate_oids with Perl implementation
Peter Eisentraut
2013-10-10
json_typeof function.
Andrew Dunstan
2013-10-10
Revive line type
Peter Eisentraut
2013-10-10
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-08
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-07
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-04
Issue error on SET outside transaction block in some cases
Bruce Momjian
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
Minor GIN code refactoring.
Heikki Linnakangas
2013-10-01
Add WaitForLockers in lmgr, refactoring index.c code
Alvaro Herrera
2013-09-17
Remove `proc` argument from LockCheckConflicts
Alvaro Herrera
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-11
Add comment for VARSIZE_ANY_EXHDR macro
Bruce Momjian
2013-09-10
Remove leftover function prototype.
Fujii Masao
2013-09-09
Introduce InvalidCommandId.
Robert Haas
2013-09-05
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-09-05
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
Keep heavily-contended fields in XLogCtlInsert on different cache lines.
Heikki Linnakangas
2013-09-04
Expose fsync_fname as a public API.
Robert Haas
2013-09-03
Update comments concerning PGC_S_TEST.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
Update obsolete comment
Alvaro Herrera
2013-08-30
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-29
Use a non-locking initial test in TAS_SPIN on x86_64.
Heikki Linnakangas
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-20
Unconditionally use the WSA equivalents of Socket error constants.
Andrew Dunstan
2013-08-19
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-16
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-14
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-05
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-01
Assorted bgworker-related comment fixes.
Robert Haas
2013-08-01
Remove SnapshotNow and HeapTupleSatisfiesNow.
Robert Haas
[next]