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
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
Typo fix.
Robert Haas
2015-01-19
BRIN typo fix.
Robert Haas
2015-01-18
Fix ancient thinko in default table rowcount estimation.
Tom Lane
2015-01-17
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-16
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-16
Improve new caching logic in tbm_add_tuples().
Tom Lane
2015-01-16
Make tbm_add_tuples more efficient by caching the last acccessed page.
Andres Freund
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Remove some dead IsUnderPostmaster code from bootstrap.c.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-13
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-13
Spell the X072 feature correctly, was missing "with".
Heikki Linnakangas
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-13
Allow latches to wait for socket writability without waiting for readability.
Andres Freund
2015-01-12
Tweak heapam's rmgr desc output slightly
Alvaro Herrera
2015-01-12
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-12
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-11
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-09
Fix typo in execMain.c
Stephen Frost
2015-01-09
xlogreader.c: Fix report_invalid_record translatability flag
Alvaro Herrera
2015-01-08
Remove comment that was intended to have been removed before commit.
Andres Freund
2015-01-08
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-08
On Darwin, refuse postmaster startup when multithreaded.
Noah Misch
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-08
Always set the six locale category environment variables in main().
Noah Misch
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-07
Don't open a WAL segment for writing at end of recovery.
Heikki Linnakangas
2015-01-07
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-05
Fix typo in comment.
Fujii Masao
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2015-01-04
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2014-12-31
Print more information about getObjectIdentityParts() failures.
Tom Lane
2014-12-31
Add missing pstrdup calls
Alvaro Herrera
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
[next]