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
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-28
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-28
pg_lsn should not be marked typispreferred.
Tom Lane
2014-05-28
Fix obsolete config-module-exclusion logic in vcregress.pl.
Tom Lane
2014-05-28
Propagate system identifier generation improvement into pg_resetxlog.
Tom Lane
2014-05-27
Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.
Tom Lane
2014-05-26
Fix pg_recvlogical to accept the documented -I instead only --startpos.
Andres Freund
2014-05-26
Small typo and formatting fixes in postgresql.conf.sample
Peter Eisentraut
2014-05-25
Fix error when trying to delete page with half-dead left sibling.
Heikki Linnakangas
2014-05-25
Don't allocate memory inside an Assert() iff in a critical section.
Andres Freund
2014-05-24
Silence a couple of spurious valgrind warnings in inval.c.
Andres Freund
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-22
Remove unnecessary cleanup code.
Robert Haas
2014-05-22
Fix typo in comment.
Fujii Masao
2014-05-22
Fix typos in comments.
Fujii Masao
2014-05-22
Fix typos in comments.
Heikki Linnakangas
2014-05-21
Fix spurious tab character
Peter Eisentraut
2014-05-20
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-19
Update obsolete comment.
Tom Lane
2014-05-19
Message style fixes to pg_recvlogical
Heikki Linnakangas
2014-05-19
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-18
Ooops, I broke initdb with that last patch.
Tom Lane
2014-05-18
Fix two ancient memory-leak bugs in relcache.c.
Tom Lane
2014-05-17
Make fallback implementation of pg_memory_barrier() work.
Tom Lane
2014-05-17
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
Fix unaligned accesses in DecodeUpdate().
Tom Lane
2014-05-17
Update README, we don't do post-recovery cleanup actions anymore.
Heikki Linnakangas
2014-05-16
Make sure chr(int) can't create invalid UTF8 sequences.
Tom Lane
2014-05-16
Fix thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-16
Open output file before sleeping in pg_recvlogical.
Heikki Linnakangas
2014-05-16
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
Fix a couple of bugs in pg_recvlogical output to stdout.
Heikki Linnakangas
2014-05-15
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-15
Silence warnings about redefining popen on Mingw-w64.
Heikki Linnakangas
2014-05-15
pg_ctl: Write error messages to stderr
Peter Eisentraut
2014-05-15
In initdb, ensure stdout/stderr buffering behavior is what we expect.
Tom Lane
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
Make initdb throw error for bad locale values.
Tom Lane
2014-05-13
Fix harmless access to uninitialized memory.
Heikki Linnakangas
2014-05-13
Add Valgrind suppression for reorderbuffer padding bytes.
Noah Misch
2014-05-13
Be more wary in choice of timezone names to test make_timestamptz with.
Tom Lane
2014-05-12
Ignore config.pl and buildenv.pl in src/tools/msvc.
Tom Lane
2014-05-12
Free PQresult on error in pg_receivexlog.
Heikki Linnakangas
[next]