View Full Version : pgsql Committers



  1. pgsql: Tom Lane <tgl@sss.pgh.pa.us> writes: > a_ogawa
  2. pgsql: Change expandRTE() and ResolveNew() back to taking just the
  3. pgsql: Back out make_mkid change.
  4. pgsql: Improve readability of config location params by adding newline.
  5. pgsql: Add: > * Allow pg_ctl to work properly with configuration files
  6. pgsql: Add description: > > O_DIRECT doesn't have the same media
  7. pgsql: Fix NUMERIC modulus to properly truncate division in computation.
  8. pgsql: Update Chinese FAQ to fix XHTML format.
  9. pgsql: Update Chinese FAQ to fix XHTML format.
  10. pgsql: Remove unused 'printCost' field from ExplainState, and simplify
  11. pgsql: Revise handling of dropped columns in JOIN alias lists to avoid a
  12. pgsql: Put back WAL TODO.detail entries.
  13. pgsql: Remove because it is partly done and we might not want to go
  14. pgsql: Just noticed that you can't Query-Cancel a long planner run,
  15. pgsql: Update Russian FAQ.
  16. pgsql: Update Russian FAQ.
  17. pgsql: Trim TODO.detail for wal completed items.
  18. pgsql: Done: > * -Compress WAL entries [wal]
  19. pgsql: Done: > * -Change WAL to use 32-bit CRC, for performance reasons
  20. pgsql: Push enable/disable of notify and catchup interrupts all the way
  21. pgsql: Push enable/disable of notify and catchup interrupts all the way
  22. pgsql: Push enable/disable of notify and catchup interrupts all the way
  23. pgsql: Push enable/disable of notify and catchup interrupts all the way
  24. docbot - docbot: make regexp using the /i switch
  25. docbot - docbot: Commented out irc message lowercasing to prevent url
  26. pgsql: The no-lexer-backup speedup hadn't been there a week before
  27. Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support
  28. Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support
  29. Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support
  30. pgsql: Fixed memory leak in ecpglib by adding some missing free()
  31. pgsql: Added patch by Gavin Scott <gavin@planetacetech.com> for Intel
  32. pgsql: Fixed memory leak in ecpglib by adding some missing free()
  33. pgsql: - Fixed memory leak in ecpglib by adding some missing free()
  34. pginstaller - web: Correct download link.
  35. pgsql: Change CRCs in WAL records from 64bit to 32bit for performance
  36. pgsql: Completed: < o Allow COPY to understand \x as a hex byte > o
  37. pgsql: Add support for \x hex strings in psql variables.
  38. pgsql: Add support for \x hex escapes in backend strings.
  39. pgsql: Add support for \x hex escapes in COPY.
  40. pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE
  41. pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE
  42. pgsql: patternsel() was improperly stripping RelabelType from the
  43. pgsql: patternsel() was improperly stripping RelabelType from the
  44. pgsql: Prevent to divide by zero and range out of 0..1
  45. pgsql: Prevent to divide by zero and range out of 0..1
  46. pgsql: Prevent to divide by zero and range out of 0..1
  47. Wallstreet Insider
  48. pgsql: Add test to WAL replay to verify that xl_prev points back to the
  49. pgsql: Add test to WAL replay to verify that xl_prev points back to the
  50. pgsql: Add test to WAL replay to verify that xl_prev points back to the
  51. pgsql: Add test to WAL replay to verify that xl_prev points back to the
  52. pgsql: Add test to WAL replay to verify that xl_prev points back to the
  53. pgsql: Tab cleanup for SGML.
  54. pgsql: Fix information_schema for OUT and INOUT parameters.
  55. pgsql: Teach ruleutils to drill down into RECORD-type Vars in the same
  56. pgsql: ParseComplexProjection should make use of expandRecordVariable so
  57. pgsql: Change relblocknumber field of pg_buffercache view from numeric
  58. bizgres - bizgres: make -fPIC the default for all arches on Linux.
  59. pgsql: Document get_call_result_type() and friends; mark
  60. pgsql: Move to ALTER section: < * Prevent child tables from altering
  61. pgsql: Add: > * Prevent child tables from altering constraints like
  62. pgsql: Add support for NUMERIC ^ NUMERIC based on power(numeric,
  63. pgsql: Wording improvement (may -> can)
  64. pgsql: Add support for FUNCTION RTEs to build_physical_tlist(), so that
  65. pgsql: Support only octal for psql PROMPT values, rather than the
  66. pgsql: Use {xqoctesc} lex macro now that \ddd is standard.
  67. pgsql: Update psql docs for recent octal-only string behavior.
  68. pgsql: Have psql escape bytes in strings for variables follow the
  69. pgsql: Add missing <P>.
  70. pgsql: When enqueueing after-row triggers for updates of a table with a
  71. pgsql: Create separate ON INSERT and ON UPDATE triggers on tables with
  72. pgsql: Fix longstanding oversight in ruleutils.c: it doesn't regurgitate
  73. pgsql: Change the UNKNOWN type to have an internal representation
  74. pgsql: Skip eval_const_expressions when the query is such that the
  75. pgsql: Avoid unnecessary fetch from pg_shadow in the normal case in
  76. pgswish - pgswish: make it less chatty at INFO logging level
  77. pgswish - pgswish: subversion revision 23 commited to CVS
  78. pgsql: Improve LockAcquire API per my recent proposal.
  79. pgswish - pgswish: Added pgswish_arr function using SFRM_Materialize
  80. pgswish - pgswish: subversion revision 22 commited to CVS
  81. pgswish - pgswish: target to update pgFoundry using svn2cvs.pl
  82. pgswish - pgswish: subversion revision 21 commited to CVS
  83. pgswish - pgswish: subversion revision 20 commited to CVS
  84. pgswish - pgswish: logging to file in /tmp/ (not really best solution),
  85. pgsql: Make superuser.c maintain a simple one-entry cache holding the
  86. pgsql: Marginal hack to save a little bit of time in bpcharin() when
  87. pgsql: Avoid unnecessary call of rangeTableEntry_used() for the result
  88. pgsql: Remove typeidIsValid() checks in can_coerce_type().
  89. pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
  90. pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
  91. pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
  92. pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
  93. pgsql: Modify hash_search() API to prevent future occurrences of the
  94. pgsql: Add reference to libpq environment variables for client
  95. pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs
  96. pgsql: get_expr_result_type has to be prepared to pull type information
  97. pgsql: Remove: < < * Add XML output to pg_dump and COPY < < We
  98. pgsql: Arrange to cache fmgr lookup information for an index's access
  99. pgsql: Update Farsi FAQ.
  100. pgsql: Update Farsi FAQ.
  101. pgsql: Add: > * Consider sorting hash buckets so entries can be found
  102. pgsql: Add: > * Add the features of packages > o Make private objects
  103. pgsql: Display only 9 subsecond digits instead of 10 for time values,
  104. python - be: Remove VOID it due to conflict and unuse.
  105. python - be: Rearrange includes to help compile on win32.
  106. python - be: Allow local include and library directories to be specified
  107. python - be: Use utility.config and utility.version.
  108. pgsql: Re-order 'else' clause for clarity.
  109. pgsql: Clean up bogus checking of date and numeric fields in DBF files,
  110. pgsql: Back out part of patch that should be applied later.
  111. pgsql: Fix compile of entab to use stdarg.h.
  112. pgbuildfarm - client-code: vpath logic bug fix vpath still needs a bit
  113. pgsql: Remove second argument from textToQualifiedNameList(), as it is
  114. pgbuildfarm - client-code: experimantal code to enable vpath builds -
  115. pgsql: Document that utility commands such as DROP FUNCTION allow
  116. pgsql: Use Abs() macro to replace ? :.
  117. pgsql: Back out: Display only 9 not 10 digits of precision for
  118. Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support (Really Oracle behavior)
  119. pgsql: Back out SQLSTATE and SQLERRM support.
  120. pgsql: Display only 9 not 10 digits of precision for timestamp values
  121. pgsql: Minor cleanup for recent SQLSTATE / SQLERRM patch: spell
  122. pgsql: Adjust datetime parsing to be more robust.
  123. pgsql: Adjust datetime parsing to be more robust.
  124. pgsql: Adjust datetime parsing to be more robust.
  125. pgsql: Tweak the backend scanner (and psqlscan.l, which must track the
  126. pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values
  127. pgsql: At the head of wchareq, length of (multibyte) character is
  128. pgsql: Quick patch to adress a recent concern on the mailing list about
  129. pgsql: Add parentheses to macros when args are used in computations.
  130. pqa - pqa:
  131. pgsql: Translation updates
  132. pgsql: Translation updates
  133. pgsql: Editing for the new "Encryption Options" section of the manual.
  134. pgsql: Fix previous patch to exprTypmod.
  135. pgsql: Fix previous patch to exprTypmod.
  136. pgsql: Fix previous patch to exprTypmod.
  137. pgsql: Inserting 5 characters into char(10) does not produce 5 padding
  138. pgsql: Inserting 5 characters into char(10) does not produce 5 padding
  139. pgsql: Inserting 5 characters into char(10) does not produce 5 padding
  140. plsh - CVSROOT: Turn off commit messages.
  141. plsh - plsh: Imported Sources
  142. pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
  143. pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
  144. pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
  145. pgsql: Fix PL makefiles to support running regression tests in VPATH
  146. pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath
  147. pgsql: Inserting 5 characters into char(10) does not produce 5 padding
  148. pgsql: Add regression tests for previously-untested PL/Perl features.
  149. pgsql: Fix weird indentation of function return type.
  150. pgsql: Log queries for client-side prepare/execute.
  151. pgsql: Put parentheses around use of macro arguments in FMODULO and
  152. pgsql: Remove more extraneous parentheses in date/time functions.
  153. pgsql: Correct a thinko in pgbench that might result in incorrectly
  154. pgsql: More macro cleanups for date/time.
  155. pgsql: Add datetime macros for constants, for clarity: #define
  156. pgsql: Remove unnecessary parentheses in datetime/timestamp code.
  157. pgsql: Avoid redundant relation lock grabs during planning, and make
  158. pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the
  159. pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the
  160. pgsql: Remove some verbiage describing how min() and max() are slow when
  161. pgsql: Consistently do not include a terminating period in
  162. pgsql: Teach the planner to remove SubqueryScan nodes from the plan if
  163. pgsql: INT4 is probably enough: < * Allow INET + INT4/INT8 to increment
  164. pgsql: Cleanup of GiST extensions in contrib/: now that we always invoke
  165. pgpool - pgpool: Don't treat parameter status mismatch as fatal.
  166. pgsql: Remove excess parens, use Abs instead of : ?.
  167. pgsql: Add: > * Allow INET + INT4/INT8 to increment the host part of
  168. pgsql: Mention overflow: < throw an error > throw an error on
  169. python - ex: Remove invalid classifier.
  170. python - me: Remove invalid classifier.
  171. python - lo: Convenience interface to pg_config executables.
  172. pgsql: Remove 2-phase description, because it isn't accurate anymore: <
  173. python - lo: Remove invalid classifier.
  174. pgsql: Update Japanese FAQ.
  175. pgsql: Update Japanese FAQ.
  176. pgsql: Add support for wal_fsync_writethrough for Darwin, and
  177. pgsql: Fix typo in ECPG docs, per Andreas Seltenreich.
  178. pgsql: Fix typo in ECPG docs, per Andreas Seltenreich.
  179. pgsql: Add some links to the CREATE FUNCTION reference page when
  180. pgsql: Make the CREATE RULE syntax description in rules.sgml more
  181. pgsql: Implement md5(bytea), update regression tests and documentation.
  182. pgsql: Make a comment pgindent-proof, per suggestion from Alvaro.
  183. pgsql: Update comment that I missed the first time around.
  184. pgsql: Factor out lock cleanup code that is needed in several places in
  185. pgsql: Split the shared-memory array of PGPROC pointers out of the
  186. pgbuildfarm - client-code: report the steps the script actually passed
  187. pgsql: Fix typo in comment.
  188. pgsql: Fix a few minor mistakes in header comments.
  189. pgsql: Update Chinese FAQ to xhtml.
  190. pgsql: Update Chinese FAQ to xhtml.
  191. pgsql: Adjust out-of-date comment.
  192. newsysviews - newsysview: include the toast index size too.
  193. pgsql: Fix latent bug in ExecSeqRestrPos: it leaves the plan node's
  194. pgbuildfarm - client-code: Run PL checks for CVS versions that support
  195. pgsql: Various style cleanups for GiST; no changes to functionality.
  196. pgsql: Rename Rendezvous to Bonjour to match OS/X renaming.
  197. pgsql: Further marginal speed hacking: in MemoryContextReset, don't call
  198. python - be: Use package_dir appropriately, removing some kludge.
  199. pgsql: Minor refactoring to eliminate duplicate code and make startup a
  200. pgsql: Minor speed hacks in AllocSetReset: avoid clearing the freelist
  201. pgsql: Convert the existing regression test scripts for the various
  202. pgsql: New Directory
  203. pgsql: New Directory
  204. pgsql: New Directory
  205. pgsql: New Directory
  206. pgsql: New Directory
  207. pgsql: New Directory
  208. pgsql: Re-order items, add mention of how to propose working on a TODO
  209. newsysviews - newsysview: change name of pg_all_columns to internal name
  210. newsysviews - newsysview: types changes for review, rm drop from func,
  211. pgsql: Revise nodeMergejoin in light of example provided by Guillaume
  212. python - ex: Use package_dir appropriately.
  213. python - me: Use package_dir appropriately.
  214. pgsql: Add -N make flag to bcc builds from /src dir.
  215. pgsql: Add -N make flag to bcc builds from /src dir.
  216. pgsql: Add missing quote, per Dave Page.
  217. pgsql: Add missing quote, per Dave Page.
  218. pgsql: Fix broken markup.
  219. pgsql: Update createuser examples to match the current program behavior,
  220. pgsql: Update createuser examples to match the current program behavior,
  221. pgsql: Fix broken markup.
  222. pgsql: Update chinese encoding specification.
  223. pgsql: Update chinese encoding specification.
  224. pgsql: Fix bug in COPY CSV mode: handle consecutive embedded newlines in
  225. pgsql: Add regression test for consecutive newlines in COPY CSV mode.
  226. newsysviews - newsysview: add permissions grants
  227. newsysviews - newsysview: always use schema-qualification in function
  228. newsysviews - newsysview: finally get around to qualifying pg_all_grants
  229. newsysviews - newsysview: make build.sh a bit safer for users.
  230. python - lo: Add standard, optparse, client options module.
  231. python - lo: Add PG version utility.
  232. pgsql: Remove some unnecessary code: since ExecMakeFunctionResultNoSets
  233. python - lo: Add version indicator.
  234. python - me: Add license, replace license-stamps.
  235. python - lo: Add license, replace license-stamp.
  236. python - ex: Add license, replace license-stamps with IRIs.
  237. python - be: Replace license-stamps in source files with IRI to project
  238. python - be: Rely on the constant being defined rather than the version
  239. python - web: Hold off on dist and pq.
  240. python - web: Add q and a regarding missing pthread symbol in FreeBSD.
  241. python - web: Make BSDL the primary license, add more alternative
  242. pgsql: This patch makes some minor style cleanups to contrib/btree_gist:
  243. pgsql: Give pg_regress a --load-language option, so that it can be used
  244. pgsql: a small tweak to enable display in the log file of database name
  245. pgsql: This patch will ensure that the hash table iteration performed by
  246. pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using
  247. pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using
  248. pgsql: Update FAQ URLs.
  249. pgsql: Update FAQ URLs.
  250. pgsql: Document where to download free Microsoft and Borland development