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
/
tcop
/
postgres.c
Age
Commit message (
Expand
)
Author
2018-05-18
Fix post-cherry-pick problems.
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-07-09
Remove storm_catalog schema
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Restart logical replication launcher when killed
Peter Eisentraut
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-15
Take into account the fact that pg_parse_query() returns a list of RawStmt
Pavan Deolasee
2017-06-14
Revert "Collect and return query substrings corresponding to each SQL statement"
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-08
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-02
Fix signal handling in logical replication workers
Peter Eisentraut
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-20
Avoid core dump for empty prepared statement in an aborted transaction.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-11-17
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-19
Make getrusage() output a little more readable
Peter Eisentraut
2016-10-18
Use OS timestamp for computing if the current statement has taken more than
Pavan Deolasee
2016-10-18
Show originating coordinator name:pid and remote node name:pid in the ps output
Pavan Deolasee
2016-10-18
Add a mechanism to selectively refresh pooler information when only connection
Pavan Deolasee
2016-10-18
Fix several compiler warnings
Pavan Deolasee
2016-10-18
Add support for process-level control for overriding log levels.
Pavan Deolasee
2016-10-18
Avoid repeated palloc for query strings while handling multi-statement SQLs
Pavan Deolasee
2016-10-18
Collect and return query substrings corresponding to each SQL statement
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Fix a few compiler warnings.
Pavan Deolasee
2016-10-18
Sprinkle SQueue and portal management code with DEBUG messages
Pavan Deolasee
2016-10-18
Send a single command-complete message from remote coordinator or datanode
Pavan Deolasee
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-10
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-08
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
[next]