summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-05remote_wait_for_cancel: avoid unnecessary warningHEADmasterMarko Kreen
2013-07-08remote_wait_for_cancel: move pending check before poll()Marko Kreen
2013-04-15Comment typoMarko Kreen
2013-04-15remote_wait_for_cancel: wait only C_QUERY_READ connections.Marko Kreen
2013-01-31Add language validatorPeter Eisentraut
2012-11-23Fix build with PostgreSQL 9.3develPeter Eisentraut
2012-11-17Move RANGE to acceptable types, add testsMarko Kreen
2012-11-17Use PROVOLATILE constantMarko Kreen
2012-11-17Use TYPTYPE symbolic constantsMarko Kreen
2012-11-16Accept 't' proargmode, use symbolic names.Marko Kreen
2012-10-12After sending cancel req, wait for remote errorMarko Kreen
2012-10-11Table invalidationMarko Kreen
2012-10-11Support for dropped fieldsMarko Kreen
2012-04-13Proper init and cleanup for ConnectionStateMarko Kreen
2012-04-13Another get_role_oid() fixupMarko Kreen
2012-04-12Use container_of() to get main struct from nodeMarko Kreen
2012-04-12Provide get_role_oid() on older PostgresMarko Kreen
2012-04-03New config var: 'default_user'Marko Kreen
2012-04-02Clear old config before loading new one.Marko Kreen
2012-03-29Switch from session_user to current_user.Marko Kreen
2012-03-29User mapping now almost works on sql/med tooMarko Kreen
2012-03-29rowstamp: allow usage on zeroed stampMarko Kreen
2012-03-29Per-user mapping for non-sqlmed clustersMarko Kreen
2012-03-29Put per-cluster connect strings into treeMarko Kreen
2012-03-29Convert real cluster to treeMarko Kreen
2012-03-29Use binary tree for fake cluster storageMarko Kreen
2012-03-29Create separate structure for current connectionMarko Kreen
2012-03-07Sync with cache invalidation changes in 9.2Marko Kreen
2012-03-07Add printf attribute to vararg error functionsMarko Kreen
2011-11-05Support ENUM types.Zoltán Böszörményi
2011-10-12SPLIT: fix elem type info leakMarko Kreen
2011-09-07Keepalive parametersMarko Kreen
2011-08-15support global SQL/MED cluster optionsPetr Jelinek
2011-01-21win32: poll() compat fix - w32 does not use bitmapMarko Kreen
2011-01-20New TARGET satement, to redirect target function.Marko Kreen
2011-01-20scanner: define YY_NO_INPUT to ignore unused yyinput functionMarko Kreen
2010-09-06Make possible to disallow SELECT statement.Marko Kreen
2010-07-28Fix returning of many-column result typesMarko Kreen
2010-04-28Survive missing sqlstate field on error messagesMarko Kreen
2010-04-12Avoid unused func warning about yy_fatal_error()Marko Kreen
2010-04-12Show remote database name in remote error messages.Marko Kreen
2010-04-12Fix hint field reference.Marko Kreen
2010-03-16Flex >= 2.5.35 declares it's own functions properly now, so omit our defs for...Marko Kreen
2010-01-11Improved remote error and notice handling.Marko Kreen
2010-01-11Adds "SPLIT ALL" to specify that all array argumentsMartin Pihlak
2010-01-08Fix standard_conforming_string incompat vs. 8.5Marko Kreen
2010-01-08Enable pl/proxy clusters to be defined by SQL/MED facilities.Martin Pihlak
2009-11-10New SPLIT statement.Marko Kreen
2009-10-28geterrcode(): Switch memory context to work around Assert() in CopyErrorData()Marko Kreen
2009-09-15More flexible CONNECT function.Marko Kreen