projects
/
postgres-xl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgres-xl.git
2015-12-30
Pavan Deolasee
Add a flag to the latest snapshot from GTM when situati...
commit
|
commitdiff
|
tree
2015-12-30
Pavan Deolasee
Assign GTM-generated XID for an auto-commit, single...
commit
|
commitdiff
|
tree
2015-12-29
Pavan Deolasee
Correct '=' to '==' in an assertion
commit
|
commitdiff
|
tree
2015-12-15
Pavan Deolasee
Drop datanode/coordinator connections while handling...
commit
|
commitdiff
|
tree
2015-12-15
Pavan Deolasee
Add a developer GUC "enable_datanode_row_triggers"...
commit
|
commitdiff
|
tree
2015-12-10
Pavan Deolasee
Merge remote-tracking branch 'remotes/PGSQL/REL9_5_STAB...
commit
|
commitdiff
|
tree
2015-12-10
Pavan Deolasee
Add a developer-GUC 'gloabl_snapshot_source' to allow...
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Allow on-demand assignment of XID, even on a datanode
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Forget connection combiner before receving pending...
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Do not use RemoteSubplan for simple Result plan which...
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Reduce logging level for tuplestore_end message
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Avoid repeated invalidation on plans because of mismatc...
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Introduce a cluster monitor lock to avoid a race condit...
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Reduce logging level for couple of messages
commit
|
commitdiff
|
tree
2015-12-09
Pavan Deolasee
Ouch. Forgot to take this half-cooked and incorrect...
commit
|
commitdiff
|
tree
2015-12-08
Pavan Deolasee
Acquire the right lock for updating latestCompletedXid.
commit
|
commitdiff
|
tree
2015-12-08
Pavan Deolasee
Rework handling of idle nodes for xmin reporting and...
commit
|
commitdiff
|
tree
2015-12-07
Pavan Deolasee
Cluster Monitor, which is an auxilliary process need...
commit
|
commitdiff
|
tree
2015-12-07
Pavan Deolasee
Reintroduce XC's Fast Query Shipping (FQS) mechanism...
commit
|
commitdiff
|
tree
2015-11-30
Pavan Deolasee
Avoid deadlock by ensuring that a rd-lock holder does...
commit
|
commitdiff
|
tree
2015-11-30
Pavan Deolasee
Add debug facility to GTM_RWLock
commit
|
commitdiff
|
tree
2015-11-26
Pavan Deolasee
Use -w option of pg_ctl to wait for the operation to...
commit
|
commitdiff
|
tree
2015-11-26
Pavan Deolasee
Reduce logging level for a log message added in commit...
commit
|
commitdiff
|
tree
2015-11-26
Pavan Deolasee
Add an user-friendly hint to the (in)famous "Failed...
commit
|
commitdiff
|
tree
2015-11-26
Pavan Deolasee
Add a cluster monitor postmaster process
commit
|
commitdiff
|
tree
2015-11-20
Pavan Deolasee
Free memory allocated for tracking prepared statements.
commit
|
commitdiff
|
tree
2015-11-20
Pavan Deolasee
Include pg_rusage.h whereever necessary
commit
|
commitdiff
|
tree
2015-11-19
Pavan Deolasee
Do not use READ ONLY transaction while dumping data...
commit
|
commitdiff
|
tree
2015-11-19
Pavan Deolasee
Add support for all releases newer than 9.2
commit
|
commitdiff
|
tree
2015-11-19
Pavan Deolasee
Initialise root->recursiveOk correcttly.
commit
|
commitdiff
|
tree
2015-11-19
Pavan Deolasee
Check if configuration parametere such as cord/datanode...
commit
|
commitdiff
|
tree
2015-11-19
Pavan Deolasee
Check for connection before trying to dereference a...
commit
|
commitdiff
|
tree
2015-11-18
Pavan Deolasee
Use correct index into GTM proxy array for coordinator...
commit
|
commitdiff
|
tree
2015-11-18
Pavan Deolasee
Do not use ereport(ERROR) while cleaning up connections...
commit
|
commitdiff
|
tree
2015-11-18
Pavan Deolasee
Run slaves in hot_standby mode so that we can ping...
commit
|
commitdiff
|
tree
2015-11-18
Pavan Deolasee
Use whichever coordinator available for running cluster...
commit
|
commitdiff
|
tree
2015-11-18
Pavan Deolasee
Do not try to initialise multi-executor if we are runni...
commit
|
commitdiff
|
tree
2015-11-18
Pavan Deolasee
Ensure that the array in extended only when adding...
commit
|
commitdiff
|
tree
2015-11-17
Pavan Deolasee
Wait for the socket to become ready to receive more...
commit
|
commitdiff
|
tree
2015-11-17
Pavan Deolasee
Cancel queries on remote connections upon transaction...
commit
|
commitdiff
|
tree
2015-11-16
Pavan Deolasee
Add more instrumentation options to code
commit
|
commitdiff
|
tree
2015-11-16
Pavan Deolasee
Use poll() instead of select() at a few places
commit
|
commitdiff
|
tree
2015-11-13
Pavan Deolasee
Remove a lot of XC-specific code from the repo.
commit
|
commitdiff
|
tree
2015-10-08
Robert Haas
Fix typo in docs.
commit
|
commitdiff
|
tree
2015-10-08
Andrew Dunstan
Factor out encoding specific tests for json
commit
|
commitdiff
|
tree
2015-10-07
Tom Lane
Improve documentation of the role-dropping process.
commit
|
commitdiff
|
tree
2015-10-07
Bruce Momjian
docs: add JSONB containment example of a key and empty...
commit
|
commitdiff
|
tree
2015-10-07
Bruce Momjian
docs: Map operator @> to the proper SGML escape for '>'
commit
|
commitdiff
|
tree
2015-10-07
Bruce Momjian
docs: clarify JSONB operator descriptions
commit
|
commitdiff
|
tree
2015-10-06
Tom Lane
Perform an immediate shutdown if the postpid file is...
commit
|
commitdiff
|
tree
2015-10-05
Tom Lane
Stamp 9.5beta1.
commit
|
commitdiff
|
tree
2015-10-05
Bruce Momjian
docs: update guidelines on when to use GIN and GiST...
commit
|
commitdiff
|
tree
2015-10-05
Tom Lane
Docs: explain contrib/pg_stat_statements' handling...
commit
|
commitdiff
|
tree
2015-10-05
Tom Lane
Fix insufficiently-portable regression test case.
commit
|
commitdiff
|
tree
2015-10-05
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2015-10-05
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2015-10-05
Andres Freund
Remove outdated comment about relation level autovacuum...
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
Add regression tests for INSERT/UPDATE+RETURNING
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
Prevent stack overflow in query-type functions.
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
Prevent stack overflow in container-type functions.
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
Prevent stack overflow in json-related functions.
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
pgcrypto: Detect and report too-short crypt() salts.
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
Apply SELECT policies in INSERT/UPDATE+RETURNING
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
Do not write out WCOs in Query
commit
|
commitdiff
|
tree
2015-10-05
Andres Freund
Re-Align *_freeze_max_age reloption limits with corresp...
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
ALTER TABLE .. FORCE ROW LEVEL SECURITY
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14,...
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Improve contrib/pg_stat_statements' handling of garbage...
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Further twiddling of nodeHash.c hashtable sizing calcul...
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Fix some issues in new hashtable size calculations...
commit
|
commitdiff
|
tree
2015-10-04
Andrew Dunstan
Disallow invalid path elements in jsonb_set
commit
|
commitdiff
|
tree
2015-10-04
Peter Eisentraut
Group cluster_name and update_process_title settings...
commit
|
commitdiff
|
tree
2015-10-04
Noah Misch
Document that row_security is a boolean GUC.
commit
|
commitdiff
|
tree
2015-10-04
Noah Misch
Make BYPASSRLS behave like superuser RLS bypass.
commit
|
commitdiff
|
tree
2015-10-03
Andres Freund
Improve errhint() about replication slot naming restric...
commit
|
commitdiff
|
tree
2015-10-03
Andres Freund
Fix several bugs related to ON CONFLICT's EXCLUDED...
commit
|
commitdiff
|
tree
2015-10-03
Peter Eisentraut
doc: Update URLs of external projects
commit
|
commitdiff
|
tree
2015-10-03
Peter Eisentraut
doc: Make some index terms and terminology more consistent
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Update time zone data files to tzdata release 2015g.
commit
|
commitdiff
|
tree
2015-10-02
Robert Haas
Clarify FDW documentation about ON CONFLICT.
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Add recursion depth protection to LIKE matching.
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Add recursion depth protections to regular expression...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Fix potential infinite loop in regular expression execu...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Add some more query-cancel checks to regular expression...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Docs: add disclaimer about hazards of using regexps...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Docs: add another example of creating a range type.
commit
|
commitdiff
|
tree
2015-10-02
Alvaro Herrera
Don't disable commit_ts in standby if enabled locally
commit
|
commitdiff
|
tree
2015-10-02
Peter Eisentraut
pg_rewind: Improve some messages
commit
|
commitdiff
|
tree
2015-10-02
Peter Eisentraut
Fix message punctuation according to style guide
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Fix pg_dump to handle inherited NOT VALID check constra...
commit
|
commitdiff
|
tree
2015-10-01
Alvaro Herrera
Fix commit_ts for standby
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Fix documentation error in commit 8703059c6b55c427100e0...
commit
|
commitdiff
|
tree
2015-10-01
Fujii Masao
Fix mention of htup.h in storage.sgml
commit
|
commitdiff
|
tree
2015-10-01
Pavan Deolasee
Install missing pgxc header files properly.
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Improve LISTEN startup time when there are many unread...
commit
|
commitdiff
|
tree
2015-09-30
Robert Haas
Don't dump core when destroying an unused ParallelContext.
commit
|
commitdiff
|
tree
2015-09-30
Stephen Frost
Include policies based on ACLs needed
commit
|
commitdiff
|
tree
2015-09-30
Tatsuo Ishii
Fix incorrect tps number calculation in "excluding...
commit
|
commitdiff
|
tree
2015-09-29
Alvaro Herrera
Code review for transaction commit timestamps
commit
|
commitdiff
|
tree
2015-09-29
Tom Lane
Fix plperl to handle non-ASCII error message texts...
commit
|
commitdiff
|
tree
next