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
2015-02-17
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-16
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-13
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-13
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-10
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-04
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
Remove the option to service interrupts during PGSemaphoreLock().
Andres Freund
2015-02-03
Move deadlock and other interrupt handling in proc.c out of signal handlers.
Andres Freund
2015-02-03
Remove unused "m" field in LSEG.
Tom Lane
2015-02-03
Process 'die' interrupts while reading/writing from the client socket.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-30
Provide a way to supress the "out of memory" error when allocating.
Robert Haas
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-29
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-29
Add usebypassrls to pg_user and pg_shadow
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-26
Add a note to PG_TRY's documentation about volatile safety.
Tom Lane
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-23
Fix typos, update README.
Robert Haas
2015-01-22
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-22
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
reinit.h: Fix typo in identification comment
Alvaro Herrera
2015-01-20
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-17
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-16
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
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-15
Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.
Andres Freund
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-13
Fix typos in comment.
Heikki Linnakangas
2015-01-11
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.
Andres Freund
2015-01-08
Move comment about sun cc's __machine_rw_barrier being a full barrier.
Andres Freund
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
[next]