postgresql/src/backend
Robert Haas 857ee8e391 Add a txid_status function.
If your connection to the database server is lost while a COMMIT is
in progress, it may be difficult to figure out whether the COMMIT was
successful or not.  This function will tell you, provided that you
don't wait too long to ask.  It may be useful in other situations,
too.

Craig Ringer, reviewed by Simon Riggs and by me

Discussion: http://postgr.es/m/CAMsr+YHQiWNEi0daCTboS40T+V5s_+dst3PYv_8v2wNVH+Xx4g@mail.gmail.com
2017-03-24 12:00:53 -04:00
..
access Avoid SnapshotResetXmin() during AtEOXact_Snapshot() 2017-03-24 14:20:59 +00:00
bootstrap Move atooid() definition to a central place 2017-03-01 11:55:28 -05:00
catalog ICU support 2017-03-23 15:28:48 -04:00
commands ICU support 2017-03-23 15:28:48 -04:00
executor Allow for parallel execution whenever ExecutorRun() is done only once. 2017-03-23 13:14:36 -04:00
foreign Spelling fixes in code comments 2017-03-14 12:58:39 -04:00
lib Fix overflow check in StringInfo; add missing casts 2017-01-10 11:41:13 -03:00
libpq Allow SCRAM authentication, when pg_hba.conf says 'md5'. 2017-03-24 13:32:21 +02:00
main Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nodes ICU support 2017-03-23 15:28:48 -04:00
optimizer Fix wrong costing of Sort under Gather Merge. 2017-03-22 14:45:14 -04:00
parser ICU support 2017-03-23 15:28:48 -04:00
po Translation updates 2016-08-08 11:08:00 -04:00
port Fix WaitEventSetWait() to handle write-ready waits properly on Windows. 2017-03-17 14:58:06 -04:00
postmaster Logical replication support for initial data copy 2017-03-23 08:55:37 -04:00
regex ICU support 2017-03-23 15:28:48 -04:00
replication Handle empty result set in libpqrcv_exec 2017-03-24 08:41:32 -04:00
rewrite Support XMLTABLE query expression 2017-03-08 12:40:26 -03:00
snowball Add ICU_FLAGS to one more place 2017-03-23 16:53:10 -04:00
storage Track the oldest XID that can be safely looked up in CLOG. 2017-03-23 14:26:31 -04:00
tcop ICU support 2017-03-23 15:28:48 -04:00
tsearch Spelling fixes in code comments 2017-03-14 12:58:39 -04:00
utils Add a txid_status function. 2017-03-24 12:00:53 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile ICU support 2017-03-23 15:28:48 -04:00
common.mk ICU support 2017-03-23 15:28:48 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00