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-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
psql: Add missing translation markers
Peter Eisentraut
2017-05-10
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-10
Remove no-longer-needed compatibility code for hash indexes.
Robert Haas
2017-05-10
Fix typos in comments.
Robert Haas
2017-05-10
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-10
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-10
Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.
Robert Haas
2017-05-10
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-09
Ignore PQcancel errors properly
Alvaro Herrera
2017-05-09
pg_dump: Add --no-subscriptions option
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src
Bruce Momjian
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
Fix statistics reporting in logical replication workers
Peter Eisentraut
2017-05-08
Fix possibly-uninitialized variable.
Tom Lane
2017-05-08
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
Restore PGREQUIRESSL recognition in libpq.
Noah Misch
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
Remove poorly worded and duplicated comment
Simon Riggs
2017-05-07
Fix memory leaks if random salt generation fails.
Heikki Linnakangas
2017-05-07
Guard against null t->tm_zone in strftime.c.
Tom Lane
2017-05-07
Install the "posixrules" timezone link in MSVC builds.
Tom Lane
2017-05-07
Restore fullname[] contents before falling through in pg_open_tzfile().
Tom Lane
2017-05-07
pg_dump: Don't leak memory in buildDefaultACLCommands()
Stephen Frost
2017-05-07
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-05-07
Fix duplicated words in comment.
Andres Freund
2017-05-06
Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.
Andres Freund
2017-05-05
Suppress compiler warning about unportable pointer value.
Tom Lane
2017-05-05
Allow MSVC to build with Tcl 8.6.
Alvaro Herrera
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
Fix wording in pg_upgrade docs
Magnus Hagander
2017-05-05
Build pgoutput.dll in MSVC build
Magnus Hagander
2017-05-05
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-05
Don't use SCRAM-specific "e=invalid-proof" on invalid password.
Heikki Linnakangas
2017-05-05
Change the way pg_dump retrieves partitioning info
Stephen Frost
2017-05-04
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
Fix PQencryptPasswordConn to work with older server versions.
Heikki Linnakangas
2017-05-04
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-03
Remove useless and rather expensive stanza in matview regression test.
Tom Lane
2017-05-03
Add pg_dump tests for CREATE STATISTICS
Alvaro Herrera
2017-05-03
pg_dump/t/002: append terminating semicolon to SQL commands
Alvaro Herrera
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
Improve performance of timezone loading, especially pg_timezone_names view.
Tom Lane
2017-05-03
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
[next]