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
2014-08-09
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-22
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.
Tom Lane
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-02
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.
Tom Lane
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
Don't allow relminmxid to go backwards during VACUUM FULL
Alvaro Herrera
2014-06-24
Don't allow foreign tables with OIDs.
Heikki Linnakangas
2014-06-20
Do all-visible handling in lazy_vacuum_page() outside its critical section.
Andres Freund
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-12
Fix typos
Alvaro Herrera
2014-05-20
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-23
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-22
Avoid transient bogus page contents when creating a sequence.
Heikki Linnakangas
2014-04-17
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-04-17
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-05
Fix tablespace creation WAL replay to work on Windows.
Tom Lane
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-23
Improve comments about AfterTriggerBeginQuery() query level usage.
Noah Misch
2014-03-18
Fix relcache reference leak in refresh_by_match_merge().
Tom Lane
2014-03-13
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-08
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-07
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-04
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-25
Update a few comments to mention materialized views.
Robert Haas
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-01-30
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-24
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-20
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
Fix typo in comment.
Fujii Masao
[next]