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-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-10
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-08
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-08
Fix erroneous error message for REINDEX SYSTEM.
Tom Lane
2015-03-07
Remove rolcatupdate
Peter Eisentraut
2015-03-05
Fix user mapping object description
Alvaro Herrera
2015-03-05
Silence warning in non-assert-enabled build
Alvaro Herrera
2015-03-05
Fix typo in comment.
Fujii Masao
2015-03-05
Avoid unused-variable warning in non-assert builds.
Tom Lane
2015-03-04
Fix cost estimation for indexscans on expensive indexed expressions.
Tom Lane
2015-03-04
Fix an obsolete reference to SnapshotNow in comment.
Fujii Masao
2015-03-04
Fix long-obsolete code for separating filter conditions in cost_index().
Tom Lane
2015-03-03
Remove residual NULL-pstate handling in addRangeTableEntry.
Robert Haas
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
Add comment for "is_internal" parameter
Alvaro Herrera
2015-03-01
Fix targetRelation initializiation in prepsecurity
Stephen Frost
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
Add transform functions for AT TIME ZONE.
Noah Misch
2015-02-28
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
Improve mmgr README.
Tom Lane
2015-02-27
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
Make CREATE OR REPLACE VIEW internally more consistent
Alvaro Herrera
2015-02-27
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-27
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-27
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
Add hasRowSecurity to copyfuncs/outfuncs
Stephen Frost
2015-02-26
Add locking clause for SB views for update/delete
Stephen Frost
2015-02-25
Fix over-optimistic caching in fetch_array_arg_replace_nulls().
Tom Lane
2015-02-25
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
Error when creating names too long for tar format
Peter Eisentraut
2015-02-24
Fix typo in README.
Heikki Linnakangas
2015-02-23
Fix stupid merge errors in previous commit
Alvaro Herrera
2015-02-23
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
Support more commands in event triggers
Alvaro Herrera
2015-02-23
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
Refactor unit conversions code in guc.c.
Heikki Linnakangas
2015-02-23
Guard against spurious signals in LockBufferForCleanup.
Andres Freund
2015-02-23
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-22
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
[next]