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
Age
Commit message (
Expand
)
Author
2007-05-04
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
Tom Lane
2007-05-03
Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching
Tom Lane
2007-05-03
Release builds generate different strangely formatted export names
Magnus Hagander
2007-05-02
Dept. of second thoughts: add comments cautioning against using
Tom Lane
2007-05-02
During WAL recovery, when reading a page that we intend to overwrite completely
Tom Lane
2007-05-02
Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid
Tom Lane
2007-05-02
Use the new TimestampDifferenceExceeds API instead of timestamp_cmp_internal
Alvaro Herrera
2007-05-02
Fix failure to check for INVALID worker entry in the new autovacuum code, which
Alvaro Herrera
2007-05-02
Fix oversight in PG_RE_THROW processing: it's entirely possible that there
Tom Lane
2007-05-01
Add wrapper script around install.pl that calls buildenv.bat before doing
Magnus Hagander
2007-05-01
Fix a thinko in my patch of a couple months ago for bug #3116: it did the
Tom Lane
2007-04-30
Change the timestamps recorded in transaction commit/abort xlog records
Tom Lane
2007-04-30
Fix oversight in my patch of yesterday: forgot to ensure that stats would
Tom Lane
2007-04-30
Implement rate-limiting logic on how often backends will attempt to send
Tom Lane
2007-04-30
Marginal performance hack: use a dedicated routine instead of copyObject
Tom Lane
2007-04-30
Marginal performance hack: avoid unnecessary work in expression_tree_mutator.
Tom Lane
2007-04-30
Marginal performance hack: remove the loop that used to be needed to
Tom Lane
2007-04-29
Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements
Neil Conway
2007-04-28
Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,
Neil Conway
2007-04-27
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
Tom Lane
2007-04-27
Properly set MODULE_PATHNAME based on module name instead of incorrectly based
Magnus Hagander
2007-04-27
Removed non-existant function from extern.h
Michael Meskes
2007-04-27
Inlined two functions to get rid of va_list problems on some archs.
Michael Meskes
2007-04-26
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-04-26
Another tweak for tab completion of CREATE TEMP. Instead of only
Neil Conway
2007-04-26
Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",
Neil Conway
2007-04-26
Rename the newly-added commands for discarding session state.
Neil Conway
2007-04-26
libpgtypes is a client lib, should not link with backend.
Magnus Hagander
2007-04-26
Generate "fake configure output" for pg_config, so that external builds
Magnus Hagander
2007-04-25
Install libpgport.lib as needed by some client programs.
Magnus Hagander
2007-04-25
Install headers in the same directory structure as Mingw.
Magnus Hagander
2007-04-24
Set maximum semaphore count to 32767 instead of 1. Fixes
Magnus Hagander
2007-04-23
Don't try to install uuid-ossp since we don't build it.
Magnus Hagander
2007-04-22
Remove some of the most blatant brain-fade in the recent guc patch
Tom Lane
2007-04-21
Some further performance tweaks for planning large inheritance trees that
Tom Lane
2007-04-21
Fix build for directories with spaces in them by quoting properly.
Magnus Hagander
2007-04-21
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-04-21
Don't try to build uuid-ossp on msvc.
Magnus Hagander
2007-04-21
Contrib module uuid-ossp for generating UUID values using the OSSP UUID
Peter Eisentraut
2007-04-21
Avoid useless work during set_plain_rel_pathlist() when the relation
Tom Lane
2007-04-21
Tweak make_inh_translation_lists() to check the common case wherein parent and
Tom Lane
2007-04-21
Improve the way in which CatalogCacheComputeHashValue combines multiple key
Tom Lane
2007-04-21
Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays
Tom Lane
2007-04-21
Tweak set_rel_width() to avoid redundant executions of getrelid().
Tom Lane
2007-04-20
Add comment on why deadlock detection error messages only prints numbers.
Bruce Momjian
2007-04-20
Add script major_release_split to simplify creating release notes for
Bruce Momjian
2007-04-20
Add mention of checking <link> behavior of HISTORY.html to release
Bruce Momjian
2007-04-20
Support explicit placement of the temporary-table schema within search_path.
Tom Lane
2007-04-19
Sync timezone data with 2007e zic release.
Tom Lane
2007-04-19
Repair PANIC condition in hash indexes when a previous index extension attempt
Tom Lane
[next]