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
2013-01-02
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-02
Fix bug in streaming replication over multiple tli switches.
Heikki Linnakangas
2013-01-02
Fix silly typo in code, which broke the check for reaching consistency.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2013-01-01
Add new file to MSVC build system as well
Magnus Hagander
2013-01-01
Unify some tar functionality across different parts
Magnus Hagander
2012-12-31
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
Fix compiler warning about uninitialized variable
Peter Eisentraut
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-27
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-27
Remove unused NextLogPage macro
Alvaro Herrera
2012-12-24
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
Keep rd_newRelfilenodeSubid across overflow.
Simon Riggs
2012-12-24
Fix more weird compiler messages caused
Simon Riggs
2012-12-24
Add function prototype from previous commit.
Simon Riggs
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-21
Fix sloppiness in the timeline switch over streaming replication patch.
Heikki Linnakangas
2012-12-21
Fix race condition if a file is removed while pg_basebackup is running.
Heikki Linnakangas
2012-12-21
Forgot to remove extern declaration of GetRecoveryTargetTLI()
Heikki Linnakangas
2012-12-21
Make some messages more consistent in style
Peter Eisentraut
2012-12-21
Fix grammatical mistake in error message
Peter Eisentraut
2012-12-20
Fix pg_extension_config_dump() to handle update cases more sanely.
Tom Lane
2012-12-20
Fix recycling of WAL segments after switching timeline during recovery.
Heikki Linnakangas
2012-12-20
Avoid using NAMEDATALEN in pg_upgrade
Bruce Momjian
2012-12-20
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.
Heikki Linnakangas
2012-12-19
Check if we've reached end-of-backup point also if no redo is required.
Heikki Linnakangas
2012-12-19
Rename SQL feature S403 to ARRAY_MAX_CARDINALITY
Peter Eisentraut
2012-12-19
pg_basebackup: Small message punctuation improvements
Peter Eisentraut
2012-12-18
Don't include postgres.h in postgres_fe.h for cpluspluscheck.
Andrew Dunstan
2012-12-18
Remove allow_nonpic_in_shlib
Peter Eisentraut
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-16
Fix filling of postmaster.pid in bootstrap/standalone mode.
Tom Lane
2012-12-16
Tidy up from frontend Assert change.
Andrew Dunstan
2012-12-16
Properly copy fmgroids.h after clean on Win32
Magnus Hagander
2012-12-14
Provide Assert() for frontend code.
Andrew Dunstan
2012-12-14
Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.
Robert Haas
2012-12-14
NLS: Use msgmerge --previous option
Peter Eisentraut
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-12
In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.
Heikki Linnakangas
2012-12-12
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-12
Disable event triggers in standalone mode.
Tom Lane
2012-12-11
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
[next]