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
/
commands
Age
Commit message (
Expand
)
Author
2016-12-02
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-11-25
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-18
Add pg_sequences view
Peter Eisentraut
2016-11-10
Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.
Tom Lane
2016-11-08
Fix typo.
Robert Haas
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-26
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-20
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-10
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-03
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-09-28
Remove dead line of code
Peter Eisentraut
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-15
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-13
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-11
Allow CREATE EXTENSION to follow extension update paths.
Tom Lane
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
Add a HINT for client-vs-server COPY failure cases.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-06
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-05
Cosmetic code cleanup in commands/extension.c.
Tom Lane
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-12
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-07-26
Message style improvements
Peter Eisentraut
2016-07-19
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Message style and wording fixes
Peter Eisentraut
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-03
Fix comment to be more accurate.
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-05-27
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-05-24
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
[next]