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
2017-01-05
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-05
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
Fix format for TAP test docs
Simon Riggs
2017-01-04
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
Assorted code improvements for table partitioning.
Robert Haas
2017-01-04
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
Add new TAP tests for pg_recvlogical
Simon Riggs
2017-01-04
Add pg_recvlogical —-endpos=LSN
Simon Riggs
2017-01-04
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
Update obsolete comments in lwlock.h.
Robert Haas
2017-01-04
Add 18 new recovery TAP tests
Simon Riggs
2017-01-04
Allow PostgresNode.pm tests to wait for catchup
Simon Riggs
2017-01-04
Better fix for sequence access in hot standby test
Peter Eisentraut
2017-01-04
Attempt to handle pending-delete files on Windows
Magnus Hagander
2017-01-04
Make wal streaming the default mode for pg_basebackup
Magnus Hagander
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Update manual set of copyright files for 2017
Bruce Momjian
2017-01-03
Disable prompting for passphrase while (re)loading SSL config files.
Tom Lane
2017-01-03
Fix hot standby tests for sequence catalog change
Peter Eisentraut
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
Use clock_gettime(), if available, in instr_time measurements.
Tom Lane
2017-01-02
In pgbench logging, avoid assuming that instr_times match Unix timestamps.
Tom Lane
2017-01-01
Avoid assuming that instr_time == struct timeval in pgbench logging.
Tom Lane
2016-12-31
Fix unstable regression test results.
Tom Lane
2016-12-29
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-29
Fix typo in comment
Peter Eisentraut
2016-12-29
Expand ad-hoc unit abbreviations in function descriptions
Peter Eisentraut
2016-12-29
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-27
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
Don't rename .partial files in pg_receivexlog if an error occured
Magnus Hagander
2016-12-27
Fix typo comments
Magnus Hagander
2016-12-26
Remove triggerable Assert in hashname().
Tom Lane
2016-12-25
Fix incorrect error reporting for duplicate data in \crosstabview.
Tom Lane
2016-12-24
pg_dumpall: Include --verbose option in --help output
Stephen Frost
2016-12-24
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES
Stephen Frost
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
Spellcheck: s/descendent/descendant/g
Tom Lane
2016-12-23
pg_dump: Remove obsolete handling of sequence names
Peter Eisentraut
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
Remove _hash_chgbufaccess().
Robert Haas
2016-12-22
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
Update sequence_1.out for recent changes
Peter Eisentraut
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
[next]