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
/
backend
Age
Commit message (
Expand
)
Author
2010-04-02
Check compulsory parameters in recovery.conf in standby_mode, per docs.
Simon Riggs
2010-04-02
Move system startup message prior to any calls out of data directory.
Simon Riggs
2010-04-01
Don't pass an invalid file handle to dup2(). That causes a crash on
Heikki Linnakangas
2010-04-01
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-03-31
Change recovery.conf.sample to match postgresql.conf by showing only
Bruce Momjian
2010-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
Change the retry-loop in standby mode to also try restoring files from
Heikki Linnakangas
2010-03-30
Message tuning
Peter Eisentraut
2010-03-30
Properly initialize local varaible in
Bruce Momjian
2010-03-30
Add comma missing from postgresql.conf comment.
Bruce Momjian
2010-03-29
Edit recovery.conf.sample so it matches docs. Change standby_mode
Simon Riggs
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-26
Flush CopyOutResponse when starting streaming in walsender, so that it's
Heikki Linnakangas
2010-03-25
Modify some new and pre-existing messages for translatability.
Simon Riggs
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-24
Additional thoughts on WALSender cpu reduction. Use long type
Simon Riggs
2010-03-24
Change replication connection log format to allow for a database
Simon Riggs
2010-03-24
Reduce CPU utilisation of WALSender process. Process was using 10% CPU
Simon Riggs
2010-03-24
Fix thinko in log message for "sameuser" ident map mismatch: the provided
Tom Lane
2010-03-24
Now that we know last_statrequest > last_statwrite can be observed in the
Tom Lane
2010-03-24
Update description of walrcv_receive() function to match reality.
Heikki Linnakangas
2010-03-24
Document in postgresql.conf that the max_standby_delay default is 30
Bruce Momjian
2010-03-22
Shorten suffix of automatically created indexes to "_excl" when using
Simon Riggs
2010-03-22
Fix an oversight in join-removal optimization: we have to check not only for
Tom Lane
2010-03-21
Message tuning
Peter Eisentraut
2010-03-20
Clear error_context_stack and debug_query_string at the beginning of proc_exit,
Tom Lane
2010-03-20
Forbid renaming columns of objects whose column names are system-generated.
Robert Haas
2010-03-19
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
Add connection messages for streaming replication. log_connections
Simon Riggs
2010-03-19
Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is
Simon Riggs
2010-03-19
Adjust comment in .history file to match recovery target specified. Comment
Simon Riggs
2010-03-19
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
2010-03-18
Add restartpoint_command option to recovery.conf. Fix bug in %r handling
Heikki Linnakangas
2010-03-18
Add vacuum_defer_cleanup_age to postgresql.conf.sample.
Simon Riggs
2010-03-17
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-16
Throw a nicer error message if a standby server attempts to connect while
Heikki Linnakangas
2010-03-15
Remove incorrect comment from GetWriteRecPtr(): the return value is always
Simon Riggs
2010-03-13
Revert all keepalive moves, reevaluate.
Bruce Momjian
2010-03-13
Move more tcp keepalive macros to be consistent.
Bruce Momjian
2010-03-13
Move TCP keepalive macro definition
Bruce Momjian
2010-03-13
Add libpq warning message if the .pgpass-retrieved password fails.
Bruce Momjian
2010-03-13
Allow underscores in tsearch email addressses, per RFC 5322 and report
Bruce Momjian
2010-03-12
Add some logging code for unexpected cases in pgstat.c, particularly being
Tom Lane
2010-03-11
Add missing reset of need_initialization in reloptions code.
Tom Lane
2010-03-11
Fix bug in KnownAssignedXidsMany(). I saw this when looking at the
Heikki Linnakangas
2010-03-11
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-03-10
Fix incorrect comment about permissions checking being done in utility.c.
Robert Haas
2010-03-10
pg_start_backup() can use a share lock to lock ControlFileLock
Itagaki Takahiro
2010-03-08
Disallow gssapi authentication on local connections, since it
Magnus Hagander
[next]