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-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
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Remove trailing commas from enums.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
Change the way pre-reading in external sort's merge phase works.
Heikki Linnakangas
2016-09-30
Fix breakage in previous change
Peter Eisentraut
2016-09-30
Separate enum from struct
Peter Eisentraut
2016-09-29
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-26
Fix some typos in comment
Peter Eisentraut
[next]