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
/
include
Age
Commit message (
Expand
)
Author
2016-12-02
Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
Robert Haas
2016-12-02
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
Introduce dynamic shared memory areas.
Robert Haas
2016-12-02
Management of free memory pages.
Robert Haas
2016-12-02
Add a crude facility for dealing with relative pointers.
Robert Haas
2016-12-02
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
Fix Windows build for 78c8c814390f
Alvaro Herrera
2016-12-02
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-02
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-12-01
Perform one only projection to compute agg arguments.
Andres Freund
2016-11-30
Improve hash index bucket split behavior.
Robert Haas
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-11-26
Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.
Robert Haas
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-23
Remove barrier.h
Robert Haas
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
Support condition variables.
Robert Haas
2016-11-18
Add pg_sequences view
Peter Eisentraut
2016-11-15
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-10
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-07
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-07
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-05
Remove duplicate macro definition.
Tom Lane
2016-11-05
pgwin32_is_junction's argument should be "const char *" not "char *".
Tom Lane
2016-11-04
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
Add API to check if an existing exclusive lock allows cleanup.
Robert Haas
2016-10-31
Remove declarations for pq_putmessage_hook and pq_flush_hook.
Robert Haas
2016-10-27
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-26
Fix typos in comments.
Heikki Linnakangas
2016-10-23
Allow pg_basebackup to stream transaction log in tar mode
Magnus Hagander
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-18
Fix a few typos in simplehash.h.
Andres Freund
2016-10-18
Fix typo in comment.
Robert Haas
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-15
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-10-14
Add a macro templatized hashtable.
Andres Freund
2016-10-14
Add likely/unlikely() branch hint macros.
Andres Freund
2016-10-12
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
Simplify the code for logical tape read buffers.
Heikki Linnakangas
[next]