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-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
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-31
Fix a couple of inconsequential typos in new header
Alvaro Herrera
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-25
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-23
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-22
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-17
Fix a few problems in barrier.h.
Tom Lane
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-07-09
Fix memory barrier support on icc on ia64, 2nd attempt.
Heikki Linnakangas
2013-07-09
Add #include needed for _mm_mfence() intrinsic on ia64.
Heikki Linnakangas
2013-07-08
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-07
Fix include-guard
Magnus Hagander
2013-07-05
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-05
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-03
Add #include to make header file independent
Peter Eisentraut
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-06-30
Fix cpluspluscheck in checksum code
Peter Eisentraut
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-28
Define Trap and TrapMacro even in non-cassert builds.
Robert Haas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
[next]