View Full Version : pgsql Committers



  1. pgsql: Update PITR mention of which WAL files are needed.
  2. pgsql: Update PITR mention of which WAL files are needed.
  3. pgsql: Initial implementation of lossy-tuple-bitmap data structures.
  4. python - be: Fixes and Features Add 'keys' and 'has_key' methods for
  5. python - be: Use the convenience macro
  6. python - be: Add common mapping object methods 'keys' and 'has_key'.
  7. python - be: Append traceback information to detail if it is a Postgres
  8. python - be: Complete namespace interface addition.
  9. python - be: Add catalog related entries
  10. python - be: Use HeapTupleHeader accessors.
  11. python - be: Add namespace interfaces.
  12. python - me: Namespaces interface Provides a mapping and attribute
  13. pgsql: Clarify name of file to be checked for PITR expiring.
  14. pgsql: Clarify name of file to be checked for PITR expiring.
  15. pgsql: Fix comment typo.
  16. python - be: Add convenience macro.
  17. python - be: Add catch and end convenience macro.
  18. newsysviews - newsysview: More fixes on grants.sql per IRC discussion
  19. newsysviews - newsysview: oops! forgot col name change to acl_modes.
  20. newsysviews - newsysview: made changes to grants.sql per IRC discussion
  21. newsysviews - newsysview: added acl_modes reference table to support
  22. newsysviews - newsysview: work in progress commit
  23. pgsql: Create a new 'MultiExecProcNode' call API for plan nodes that
  24. python - lo: Rework doc strings.
  25. pgsql: Minor improvements to locale documentation.
  26. pgnumerics - sql: Imported Sources
  27. pgnumerics - sql: Imported Sources
  28. pgsql: Fix comment typo.
  29. pgsql: Reduce PANIC to ERROR in several xlog routines that are used in
  30. python - ex: Fix logic(again) to allow all any exception with .code =
  31. pgsql: Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2)
  32. pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
  33. pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
  34. pgsql: This patch changes the use of varargs.h to stdarg.h as required
  35. pgsql: Remove an unused variable "waitingForSignal".
  36. python - web: Only link the project title, to set it off from
  37. python - web: Add layout structure overview
  38. python - web: Add vim source formatting magic.
  39. python - be: Add vim source formatting magic.
  40. python - be: Don't bail if !='posix'.
  41. pgsql: Done > * -Use indexes for MIN() and MAX()
  42. pgsql: Make equalTupleDescs() compare attlen/attbyval/attalign rather
  43. pgsql: Make equalTupleDescs() compare attlen/attbyval/attalign rather
  44. pgsql: Put back blessing of record-function tupledesc, which I removed
  45. pgsql: Don't try to constant-fold functions returning RECORD, since the
  46. pgsql: Don't try to constant-fold functions returning RECORD, since the
  47. pgsql: Don't try to constant-fold functions returning RECORD, since the
  48. pgsql: Don't try to constant-fold functions returning RECORD, since the
  49. pgsql: Must count '*' characters as potential arguments.
  50. pgsql: Marginal hack to use a specialized hash function for dynahash
  51. pgsql: Completion of project to use fixed OIDs for all system catalogs
  52. docbot - docbot: Bot now rereads config on SIGHUP.
  53. docbot - docbot: Actually use config
  54. pgsql: Added patch by Philip Yarra <philip.yarra@internode.on.net> for a
  55. pgsql: Added patch by Philip Yarra <philip.yarra@internode.on.net> for a
  56. newsysviews - newsysview: Finished pg_users Added pg_groups Added
  57. newsysviews - newsysview: rules view
  58. pgsql: First phase of project to use fixed OIDs for all system catalogs
  59. pgsql: Simplify initdb-time assignment of OIDs as I proposed yesterday,
  60. python - web: Fix broken links(sp -> project).
  61. pgsql: Change addRangeTableEntryForRelation() to take a Relation pointer
  62. python - web: Quiet removal of doc/ contents.
  63. python - web: Site is now explicitly dependent on a doc build.
  64. python - web: Add documentation project to list.
  65. pgsql: Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA
  66. pgaccess - pgaccess: more non-empty types
  67. pgaccess - pgaccess: removed useless horizontal scroll bars (thanks,
  68. pgsql: Minor consistency improvement to the documentation on array
  69. dbi-link - dbi-link: fixed wrong fix to remote_query.sql
  70. dbi-link - dbi-link: Fixed wrong table alias and removed extra
  71. pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come
  72. pgsql: Remove unnecessary UPDATE commands to assign explicit ACLs to
  73. pgsql: Revert mistaken renaming of UTF-8.
  74. docbot - docbot: Docbot wraps >= 4 URLs, leaves 3 alone.
  75. docbot - docbot: Fixed duplicates in queries.
  76. pgsql: Fix oversight in MIN/MAX optimization: must not return NULL
  77. newsysviews - newsysview: table constraints and foreign keys
  78. newsysviews - newsysview: allow for missing tablespace row (7.4 compat
  79. pgsql: Add aggsortop column to pg_aggregate, so that MIN/MAX
  80. newsysviews - newsysview: 7.4 compat
  81. pgsql: Fix broken markup.
  82. newsysviews - newsysview: add view for database configuration
  83. newsysviews - newsysview: Partial implementation of pg_users added for
  84. pgsql: Create the planner mechanism for optimizing simple MIN and MAX
  85. python - web: Add CVS Web interface links to the project description
  86. pgsql: Fix interaction between materializing holdable cursors and firing
  87. pgsql: Fix interaction between materializing holdable cursors and firing
  88. python - web: Imported Sources
  89. docbot - www: Initial checkin of www stuff
  90. docbot - www: New Directory
  91. docbot - www: New Directory
  92. docbot - www: New Directory
  93. docbot - www: New Directory
  94. docbot - www: New Directory
  95. docbot - www: Added right files, sorry for that first commit
  96. docbot - www: New Directory
  97. docbot - www: New Directory
  98. docbot - www: New Directory
  99. docbot - www: New Directory
  100. docbot - www: Oops i did mistake, removed all files from www
  101. docbot - www: Imported Sources
  102. pgsql: PersistHoldablePortal must establish the correct value for
  103. pgsql: PersistHoldablePortal must establish the correct value for
  104. python - me: Imported Sources
  105. python - be: Remove setattr as it was just a wasting way to say "you
  106. python - be: remove unnecessary type structure initializations, the
  107. python - be: uncomment the LargeObject initialization
  108. python - be: fix assertion trap.
  109. docbot - docbot: Output more urls per line
  110. pgsql: Update to XHTML.
  111. newsysviews - newsysview: use existing bit_or aggregate rather than
  112. pgsql: Make constant-folding produce sane output for
  113. pgsql: Make constant-folding produce sane output for
  114. pgsql: Make constant-folding produce sane output for
  115. pgsql: Split out into a separate function the code in grouping_planner()
  116. tablelog - tablelog: Added table_log_init() function
  117. tablelog - tablelog: Get number_columns_log from TupleDesc
  118. tablelog - tablelog: Bugfix: tupleDesc->natts is not lowered when a
  119. pgsql: SQL functions returning pass-by-reference types were copying the
  120. pgsql: SQL functions returning pass-by-reference types were copying the
  121. tablelog - tablelog: Accept log_schema as 3rd arg in table_log() trigger
  122. tablelog - tablelog: Get number_columns from system catalog cache
  123. newsysviews - newsysview: Ignore .swp files
  124. newsysviews - newsysview: pg_databases, but we still need
  125. tablelog - tablelog: schema used in __table_log
  126. tablelog - tablelog: Using filenames as target/prerequisite in
  127. newsysviews - newsysview: Missing some table references
  128. newsysviews - newsysview: pg_*_conversions
  129. newsysviews - newsysview: Update doc
  130. newsysviews - newsysview: pg_*_casts
  131. newsysviews - newsysview: Welcome aggregates.
  132. python - ex: Fix logic to only raise an exception if all fail, rather
  133. newsysviews - newsysview: Don't ignore _compat.sql now that it shouldn't
  134. newsysviews - newsysview: We decided to display type info called by
  135. newsysviews - newsysview: sync docs and code
  136. newsysviews - newsysview: Add vi: tag
  137. docbot - docbot: Fixed reply on private message
  138. tablelog - tablelog: Imported Sources
  139. newsysviews - newsysview: lots of new stuff: - "relations" views
  140. pginstaller - web: Add FAQ about dynamic load errors on procedural
  141. pgsql: Done: < * Allow additional tables to be specified in DELETE for
  142. pgsql: We don't put URL's in ulink's because the URL is always
  143. python - be: Raise Postgres.Errors as what they are defined to be,
  144. python - be: Don't continue to fill in the error if errstart returns
  145. python - be: Misplaced function, this belongs in pl.c where is actually
  146. docbot - docbot: Changed the docbot to join #postgresql-es, but not
  147. pgaccess - pgaccess: latest version from Robert Strong, with licensing
  148. pgsql: If we're going to have a non-panic check for held_lwlocks[]
  149. pginstaller - pginst: Prep for 8.0.2
  150. pgsql: Use an always-there test, not an Assert, to check for overrun of
  151. python - be: Finish transition Move/Rename files.
  152. python - be: Special case bytea instantiation to avoid escaping.
  153. pgsql: Change the default setting of "add_missing_from" to false.
  154. pgsql: Use fork_process() to avoid some fork()-related boilerplate code
  155. python - lo: Add new spaces Update setup's project information.
  156. python - lo: Add new directory __init__.py's Alter docstrings a bit, and
  157. python - lo: New Directory
  158. python - lo: New Directory
  159. python - lo: New Directory
  160. pgsql: Stamp 8.0.2.
  161. pgsql: Update and copy-edit release notes for 8.0.2.
  162. pgsql: Update and copy-edit release notes for 8.0.2.
  163. python - be: Rename and use new APIs.
  164. python - be: Fix the DEBUG1 PyCFunction.
  165. python - be: Inherit from PyPgObject.
  166. python - be: Don't forget build_clib sub command.
  167. pgsql: Fix some issues with missing or too many newlines at end of file.
  168. python - be: Rename and use new APIs
  169. python - be: Move headers to there new home/name.
  170. python - be: New Directory
  171. python - be: Add various type Oid's from catalog/pg_type.h.
  172. python - be: Moved to call/.
  173. pgsql: Allow plpgsql functions to omit RETURN command when the function
  174. python - be: Postgres.Object and others no longer depend on this as a
  175. python - be: Add common types to module and comment out LargeObject
  176. python - be: Moved to call/ to reflect its inheritance of PyPgCall_Type.
  177. python - be: New Directory
  178. python - be: New Directory
  179. pgsql: Minor documentation tweak.
  180. pgsql: Fix minor breakage to regression tests induced in previous commit
  181. pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM
  182. pgsql: Apply the "nodeAgg" optimization to more of the builtin
  183. pgsql: Remove test for NULL node in ExecProcNode().
  184. python - ex: Imported Sources
  185. pgsql: Merge Resdom nodes into TargetEntry nodes to simplify code and
  186. newsysviews - newsysview: fix some 7.4 compat issues
  187. pgsql: Attached patch cleans up the HTML code in tools/backend.
  188. newsysviews - newsysview: have build.sh figure the server version out
  189. newsysviews - newsysview: add views and view_columns views.
  190. pginstaller - web: HTML markup fixes
  191. newsysviews - newsysview: table_columns doesn't need to join on pg_type;
  192. pginstaller - web: Move FAQs into a subdirectory, and make sure they
  193. pginstaller - web: New Directory
  194. newsysviews - newsysview: Make type definitions as old, add TODO to
  195. pgsql: Include information about a domain's CHECK constraint, if any, in
  196. newsysviews - newsysview: Add build script
  197. pgsql: This file was whacked by pgindent before it knew it shouldn't
  198. newsysviews - newsysview: pg_database.template should be a boolean
  199. pgsql: Adjust grammar for plpgsql's OPEN command so that a cursor can be
  200. newsysviews - newsysview: add index views.
  201. newsysviews - newsysview: s/TEXT/NAME/ where appropriate; add schema
  202. pgsql: plpgsql does OUT parameters, as per my proposal a few weeks ago.
  203. pgsql: Fix broken markup.
  204. pgsql: This patch changes int2_avg_accum() and int4_avg_accum() use the
  205. oledb - oledb: Update the document about the new project home site
  206. pgaccess - pgaccess: added a couple more types that cannot be empty
  207. pgaccess - pgaccess: fixed inserts of null values for ints/floats,
  208. pgaccess - pgaccess: fixed renaming of tables
  209. pgsql: Minor fixes for psql tab completion.
  210. pgsql: Add a link to www.postgresql.org/download to the installation
  211. pgsql: Remove an unused variable `ShmemBootstrap', and remove an
  212. pgsql: In cost_mergejoin, the early-exit effect should not apply to the
  213. pgsql: In cost_mergejoin, the early-exit effect should not apply to the
  214. pgsql: In cost_mergejoin, the early-exit effect should not apply to the
  215. pgsql: Put back code mistakenly removed from copy of postmaster's
  216. pgsql: Put back code mistakenly removed from copy of postmaster's
  217. pgsql: Translation updates
  218. pgsql: Translation updates
  219. pgsql: Fix release not typo.
  220. pgsql: Fix release not typo.
  221. newsysviews - newsysview: fix estimated_mb for tables with no TOAST.
  222. pgsql: Update release notes for 8.0.2.
  223. pgsql: Update release notes for 8.0.2.
  224. newsysviews - newsysview: First cut at tables and table_columns views.
  225. pgsql: Second try at making examine_variable and friends behave sanely
  226. pgsql: Second try at making examine_variable and friends behave sanely
  227. pgsql: Make plperl work with OUT parameters.
  228. pgsql: Minor improvements in the really-pretty-ad-hoc test scripts for
  229. pgsql: Teach pg_dump about OUT parameters.
  230. pgsql: Backpatch FAQ's to 8.0.X.
  231. pgsql: Update pgcvslog examples.
  232. pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
  233. pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
  234. pgsql: Update pgcvslog examples.
  235. pgsql: Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
  236. pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new
  237. newsysviews - newsysview: First pass at type views
  238. pgsql: Flush any remaining statistics counts out to the collector at
  239. pgsql: Flush any remaining statistics counts out to the collector at
  240. pgsql: Flush any remaining statistics counts out to the collector at
  241. pgsql: First phase of OUT-parameters project.
  242. pgsql: Translation updates
  243. pgsql: Fix various comparing functions
  244. pgsql: Fix various comparing functions
  245. pgsql: 1 fix various comparing functions 2 implement gtsvector_out for
  246. pgsql: Adjust SGML ulink tags to the URL is always displayed in our
  247. pgsql: Minor code cleanup: ExecHash() was returning a null
  248. newsysviews - newsysview: New Directory
  249. pgsql: Fix build error in pg_buffercache on Win32 (native and cygwin).
  250. docbot - docbot: Testing PJMODOS's fix for the bot returning a null