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
/
bin
Age
Commit message (
Expand
)
Author
2013-11-22
Tweak streamutil.c further to avoid scan-build warning
Peter Eisentraut
2013-11-21
Fix pg_isready to handle -d option properly.
Fujii Masao
2013-11-19
Add tab completion for \pset in psql.
Fujii Masao
2013-11-18
Spell SQL keywords in uppercase in pg_dump's query.
Heikki Linnakangas
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-16
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-15
Speed up printing of INSERT statements in pg_dump.
Tom Lane
2013-11-15
Clean up password prompting logic in streamutil.c.
Tom Lane
2013-11-14
Fix incorrect column name in psql \d code.
Tom Lane
2013-11-11
Don't abort pg_basebackup when receiving empty WAL block
Magnus Hagander
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-05
Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
Tom Lane
2013-11-04
Fix parsing of xlog file name in pg_receivexlog.
Heikki Linnakangas
2013-10-25
Ignore SIGSYS during initdb.
Tom Lane
2013-10-25
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-23
Simplify tab completion rules for views and foreign tables.
Robert Haas
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-19
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-16
initdb: Suppress dynamic shared memory when probing for max_connections.
Robert Haas
2013-10-14
Translation updates to fix build failures
Peter Eisentraut
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-10
initdb: Select working dynamic shared memory implementation.
Robert Haas
2013-10-10
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-07
Translation updates
Peter Eisentraut
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
psql: Make \pset without arguments show all settings.
Robert Haas
2013-10-03
psql: Set up cancel handler later
Peter Eisentraut
2013-09-23
Fix two timeline handling bugs in pg_receivexlog.
Heikki Linnakangas
2013-09-18
Fix typo in comment.
Fujii Masao
2013-09-10
psql: fix \copy stdin trailing space requirement
Bruce Momjian
2013-09-10
psql: honor 'footer' option for expanded output
Bruce Momjian
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-02
Translation updates
Peter Eisentraut
2013-08-28
Accept multiple -I, -P, -T and -n options in pg_restore.
Heikki Linnakangas
2013-08-27
Fix some "translator:" comments mangled by pgindent
Alvaro Herrera
2013-08-19
Rename the "fast_promote" file to just "promote".
Heikki Linnakangas
2013-08-19
Translation updates
Peter Eisentraut
2013-08-15
Add tab completion for \dx in psql
Magnus Hagander
2013-08-13
pg_dump: avoid schema qualification for ALTER ... OWNER
Bruce Momjian
2013-07-31
pg_dump/pg_dumpall: remove unnecessary SQL trailing semicolons
Bruce Momjian
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-15
Tab completion for \lo_import
Robert Haas
2013-07-15
Correct off-by-one when reading from pipe
Stephen Frost
2013-07-15
Check version before allocating PQExpBuffer
Stephen Frost
[next]