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
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
Improve message about failed transaction log archiving
Peter Eisentraut
2013-04-26
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-25
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-04-25
Fix typo in comment.
Heikki Linnakangas
2013-04-24
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Kevin Grittner
2013-04-24
Make fast promotion the default promotion mode.
Simon Riggs
2013-04-20
Fix longstanding race condition in plancache.c.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-19
Improve error message when an FDW doesn't support WHERE CURRENT OF.
Tom Lane
2013-04-19
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-16
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-16
Fix function return type confusion
Peter Eisentraut
2013-04-15
Correct handling of NULL arguments in json funcs.
Andrew Dunstan
2013-04-14
Add serial comma
Peter Eisentraut
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
Minor wording corrections for object-access hook stuff.
Robert Haas
2013-04-11
Remove quotes around SQL statement in error message
Alvaro Herrera
2013-04-11
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
2013-04-10
Fix SIGUSR1 handling by unconnected bgworkers
Alvaro Herrera
2013-04-10
Fix SIGHUP handling by unconnected bgworkers
Alvaro Herrera
2013-04-10
Remove duplicate initialization in XLogReadRecord.
Robert Haas
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-09
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-08
Minor rewording of README comments
Simon Riggs
2013-04-08
Fix calculation of how many segments to retain for wal_keep_segments.
Heikki Linnakangas
2013-04-08
Skip extraneous locking in XLogCheckBuffer().
Simon Riggs
2013-04-08
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-08
README comments on checksums on page holes.
Simon Riggs
2013-04-07
Tune BufferGetLSNAtomic() when checksums !enabled
Simon Riggs
2013-04-07
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-04-05
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-04-04
Fix off by one error in JSON extract path code.
Andrew Dunstan
2013-04-04
Fix crash on compiling a regular expression with more than 32k colors.
Heikki Linnakangas
2013-04-04
Calculate # of semaphores correctly with --disable-spinlocks.
Heikki Linnakangas
2013-04-03
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-01
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-03-31
Ignore extra subquery outputs in set_subquery_size_estimates().
Tom Lane
2013-03-30
Improve code documentation about "magnetic disk" storage manager.
Tom Lane
2013-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-28
Avoid "variable might be clobbered by longjmp" warning.
Tom Lane
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-28
Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc
Simon Riggs
2013-03-27
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-03-27
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-03-27
Set recovery_config_directory for EXEC_BACKEND.
Simon Riggs
[next]