PDA

View Full Version : comp.databases.postgresql.committers


Pages : [1] 2

  1. pgsql-server: Support "OR condition ..." in plpgsql EXCEPTION clauses to (0 replies)
  2. pgsql-server: Remove pool discussion. (0 replies)
  3. pgsql-server: Add descriptions to TODO items and make adjustments based (0 replies)
  4. pgsql-server: Minor release wording improvments. (0 replies)
  5. pgsql-server: >I got a new idea on this. (0 replies)
  6. pgsql-server: Add docs for initdb --auth. (0 replies)
  7. pgsql-server: Minor adjustments for dirmod.c. (0 replies)
  8. pgsql-server: Create a C version of pg_config. (0 replies)
  9. pgsql-server: Add missing file. (0 replies)
  10. pgsql-server: Fix : < * Magnus is Magnus Haglander (?) > * Magnus is (0 replies)
  11. pgsql-server: Small pg_config.c cleanup. (0 replies)
  12. pgsql-server: Some name cleanup. (0 replies)
  13. pgsql-server: Some mop-up work for savepoints (nested transactions). (0 replies)
  14. pgsql-server: Error message style adjustments, per Alvaro Herrera. (0 replies)
  15. pgsql-server: Translation updates (zh_TW converted to UTF-8) (0 replies)
  16. pgsql-server: Add libpgport to postgres.def for Windows build. (0 replies)
  17. pgsql-server: Cause ALTER OWNER commands to update the object's ACL, (0 replies)
  18. pgsql-server: Update the in-code documentation about the transaction (0 replies)
  19. pgsql-server: Allow DECLARE CURSOR to take parameters from the portal in (0 replies)
  20. pgsql-server: Support USING INDEX TABLESPACE clause for PRIMARY KEY and (0 replies)
  21. pgsql-server: Readd pg_config --pgxs code. (0 replies)
  22. pgsql-server: Mark savepoints as supported. (0 replies)
  23. pgsql-server: Translation update (0 replies)
  24. pgsql-server: Translation update (0 replies)
  25. pgsql-server: Translation updates (0 replies)
  26. pgsql-server: While perusing SQL92 I realized that we are delivering the (0 replies)
  27. pgsql-server: Actually, there's no need to use pg_strcasecmp for (0 replies)
  28. pginstaller - pginst: Add missing encoding, sort the list. (0 replies)
  29. pgsql-server: Fix not-quite-right Assertion. (0 replies)
  30. pgsql-server: Move dbsize/oid2name to open items list. (0 replies)
  31. pgsql-server: Translation update (0 replies)
  32. pgsql-server: Fix misplacement of savepointLevel test, per report from (0 replies)
  33. pgsql-server: Add functions pg_start_backup, pg_stop_backup to create (0 replies)
  34. pgsql-server: Preliminary documentation for PITR. (0 replies)
  35. pgsql-server: Fix syntax error by adding a space. (0 replies)
  36. pgsql-server: Add some strings for translation and remove some (2 replies)
  37. pgsql-server: Fix typo in comment. (0 replies)
  38. pgsql-server: Make use of backup label/history files to control recovery (0 replies)
  39. pgsql-server: Translation updates (0 replies)
  40. pgsql-server: Dump comments on columns of composite types. (0 replies)
  41. pgsql-server: Add some notes about unimplemented aspects of PITR (0 replies)
  42. pgsql-server: record_out and friends need to cope with dropped columns (0 replies)
  43. pgsql-server: Tweak postmaster code to avoid double reporting when (0 replies)
  44. pgsql-server: Update oidjoins regression test to match current catalog (0 replies)
  45. pgsql-server: Fix silly thinko in ALTER COLUMN TYPE. (0 replies)
  46. pgsql-server: Add LOG_NOWAIT flag to openlog() call, per my note of (0 replies)
  47. pgsql-server: Label CVS tip as 8.0devel instead of 7.5devel. (0 replies)
  48. pgsql-server: Use gettext_noop() to mark strings. (0 replies)
  49. pgsql-server: Update for 8.0 (0 replies)
  50. pgsql-server: Move include for Python.h above postgres.h to eliminate (0 replies)
  51. pgsql-server: Restore behavior of --pgxs option to that of the original (0 replies)
  52. pgsql-server: Require that array literals produce "rectangular" arrays, (0 replies)
  53. pgsql-server: Translation updates (0 replies)
  54. pgsql-server: Translation updates (0 replies)
  55. pgsql-server: Translation updates (0 replies)
  56. pgsql-server: Translation updates (0 replies)
  57. pgsql-server: Translation updates (0 replies)
  58. pgsql-server: Create a built-in log rotation program, so that we no (0 replies)
  59. pgsql-server: Rename vacuum_cost_naptime to vacuum_cost_delay, with (0 replies)
  60. pgsql-server: Add: > * Remove comments on postgresql.conf variables (0 replies)
  61. pgsql-server: Add description: > > By removing comments we prevent (0 replies)
  62. pgsql-server: Add: > * Track dependencies in function bodies and (0 replies)
  63. pgsql-server: Fix several small Windows compatibility issues, per (0 replies)
  64. pgsql-server: Add _O_TEXT option to dup2 call on Windows, to ensure (0 replies)
  65. pgsql-server: Modify: > * Un-comment all variables in postgresql.conf (0 replies)
  66. pgsql-server: Use one, not zero, as the default lower bound for arrays (0 replies)
  67. pgsql-server: I have noticed that the latex format in psql has some (0 replies)
  68. pgsql-server: Revert badly-broken patch to dump comments on (0 replies)
  69. pgsql-server: Arrange for proper newline termination of syslogger's own (0 replies)
  70. pgsql-server: Some editorial work on the 8.0 release notes. (0 replies)
  71. pgsql-server: Document delay as 0, per Matthew T. (0 replies)
  72. pgsql-server: Add: > * Create dump tool for write-ahead logs for use in (0 replies)
  73. pgsql-server: Vacuum delay activated by default. (13 replies)
  74. pgsql-server: Mention that transactions can complete in a different (0 replies)
  75. pgsql-server: Ignore trailing spaces in psql \h. (0 replies)
  76. pgsql-server: Fix markup. (0 replies)
  77. pgsql-server: Don't try to rewrite NEW references in a utility statement (0 replies)
  78. pgsql-server: Remove bogus trailing dot from eventlog output, per (0 replies)
  79. pgsql-server: Update pitr docs to mention inclusive/exclusive xid (0 replies)
  80. pgsql-server: Improve tablespace discussion, and bring it up to date (0 replies)
  81. pgsql-server: Improve markup a little. (0 replies)
  82. pgsql-server: Update a couple of example error messages to reflect the (0 replies)
  83. pgsql-server: Improve privileges discussion (mostly, mention grant (0 replies)
  84. pgsql-server: The attached patch implements a symlink for win32 using (0 replies)
  85. pgsql-server: Update plpgsql documentation for 8.0 (mostly, make use of (0 replies)
  86. pgsql-server: Fixups for Win32 symlinks. (0 replies)
  87. pgsql-server: Fix comment. (0 replies)
  88. pgsql-server: Included is an example of using savepoints in a (0 replies)
  89. pgsql-server: This patch adds an example to the CREATE DOMAIN docs. (0 replies)
  90. pgsql-server: This adds a caveat to the inheritance part of the (0 replies)
  91. pgsql-server: This patch adds SQL2003 to the set of standards with which (0 replies)
  92. pgsql-server: Minor editorialization on example --- I think that the use (0 replies)
  93. pgsql-server: Improve comment. (0 replies)
  94. pgsql-server: Fix Win32 pg_dumpall, with help from Claudio. (0 replies)
  95. pgsql-server: Add a comment about why we always replay backup blocks (0 replies)
  96. pgsql-server: Remove xstrdup and friends who were only called once. (0 replies)
  97. pgsql-server: Link in dirmod specially for zic so it works on Win32. (0 replies)
  98. pgsql-server: Update admin guide's discussion of WAL to match present (0 replies)
  99. pgsql-server: Another zic cleanup . (0 replies)
  100. pgsql-server: Tighened up syntax checking of array input processing (0 replies)
  101. pgsql-server: Adjust defines to be consistent. (0 replies)
  102. pgsql-server: More Win32 zic build cleanups now that we have symlinks, (0 replies)
  103. pgsql-server: Updated release notes for recent array syntax changes. (0 replies)
  104. pgsql-server: Minor clarification of documentation regarding trailing (0 replies)
  105. pgsql-server: Another array syntax change (whitespace) clarification -- (0 replies)
  106. pgsql-server: Allow libpgport to call memory allocation routines even (0 replies)
  107. pgsql-server: Supress warning about zero-length format string. (0 replies)
  108. pgsql-server: Fix compiler warning in the proper way. (0 replies)
  109. pgsql-server: Disable vacuum delay, as discussed on hackers. (0 replies)
  110. pgsql-server: If these are ifdef WIN32 in the .c file, should be so in (0 replies)
  111. pgsql-server: Document background writer control parameters, do some (0 replies)
  112. pgsql-server: Make listen_addresses be a comma-separated list instead of (0 replies)
  113. pgsql-server: Move expanded discussion of inheritance's limitations out (0 replies)
  114. pgsql-server: Add note pointing out the difference in semantics between (0 replies)
  115. pgsql-server: tag her configure 8.0.0beta1 ... (0 replies)
  116. pgsql-server: Stamp libpq.rc with 8.0 version. (0 replies)
  117. pgsql-server: Improve comment. (0 replies)
  118. pgsql-server: Fix Win32 pg_dumpall check. (0 replies)
  119. pgsql-server: Remove no-longer-relevant information about trying to (0 replies)
  120. pginstaller - pginst: Bump version number (0 replies)
  121. pginstaller - pginst: Updates for 8.0 (0 replies)
  122. modpglogger - .: Imported Sources (0 replies)
  123. pginstaller - pginst: Minor cleanups - spellings/error message format. (0 replies)
  124. pginstaller - pginst: Add zlib.dll Additional cleanups for 8.0. (0 replies)
  125. pgsql-server: When expanding %p in archive_command or restore_command, (0 replies)
  126. pgsql-server: Path-mangling logic was failing to account for paths (0 replies)
  127. pgsql-server: syslogger.c needs <sys/time.h> on some platforms, per Greg (0 replies)
  128. pgsql-server: Add: > * Add COMMENT for tablespaces (0 replies)
  129. pgsql-server: Removed, shared table: < * Add COMMENT for tablespaces (0 replies)
  130. pgsql-server: Update documentation to reflect the fact that we now know (0 replies)
  131. pgsql-server: Add: * Add COMMENT ON for all cluster global objects (0 replies)
  132. modpglogger - .: Imported Sources (1 replies)
  133. modpglogger - libapache-mod-pglogger: Imported Sources (0 replies)
  134. pginstaller - pginst: Display a more informative message during initdb. (0 replies)
  135. pginstaller - pginst: limit the list of encodings to those found in (0 replies)
  136. pginstaller - pginst: Change 'do not use FAT' warning to 'cannot use (0 replies)
  137. pgsql-server: Update DELETE FROM TODO info. (0 replies)
  138. pgsql-server: Update DELETE FROM: < * Allow DELETE to handle table (0 replies)
  139. pgsql-server: Translation update (0 replies)
  140. pgsql-server: Translation update (0 replies)
  141. pgsql-server: Translation update (0 replies)
  142. pgsql-server: Translation update (0 replies)
  143. pgsql-server: Translation updates (0 replies)
  144. pgsql-server: Translation update (0 replies)
  145. pgsql-server: Translation updates (0 replies)
  146. pgsql-server: Translation updates (0 replies)
  147. pgsql-server: New translation (0 replies)
  148. pgsql-server: Set DYLD_LIBRARY_PATH so that 'make check' works without (0 replies)
  149. pgsql-server: Hashed crosstab was dying with an SPI_finish error when (0 replies)
  150. pgsql-server: Hashed crosstab was dying with an SPI_finish error when (0 replies)
  151. pgsql-server: Fix failure to guarantee that a checkpoint will write out (0 replies)
  152. pgsql-server: Fix failure to guarantee that a checkpoint will write out (0 replies)
  153. pgsql-server: Fix failure to guarantee that a checkpoint will write out (0 replies)
  154. pgsql-server: Fix failure to guarantee that a checkpoint will write out (0 replies)
  155. pgsql-server: DatabaseMetaData.getSearchString escape was a \ short of (0 replies)
  156. pgsql-server: Decode V3 notice messages instead of leaving them in raw (0 replies)
  157. pgsql-server: Add translation from 7.4 branch to head. (0 replies)
  158. pgsql-server: Translation update (0 replies)
  159. pgsql-server: Allow compilation when CODESET is not defined (OpenBSD). (0 replies)
  160. pgsql-server: Fix function definition that somehow missed being (0 replies)
  161. pgsql-server: Work around broken strtod() that's present in many Solaris (0 replies)
  162. pgsql-server: Add PQserverVersion() to libpq to provide more-convenient (0 replies)
  163. pgsql-server: Avoid crashing when restoring a saved GUC (0 replies)
  164. pgsql-server: Avoid crashing when restoring a saved GUC (0 replies)
  165. pgsql-server: Fix broken parsing of CREATE TABLE AS (looks like a (0 replies)
  166. pgsql-server: Cause initdb to actually accept -s as intended, and fix (0 replies)
  167. pgsql-server: Minor style cleanup of thread test script. (0 replies)
  168. pgsql-server: Be more aggressive about adding flags to thread compiles. (0 replies)
  169. pgsql-server: Add make_native_path() because Win32 COPY is an internal (0 replies)
  170. pgsql-server: Add mention of "WIN32" COPY. (0 replies)
  171. pgsql-server: Cleanup Win32 COPY handling, and move archive examples to (0 replies)
  172. pgsql-server: Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK (0 replies)
  173. pgsql-server: dbsize modification to support tablespaces Gavin Sherry (0 replies)
  174. pgsql-server: Add: > * Allow finer control over the caching of prepared (0 replies)
  175. pgsql-server: Allow commas in BEGIN, START TRANSACTION, and SET (0 replies)
  176. pgsql-server: Add: > o Add ALTER INDEX that works just like ALTER (0 replies)
  177. pgsql-server: Mention the installer doesn't run on NT4. (0 replies)
  178. pgsql-server: Change order of operations in ALTER TABLE SET TABLESPACE (0 replies)
  179. pgsql-server: New build for the 7.4.4 release. (0 replies)
  180. pgsql-server: Fix core dumps, inability to count, etc associated with (0 replies)
  181. pgsql-server: Clarify trigger function return convention, per Thomas (0 replies)
  182. pgsql-server: Mention log_statement_stats can not be enabled with the (0 replies)
  183. pgsql-server: Translation updates (0 replies)
  184. pgsql-server: Translation update (0 replies)
  185. pgsql-server: Translation update (0 replies)
  186. pgsql-server: New translations (0 replies)
  187. pgsql-server: Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. (0 replies)
  188. pgsql-server: Give a more specific error message for "you can't do that" (0 replies)
  189. pgsql-server: Fix breakage with PUBLIC schema. (0 replies)
  190. pgsql-server: Fix psql's COPY support to deal with \r\n line endings. (0 replies)
  191. pgsql-server: Add: > > * Allow buffered WAL writes and fsync > > (16 replies)
  192. pgsql-server: Translation update (0 replies)
  193. pgsql-server: Translation updates (0 replies)
  194. pgsql-server: Minor editorializing. (0 replies)
  195. pgsql-server: Add discussion and example about predicate locking and why (0 replies)
  196. pgsql-server: Back-patch fix for \r\n line endings in psql's COPY (0 replies)
  197. pgsql-server: Fix typo, per Andreas Seltenreich. (0 replies)
  198. pgsql-server: Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes. (0 replies)
  199. pgsql-server: Stamp 7.4.4. (0 replies)
  200. pgsql-server: Fix trivial typo. (0 replies)
  201. pgsql-server: Quote PERL expansion for Win32 path that might have (0 replies)
  202. pgsql-server: Stamp 7.3.7. (0 replies)
  203. pgsql-server: Stamp 7.2.5. (0 replies)
  204. pgsql-server: Wups, seem to have used an ungood version of lynx to (0 replies)
  205. pgsql-server: Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion (0 replies)
  206. pgsql-server: Xmin calculations should consider only top transaction (0 replies)
  207. pgsql-server: Dept. (0 replies)
  208. pgsql-server: Clarify need for \r\n -> \n translation in version (0 replies)
  209. pgsql-server: Mark server_encoding and integer_datetimes as GUC_REPORT, (0 replies)
  210. pgsql-server: Fix for adding \n for zero-length win32 read_pipe return (0 replies)
  211. pgsql-server: Add: > * Set proper permissions on non-system schemas (0 replies)
  212. pgsql-server: Throw error if initdb -L is not an absolute path. (0 replies)
  213. pgsql-server: Add: > o Add ALTER INDEX syntax to work like ALTER TABLE (0 replies)
  214. pgsql-server: Add trivial NULL statement to plpgsql, for Oracle (0 replies)
  215. pgsql-server: autoconf for recent thread check changes. (0 replies)
  216. pgsql-server: Fix syntax error just introduced. (0 replies)
  217. pgsql-server: Move io.h include higher in the file so it doesn't (0 replies)
  218. pgsql-server: Add DLLIMPORT for PostGIS. (0 replies)
  219. pgsql-server: Fix linking problem when enabling thread safety on Darwin: (0 replies)
  220. pgsql-server: Add comment about portability function name inconsistency. (0 replies)
  221. pgsql-server: Fix agressive collection of thread flags. (0 replies)
  222. pgsql-server: Chain on to SIGPIPE handler rather than just do action on (0 replies)
  223. pgsql-server: Remove transactions TODO.detail. (0 replies)
  224. pgsql-server: Add: < * -Allow savepoints / nested transactions (0 replies)
  225. pgsql-server: Standardize on the assumption that the arguments of a (0 replies)
  226. pgsql-server: Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: (0 replies)
  227. pgsql-server: Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: (0 replies)
  228. pgsql-server: Add get_home_path() to use USERPROFILE on Win32 and HOME (0 replies)
  229. pgsql-server: Update release history for 7.4.5. (0 replies)
  230. pgsql-server: Update release history for 7.4.5. (0 replies)
  231. pgsql-server: Replace incorrect example for quote_ident Greg Sabino (0 replies)
  232. pgsql-server: Brand 7.4.5 ... (0 replies)
  233. pgsql-server: Add pg_dump section: < * -Allow pg_dump to dump CREATE (0 replies)
  234. pgsql-server: The enclose patch clarifies and makes a more useful (0 replies)
  235. pgsql-server: Add: > * Move some /contrib modules out to their own (0 replies)
  236. pgsql-server: Remove as duplicate: < o Allow pg_dumpall to use (0 replies)
  237. pginstaller - pginst: Write installation directories etc. (0 replies)
  238. pgsql-server: Remove NT4 mention in release notes. (1 replies)
  239. pgsql-server: Clean up some random departures from project's standard (0 replies)
  240. pgsql-server: Don't use get_home_path so libpq doesn't pull path.c into (0 replies)
  241. pgsql-server: Add: > o Allow COPY to optionally include column (0 replies)
  242. modpglogger - .: Imported Sources (0 replies)
  243. pginstaller - pginst: Remove configurable service ID. (0 replies)
  244. pginstaller - pginst: Ensure data directory is on an NTFS partition. (0 replies)
  245. pgsql-server: Use backslash in %USERPROFILE%\.pgpass. (0 replies)
  246. pgsql-server: Update 7.2 regression tests to match what you get when (0 replies)
  247. pgsql-server: Repair some issues with column aliases and RowExpr (0 replies)
  248. pgsql-server: Update wording on commented postgresql.conf values: > (0 replies)
  249. pginstaller - pginst: Ensure installation is run on system console. (0 replies)
  250. pgsql-server: Add: > * Add a function that returns the 'uptime' of the (0 replies)