View Full Version : pgsql Committers



  1. pgsql: Fixed error handling in numeric conversion (Joachim).
  2. pgsql: Suppress MSVC warnings about weak functions by using
  3. pgsql: Update packages description: < A package would be a schema
  4. bizgres - bizgres:
  5. pgsql: Update packages: < private functions, and initialization
  6. pgsql: Fix win32.mak for config cleanup.
  7. pgsql: Update: < o COPY FROM STDIN not implemented because not useful?
  8. pgfouine - pgfouine: bump version
  9. pgfouine - pgfouine: fixed unit tests
  10. pgfouine - www: preparing the website for 0.7 release
  11. pgfouine - www: New Directory
  12. pgsql: Fix 'make clean' for change of regression.diffs file name.
  13. pgsql: Add a feature for automatic initialization and finalization of
  14. pgsql: Reverse order of performance guides so powerpostgresql is first.
  15. pgsql: Add detail on packages: > > A package would be a schema
  16. pgsql: Add package item: < o Add Oracle-style packages > o Add
  17. pgsql: Fix definition of "errcode" for MSVC.
  18. pgsql: Done: < o Automatically force archiving of partially-filled
  19. pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni
  20. pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni
  21. pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni
  22. pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni
  23. pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni
  24. pgsql: Cleaned up log output a little bit more.
  25. pgestraier - pgestraier: subversion revision 80 commited to CVS
  26. pgestraier - pgestraier: bugfix: offset implementation didn't return all
  27. pgsql: Clarified COPY FROM STDIN in ecpg todo
  28. pgsql: Made parser check for valid copy to/from stdin/stdout
  29. pgestraier - pgestraier: subversion revision 79 commited to CVS
  30. pgestraier - pgestraier: update trigger now uses est_node_edit_doc (as
  31. pgestraier - pgestraier: delete just existing triggers
  32. pgestraier - pgestraier: subversion revision 78 commited to CVS
  33. pgestraier - pgestraier: subversion revision 77 commited to CVS
  34. pgestraier - pgestraier: try unique index if primary key doesn't exits
  35. webtranslator - l10n: More things added to TODO section.
  36. python - ip: Wrong finally block.
  37. pgsql: Done: < * Allow protocol-level BIND parameter values to be
  38. pgsql: For protocol-level prepare/bind/execute: o print user name for
  39. pgestraier - pgestraier: re-generate documentation on cvs target
  40. pgestraier - pgestraier: subversion revision 76 commited to CVS
  41. pgestraier - pgestraier: subversion revision 75 commited to CVS
  42. pgestraier - pgestraier: minor modificaton to cross-link documentation
  43. pgestraier - pgestraier: subversion revision 74 commited to CVS
  44. pgestraier - pgestraier: turn debug off
  45. pgestraier - pgestraier: subversion revision 73 commited to CVS
  46. pgestraier - pgestraier: hush size_t warning
  47. pgestraier - pgestraier: subversion revision 72 commited to CVS
  48. pgestraier - pgestraier: hush compiler warning
  49. pgestraier - pgestraier: subversion revision 71 commited to CVS
  50. pgestraier - pgestraier: tutorial is very short, thanks to helper script
  51. pgfouine - www: fixed a minor css issue
  52. pgfouine - www: preparing the website for 0.7 release
  53. bizgres - bizgres:
  54. pgfouine - pgfouine: tsung support
  55. pgsql: Put back another improperly-removed #include.
  56. pgestraier - pgestraier: subversion revision 70 commited to CVS
  57. pgestraier - pgestraier: finish (hopefully) documentation.
  58. pgsql: Back-port HEAD's configure fixes to select appropriate compiler
  59. pgsql: Back-port HEAD's configure fixes to select appropriate compiler
  60. pgsql: fix bug about modifying value in shared buffer, what was a reason
  61. pgsql: fix bug about modifying value in shared buffer, what was a reason
  62. pgsql: On some platforms, pg_usleep isn't interruptible by signals; fix
  63. pgsql: fix bug about modifying value in shared buffer, what was a reason
  64. pgsql: fix bug about modifying value in shared buffer, what was a reason
  65. pgsql: fix bug about modifying value in shared buffer, what was a reason
  66. pgestraier - pgestraier: subversion revision 69 commited to CVS
  67. pgestraier - pgestraier: single-line progress bar (if it fits), only
  68. pgestraier - pgestraier: auto-discover primary key (if it's single
  69. pgestraier - pgestraier: subversion revision 68 commited to CVS
  70. pgestraier - pgestraier: subversion revision 67 commited to CVS
  71. pgestraier - pgestraier: added chunk of documentation and ability to
  72. pgestraier - pgestraier: subversion revision 66 commited to CVS
  73. pgestraier - pgestraier: subversion revision 65 commited to CVS
  74. pgestraier - pgestraier: don't change encoding when inserting in
  75. pgestraier - pgestraier: print example SQL search query at end
  76. pgsql: Make recovery from WAL be restartable, by executing a
  77. pgestraier - pgestraier: subversion revision 64 commited to CVS
  78. pgestraier - pgestraier: drop triggers at beginning, work inside
  79. pgestraier - pgestraier: subversion revision 63 commited to CVS
  80. pgestraier - pgestraier: improved documentation, now this project is
  81. pgestraier - pgestraier: subversion revision 62 commited to CVS
  82. pgestraier - pgestraier: script to create pgest index on PostgreSQL
  83. pgestraier - pgestraier: New Directory
  84. pgestraier - pgestraier: subversion revision 61 commited to CVS
  85. pgestraier - pgestraier: added pgest_trigger function which allows
  86. pgsql: Joachim fixed some bugs in numeric handling in pgtypeslib.
  87. python - ip: Set GTX as a builtin instead of filling it in as a local.
  88. python - fe: Close connection on fatal errors.
  89. python - ip: Add AbortTransaction exception to abstract module.
  90. python - pq: When a TransitionError occurs, terminate the transaction.
  91. python - pq: Fix BindingsAndExecutings.
  92. edb-debugger - workstation: Hiroshi-san's first internationalization
  93. pgfouine - www: preparing the website for 0.7 release
  94. pgfouine - www: New Directory
  95. python - fe: Use new pq/pqueue APIs and improve interrupt safety.
  96. python - pq: Improve interrupt safety.
  97. pgsql: Tweak sanity_check regression test to display more tables (viz,
  98. pgsql: Add support for forcing a switch to a new xlog file; cause such a
  99. pgsql: Use better named loop variable for large loop, rather than 'i'.
  100. xlogviewer - xlogdump:
  101. pgsql: Fix inheritance_planner() to delete dummy subplans from its
  102. pgsql: Two more changes to regression tests to fix two differences in
  103. npgsql - Npgsql: 2006-08-05 Josh Cooley <jbnpgsql@tuxinthebox.net>
  104. npgsql - Npgsql: 2006-08-04 Josh Cooley <jbnpgsql@tuxinthebox.net>
  105. pgsql: Fix references to the Options section in the pgcrypto
  106. pgsql: Fix references to the Options section in the pgcrypto
  107. pgsql: Extend relation_excluded_by_constraints() to check for mutually
  108. pgsql: Teach predicate_refuted_by() how to do proofs involving
  109. pgsql: Add some blank lines for formatting.
  110. pgsql: Fix domain_in() bug exhibited by Darcy Buskermolen.
  111. edb-debugger - workstation: Adding tracer and profiler plugins
  112. pgsql: #ifdef fix for MSVC builds of libpq.
  113. pgsql: Improve logging of protocol-level prepared statements.
  114. pgsql: Fix bug in new pg_dump -T/-N handling that was dumping system
  115. pgsql: Remove redeclaration of struct sqlca_t --- unnecessary and
  116. pgsql: Fix missing 'static' keywords --- some compilers gripe about
  117. edb-debugger - workstation: New Directory
  118. pgsql: Fix inadequate quoting in test for AIX xlc.
  119. pgsql: 'make clean' must remove the create subdirectories results/ and
  120. pgsql: Teach eval_const_expressions to simplify BooleanTest nodes that
  121. webtranslator - l10n: Second commit, uff! Lots of changes was added,
  122. pgsql: Regression test updates and fixes
  123. pgsql: Slight wording improvement in documentation.
  124. pgsql: Add missing ecpg function prototype needed when in threaded mode
  125. pgsql: Add URL for terminate backend test: >
  126. pgsql: Add some basic tests of GUC behavior.
  127. bizgres - bizgres: Enhancements to support Web services bridge
  128. pgfouine - pgfouine: * [vacuum] improved the layout * [vacuum] fixed the
  129. pgsql: Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations
  130. pgsql: Remove use of a regex character class in resultmap (for freebsd
  131. pgsql: Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as
  132. pgsql: Add missing pgstat_count_index_scan(), per Andreas Seltenreich.
  133. pgaccess - pgaccess: allowing open of views from main window
  134. pgaccess - pgaccess: clean out debug line
  135. pgaccess - pgaccess: trim right semi-colon from views before running
  136. pgsql: A few regression tests for VALUES, from Gavin Sherry.
  137. pgsql: Removed compiler warnings
  138. pgsql: Applied test suite update by Joachim Wieland <joe@mcknight.de>.
  139. pgaccess - pgaccess: allow editing of tables with oids in the tablelist
  140. npgsql - Npgsql: 2006-08-02 Francisco Figueiredo Jr.
  141. pgfouine - pgfouine: fixed a bug in duration detection for index cleanup
  142. pgfouine - pgfouine: * [vacuum] added the duration information *
  143. pgsql: Move 'ddl' right after 'none' in postgresql.conf.
  144. pgsql: Fix logic to prevent pg_dump from dumping system schemas; bug
  145. nagiosplugins - nagiosplugins: Adding a README and a waiting query check
  146. bizgres - bizgres:
  147. bizgres - bizgres:
  148. bizgres - bizgres:
  149. nagiosplugins - nagiosplugins: Initial Checkin of Code.
  150. pgsql: remove extraneous space after -L flag.
  151. pgsql: Arrange for ValuesScan to keep per-sublist expression eval state
  152. pgsql: Fix documentation error: GRANT/REVOKE for roles only accept role
  153. pgsql: Fix documentation error: GRANT/REVOKE for roles only accept role
  154. pgsql: And finally the Makefiles
  155. pgsql: Wups, got the test for contain_vars_of_level-not-needed wrong in
  156. pgsql: Hopefully that's it.
  157. pgsql: New Directory
  158. pgsql: Add a HINT per suggestion from Michael Glaesemann.
  159. pgsql: Some more regression test files
  160. pgsql: New Directory
  161. pgsql: New Directory
  162. pgsql: New Directory
  163. pgsql: New Directory
  164. pgsql: New Directory
  165. pgsql: New Directory
  166. pgsql: One more file to remove
  167. pgsql: New Directory
  168. pgsql: New Directory
  169. pgsql: Removed old test files
  170. pgsql: New Directory
  171. pgsql: ynced parser and keyword list.
  172. pgsql: New Directory
  173. pgsql: Update: < o Add COPY TO STDIN / STDOUT handling > o Add COPY
  174. pgsql: Add: > o In rules, allow VALUES() to contain a mixture of 'old'
  175. xlogviewer - xlogdump:
  176. pgfouine - pgfouine: [vacuum] fixed a bug in database/schema filter
  177. pgsql: Done: o -Allow INSERT INTO tab (col1, ..) VALUES (val1,
  178. pgsql: Add support for multi-row VALUES clauses as part of INSERT
  179. pgsql: Fix bug I introduced while cleaning up pg_dump -t/-n patch.
  180. pgsql: Editorialize a bit on the recent patch, reverting to the original
  181. pgsql: Add support for loadable modules to allocated shared memory and
  182. pgsql: Add pg_dump -X no-data-for-failed-tables option to suppress
  183. pgsql: Done: < o %Allow pg_dump to use multiple -t and -n switches
  184. pgsql: Remove TODO.detail/pg_dump.
  185. pgsql: Allow multiple -n (schema) and -t (table) pg_dump options, and
  186. pgsql: Remove extra argument to printf().
  187. pgsql: have pg_regress fall back on testing with the canonical results
  188. pgsql: Improvements to Maintenance and External Projects documentation.
  189. edb-debugger - workstation: Uploading most recent version
  190. pgsql: Add: > * Consider compressed annealing to search for query plans
  191. pgsql: Change the relation_open protocol so that we obtain lock on a
  192. fulldisjunction - fd: Adjusted the cvs files to fit the contrib format
  193. fulldisjunction - fd: New Directory
  194. fulldisjunction - fd: New Directory
  195. fulldisjunction - fd: Finished the code documentation and revamping the
  196. pgsql: Added missing ECPGget_sqlca() call
  197. pgsql: First small patches needed for regression tests
  198. pgsql: Fix memory allocation bug in pgbench.
  199. pgsql: Change the bootstrap sequence so that toast tables for system
  200. pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and
  201. pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and
  202. pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and
  203. pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and
  204. xlogviewer - xlogdump: start to decode char and int
  205. pgsql: Fix a couple of comments.
  206. fulldisjunction - fd: Fixed the inlcude directories in the Makfile to
  207. pgsql: Added missing $Header$ entries.
  208. pgsql: Modify snapshot definition so that lazy vacuums are ignored by
  209. pgsql: Add: > * Consider detoasting keys before sorting
  210. pgsql: Fix WIN32 wait() return value macros to be accurate, particularly
  211. fulldisjunction - fd: Finished README.
  212. fulldisjunction - fd: Cleaned up the context structure and generally
  213. pgsql: prevent multiplexing Windows kernel event objects we listen for
  214. pgsql: prevent multiplexing Windows kernel event objects we listen for
  215. pgsql: prevent multiplexing Windows kernel event objects we listen for
  216. fulldisjunction - fd: More clean ups
  217. pgsql: Add entry: > * Add column to pg_stat_activity that shows the
  218. pgsql: Don't use #include <crtdefs.h> for MSVC <= 1400.
  219. pgsql: Add: > * Add support for SQL-standard GENERATED/IDENTITY columns
  220. pgsql: Add #include postgres_fe.h in two win32-specific files, because
  221. fulldisjunction - fd: Finally! added dictionary support so you can give
  222. pgsql: Adjust initialization sequence for timezone_abbreviations so that
  223. webtranslator - l10n: Imported Sources
  224. pgsql: Change the delta val from 0 and 10000 to -5000 and 5000 per
  225. pgsql: Remove update TODO.detail item.
  226. pgsql: Updates per Tom: > * Allow DISTINCT to work in multiple-argument
  227. pgsql: SQL2003-standard statistical aggregates, by Sergey Koposov.
  228. fulldisjunction - fd: Cleaned up the old integer scheme graph, now we
  229. pgsql: Fix table title.
  230. pgsql: Fix table title.
  231. pgsql: Make it clearer that not every Postgres character set can be used
  232. pgsql: Make it clearer that not every Postgres character set can be used
  233. pgsql: Update Tatsuo: < * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of
  234. pgsql: Variables should be free'ed only once.
  235. pgsql: Removed superfluous comment
  236. pgsql: And one more: Connection identifier has to be unique
  237. pgsql: Added more SoC changes by Joachim Wieland <joe@mcknight.de>: -
  238. python - lo: Correct -W's long variant.
  239. pgsql: Add URL for UPDATE/SET for multiple values.
  240. pgsql: Add for UPDATE SET for multiple values: > > A
  241. pgsql: Fix incorrect function return code in cube_cmp and cube_dim;
  242. pgsql: revert last change - broke non-AIX platforms.
  243. pgsql: Aggregate functions now support multiple input arguments.
  244. pgsql: another try at keeping AIX/ppc happy on cube test.
  245. pgsql: fix most regression tests for new cube code.
  246. pgsql: Original coding of pg_regress.c made the results and log
  247. xlogviewer - xlogviewer:
  248. xlogviewer - xlogviewer:
  249. xlogviewer - xlogviewer:
  250. xlogviewer - xlogviewer: