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
2015-02-17
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-28
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-26
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-22
Fix whitespace
Peter Eisentraut
2015-01-22
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
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-08
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-04
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-19
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-18
Use %u to print out BlockNumber variables
Alvaro Herrera
2014-12-18
Have VACUUM log number of skipped pages due to pins
Alvaro Herrera
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
Remove odd blank line in comment.
Fujii Masao
2014-12-17
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-11
Further changes to REINDEX SCHEMA
Simon Riggs
2014-12-09
Silence REINDEX
Simon Riggs
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-20
Add missing case for CustomScan.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-15
Emit msg re skipping ANALYZE for absent inh tree
Simon Riggs
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-14
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
Andres Freund
2014-11-12
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-10
Fix potential NULL-pointer dereference.
Robert Haas
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
Fix typo in comment.
Fujii Masao
2014-11-06
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
[next]