View Full Version : pgsql Committers



  1. newsysviews - newsysview: pg_*_casts
  2. newsysviews - newsysview: Welcome aggregates.
  3. python - ex: Fix logic to only raise an exception if all fail, rather
  4. newsysviews - newsysview: Don't ignore _compat.sql now that it shouldn't
  5. newsysviews - newsysview: We decided to display type info called by
  6. newsysviews - newsysview: sync docs and code
  7. newsysviews - newsysview: Add vi: tag
  8. docbot - docbot: Fixed reply on private message
  9. tablelog - tablelog: Imported Sources
  10. newsysviews - newsysview: lots of new stuff: - "relations" views
  11. pginstaller - web: Add FAQ about dynamic load errors on procedural
  12. pgsql: Done: < * Allow additional tables to be specified in DELETE for
  13. pgsql: We don't put URL's in ulink's because the URL is always
  14. python - be: Raise Postgres.Errors as what they are defined to be,
  15. python - be: Don't continue to fill in the error if errstart returns
  16. python - be: Misplaced function, this belongs in pl.c where is actually
  17. docbot - docbot: Changed the docbot to join #postgresql-es, but not
  18. pgaccess - pgaccess: latest version from Robert Strong, with licensing
  19. pgsql: If we're going to have a non-panic check for held_lwlocks[]
  20. pginstaller - pginst: Prep for 8.0.2
  21. pgsql: Use an always-there test, not an Assert, to check for overrun of
  22. python - be: Finish transition Move/Rename files.
  23. python - be: Special case bytea instantiation to avoid escaping.
  24. pgsql: Change the default setting of "add_missing_from" to false.
  25. pgsql: Use fork_process() to avoid some fork()-related boilerplate code
  26. python - lo: Add new spaces Update setup's project information.
  27. python - lo: Add new directory __init__.py's Alter docstrings a bit, and
  28. python - lo: New Directory
  29. python - lo: New Directory
  30. python - lo: New Directory
  31. pgsql: Stamp 8.0.2.
  32. pgsql: Update and copy-edit release notes for 8.0.2.
  33. pgsql: Update and copy-edit release notes for 8.0.2.
  34. python - be: Rename and use new APIs.
  35. python - be: Fix the DEBUG1 PyCFunction.
  36. python - be: Inherit from PyPgObject.
  37. python - be: Don't forget build_clib sub command.
  38. pgsql: Fix some issues with missing or too many newlines at end of file.
  39. python - be: Rename and use new APIs
  40. python - be: Move headers to there new home/name.
  41. python - be: New Directory
  42. python - be: Add various type Oid's from catalog/pg_type.h.
  43. python - be: Moved to call/.
  44. pgsql: Allow plpgsql functions to omit RETURN command when the function
  45. python - be: Postgres.Object and others no longer depend on this as a
  46. python - be: Add common types to module and comment out LargeObject
  47. python - be: Moved to call/ to reflect its inheritance of PyPgCall_Type.
  48. python - be: New Directory
  49. python - be: New Directory
  50. pgsql: Minor documentation tweak.
  51. pgsql: Fix minor breakage to regression tests induced in previous commit
  52. pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM
  53. pgsql: Apply the "nodeAgg" optimization to more of the builtin
  54. pgsql: Remove test for NULL node in ExecProcNode().
  55. python - ex: Imported Sources
  56. pgsql: Merge Resdom nodes into TargetEntry nodes to simplify code and
  57. newsysviews - newsysview: fix some 7.4 compat issues
  58. pgsql: Attached patch cleans up the HTML code in tools/backend.
  59. newsysviews - newsysview: have build.sh figure the server version out
  60. newsysviews - newsysview: add views and view_columns views.
  61. pginstaller - web: HTML markup fixes
  62. newsysviews - newsysview: table_columns doesn't need to join on pg_type;
  63. pginstaller - web: Move FAQs into a subdirectory, and make sure they
  64. pginstaller - web: New Directory
  65. newsysviews - newsysview: Make type definitions as old, add TODO to
  66. pgsql: Include information about a domain's CHECK constraint, if any, in
  67. newsysviews - newsysview: Add build script
  68. pgsql: This file was whacked by pgindent before it knew it shouldn't
  69. newsysviews - newsysview: pg_database.template should be a boolean
  70. pgsql: Adjust grammar for plpgsql's OPEN command so that a cursor can be
  71. newsysviews - newsysview: add index views.
  72. newsysviews - newsysview: s/TEXT/NAME/ where appropriate; add schema
  73. pgsql: plpgsql does OUT parameters, as per my proposal a few weeks ago.
  74. pgsql: Fix broken markup.
  75. pgsql: This patch changes int2_avg_accum() and int4_avg_accum() use the
  76. oledb - oledb: Update the document about the new project home site
  77. pgaccess - pgaccess: added a couple more types that cannot be empty
  78. pgaccess - pgaccess: fixed inserts of null values for ints/floats,
  79. pgaccess - pgaccess: fixed renaming of tables
  80. pgsql: Minor fixes for psql tab completion.
  81. pgsql: Add a link to www.postgresql.org/download to the installation
  82. pgsql: Remove an unused variable `ShmemBootstrap', and remove an
  83. pgsql: In cost_mergejoin, the early-exit effect should not apply to the
  84. pgsql: In cost_mergejoin, the early-exit effect should not apply to the
  85. pgsql: In cost_mergejoin, the early-exit effect should not apply to the
  86. pgsql: Put back code mistakenly removed from copy of postmaster's
  87. pgsql: Put back code mistakenly removed from copy of postmaster's
  88. pgsql: Translation updates
  89. pgsql: Translation updates
  90. pgsql: Fix release not typo.
  91. pgsql: Fix release not typo.
  92. newsysviews - newsysview: fix estimated_mb for tables with no TOAST.
  93. pgsql: Update release notes for 8.0.2.
  94. pgsql: Update release notes for 8.0.2.
  95. newsysviews - newsysview: First cut at tables and table_columns views.
  96. pgsql: Second try at making examine_variable and friends behave sanely
  97. pgsql: Second try at making examine_variable and friends behave sanely
  98. pgsql: Make plperl work with OUT parameters.
  99. pgsql: Minor improvements in the really-pretty-ad-hoc test scripts for
  100. pgsql: Teach pg_dump about OUT parameters.
  101. pgsql: Backpatch FAQ's to 8.0.X.
  102. pgsql: Update pgcvslog examples.
  103. pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
  104. pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
  105. pgsql: Update pgcvslog examples.
  106. pgsql: Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
  107. pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new
  108. newsysviews - newsysview: First pass at type views
  109. pgsql: Flush any remaining statistics counts out to the collector at
  110. pgsql: Flush any remaining statistics counts out to the collector at
  111. pgsql: Flush any remaining statistics counts out to the collector at
  112. pgsql: First phase of OUT-parameters project.
  113. pgsql: Translation updates
  114. pgsql: Fix various comparing functions
  115. pgsql: Fix various comparing functions
  116. pgsql: 1 fix various comparing functions 2 implement gtsvector_out for
  117. pgsql: Adjust SGML ulink tags to the URL is always displayed in our
  118. pgsql: Minor code cleanup: ExecHash() was returning a null
  119. newsysviews - newsysview: New Directory
  120. pgsql: Fix build error in pg_buffercache on Win32 (native and cygwin).
  121. docbot - docbot: Testing PJMODOS's fix for the bot returning a null
  122. pgloader - pgloader: backport: rename to pgloader
  123. pgloader - pgloader: rename to pgloader
  124. pgsql: Document that the "-P" option to pg_autovacuum is insecure on
  125. pgsql: Document that the "-P" option to pg_autovacuum is insecure on
  126. pgsql: Minor tweak to documentation.
  127. pgloader - pgloader: Imported Sources
  128. pgsql: Fix typo.
  129. pgaccess - pgaccess: added Ctrl-stuff to forms, too; and little clean up
  130. pgsql: Add proallargtypes and proargmodes columns to pg_proc, as per my
  131. pgsql: Fix grammar for IN/OUT/INOUT parameters.
  132. pgaccess - pgaccess: Ctrl-r to run a script, query, or selected part of
  133. pgaccess - pgaccess: allow direct execution of scripts
  134. pgaccess - pgaccess: better text widget bindings, and the UNDO feature
  135. pgmemcache: pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in
  136. pginstaller - pginst: Secure properties (Magnus)
  137. pginstaller - pginst: Secure properties (Magnus)
  138. pgsql: Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set
  139. pgsql: Add SPI_getnspname(), including documentation.
  140. pgsql: Convert oidvector and int2vector into variable-length arrays.
  141. pginstaller - pginst: Fix JDBC filenames.
  142. pginstaller - pginst: Set version for 8.0.2beta1
  143. pgaccess - pgaccess: added -fast command line option, whoosh
  144. pgaccess - pgaccess: a little more speed up in init_pga_tables proc
  145. pgaccess - pgaccess: made connection setup 10x faster
  146. newsysviews - newsysview: Re-ordered everything alpha order per Jim.
  147. newsysviews - newsysview: Add note about security view
  148. newsysviews - newsysview: Forgot to ditch extra whitespace
  149. newsysviews - newsysview: Add another round of back-and-forth
  150. newsysviews - newsysview: Initial start of definitions
  151. newsysviews - newsysview: New Directory
  152. newsysviews - newsysview: Imported Sources
  153. pgsql: Remove dead push/pop rollback code.
  154. pgsql: Rethink the order of expression preprocessing:
  155. pgsql: First steps towards index scans with heap access decoupled from
  156. pgsql: Teach const-expression simplification to simplify boolean
  157. pgsql: Eliminate duplicate hasnulls bit testing in index tuple access,
  158. pgsql: Add a back-link from IndexOptInfo structs to their parent
  159. pgsql: Expand the 'special index operator' machinery to handle special
  160. pgsql: Fix a pair of related issues with estimation of inequalities that
  161. pgsql: Fix a pair of related issues with estimation of inequalities that
  162. pgmemcache: pgmemcache pgmemcache.c
  163. pgmemcache: pgmemcache pgmemcache.c
  164. pgmemcache: pgmemcache Makefile.pmk pgmemcache.c
  165. pgsql: Use a bitmapset instead of a list for duplicate-column checking
  166. pgsql: Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide
  167. pgsql: Make additional stamps for 8.0.2.
  168. pgsql: Tag for 8.0.2beta1
  169. pgsql: Add Windows-specific variant comparison file.
  170. pgsql: Add Windows-specific variant comparison file.
  171. pgsql: Add another ORDER BY to rules test to eliminate platform-specific
  172. pgsql: Add another ORDER BY to rules test to eliminate platform-specific
  173. pgsql: Prevent to_char(interval) from dumping core on month-related
  174. pgsql: Prevent to_char(interval) from dumping core on month-related
  175. pgsql: Prevent to_char(interval) from dumping core on month-related
  176. pgsql: Prevent to_char(interval) from dumping core on month-related
  177. pgsql: Prevent to_char(interval) from dumping core on month-related
  178. pgsql: Use 'cp' and 'chmod' in place of 'install' to install header
  179. pgsql: Add > o Do VACUUM FULL if table is nearly empty?
  180. pgsql: Remove lazy_update_relstats; go back to having VACUUM just record
  181. pgsql: Remove lazy_update_relstats; go back to having VACUUM just record
  182. pgsql: Improve EXPLAIN ANALYZE to show the time spent in each trigger
  183. pgaccess - pgaccess: implemented Laurent Duperval's idea for
  184. docbot - docbot: Fixed docbot not to join #slony per Jan's request
  185. pginstaller - pginst: Prep for 8.0.2
  186. pginstaller - pginst: Update JDBC driver to 8.0.310
  187. pginstaller - pginst: Update JDBC driver to 8.0.310
  188. pgaccess - pgaccess: fix for a bug from Laurent Duperval to withdraw
  189. pgsql: Fix resource owner code to generate catcache and relcache leak
  190. pgsql: Have libpgport link before libpq so that PG client applications
  191. pgsql: Have libpgport link before libpq so that PG client applications
  192. pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was
  193. pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was
  194. pgsql: Update and copy-edit description of privileges.
  195. pgsql: Update and copy-edit description of privileges.
  196. pgsql: Add missing min/max parameters to DefineCustomIntVariable() and
  197. pgsql: Add missing min/max parameters to DefineCustomIntVariable() and
  198. pgsql: Fix to_date to behave reasonably when CC and YY fields are both
  199. pgsql: Fix to_date to behave reasonably when CC and YY fields are both
  200. pgpool - pgpool: pgpool spec file : Initial import
  201. pgsql: Make initialization of special trigger variables a little more
  202. pgsql: Print URL in printed output..
  203. pgsql: Add URL of how to report bugs:
  204. pgsql: Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
  205. pgsql: Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
  206. pgsql: Revert ill-conceived change of libpq linkage --- breaks ecpg.
  207. pgsql: Revert ill-conceived change of libpq linkage --- breaks ecpg.
  208. pgsql: array_map can't use the fn_extra field of the provided fcinfo
  209. pgsql: array_map can't use the fn_extra field of the provided fcinfo
  210. pgsql: array_map can't use the fn_extra field of the provided fcinfo
  211. pgsql: Force PG client applications to link to non-shared libpgport
  212. pgsql: Force PG client applications to link to non-shared libpgport
  213. pgsql: Tweak planner to use a minimum size estimate of 10 pages for a
  214. pgsql: Tweak planner to use a minimum size estimate of 10 pages for a
  215. pgsql: Set socket timer to 58 instead of 60 minutes for hour-old
  216. pgsql: Fix python regression testing script to bail out early if
  217. pgsql: Fix python regression testing script to bail out early if
  218. pgsql: Adjust plpython to convert \r\n and \r to \n in Python scripts,
  219. pgsql: Adjust plpython to convert \r\n and \r to \n in Python scripts,
  220. docbot - docbot: Added a few more channels, minor indenting fix.
  221. pgsql: Touch postmaster log file every hour, rather than every 10
  222. pgsql: Add: < > * Add GUC to issue notice about queries that use
  223. pgsql: Change Win32 O_SYNC method to O_DSYNC because that is what the
  224. pgsql: Change Win32 O_SYNC method to O_DSYNC because that is what the
  225. pgsql: Update INTERVAL items.
  226. pgsql: Add missing error checking in readdir() loops.
  227. pgsql: Change ANSI to ISO standard: < * Add ANSI INTERVAL handling > *
  228. pgsql: Add missing error checking in readdir() loops.
  229. pgsql: Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY
  230. pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round
  231. docbot - docbot: Small cleanups.
  232. pgsql: Update item on ambiguous INTERVAL syntax: < o Add support for
  233. pgsql: Update ANSI INTERVAL section: < * Add support for ANSI time
  234. pgsql: Add note about risks involved in replaying CREATE TABLESPACE
  235. pgsql: Add note about risks involved in replaying CREATE TABLESPACE
  236. pgsql: Previous "64-bit fix" for intagg didn't actually work.
  237. pgsql: Previous "64-bit fix" for intagg didn't actually work.
  238. pgsql: Previous "64-bit fix" for intagg didn't actually work.
  239. pgsql: Update numbers in example: < * Add support for ANSI date
  240. pgsql: Update: < * Add support for ANSI date INTERVAL syntax, INTERVAL
  241. pgaccess - pgaccess: removing tables-tktable, upgrading to Robert
  242. docbot - docbot: Removed tabs from previous commit.
  243. docbot - docbot: Fixed 'tell somebody about something' query.
  244. pgsql: Adjust CREATE TRIGGER and ALTER TABLE ...
  245. pgsql: Add: > o Add MOVE to PL/pgSQL
  246. pgsql: Assign: > o Update pg_dump and psql to use the new COPY libpq
  247. pgsql: Add: > > * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1
  248. pgsql: Add INTERVAL items: > * Add support for ANSI time INTERVAL
  249. pgsql: Remove duplicate: < * Allow a warm standby system to also allow
  250. pgsql: Add: > * Allow WAL replay of CREATE TABLESPACE to work when the