View Full Version : Pgsql Patches


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14

  1. wchareq improvement
  2. COPY Fillfactor patch
  3. Not to to confusing
  4. Remove unneeded left joins from psql
  5. OS Locale UTF-8
  6. Exec statement logging
  7. remove an unused variable waitingForSignal
  8. update some urls
  9. Minor fix in lwlock.c
  10. Re: [GENERAL] A way to let Vacuum warn if FSM settings are
  11. fork_process() for pgstat
  12. add_missing_from = false
  13. Re: DELETE ... USING
  14. Re: Update psql and pg_dump for new COPY api
  15. Fix resowner.c pgindent mess
  16. avg(int2) and avg(int8) micro-opt
  17. DELETE ... USING
  18. trivial tab complete fixes
  19. Have psql \dD show checks
  20. (Continued) Updated Turkish translations
  21. Updated Turkish Translations for 8.0.2
  22. pg_autovacuum initscript
  23. query planner rewrite
  24. Re: [HACKERS] HEAD \df doesn't show functions with no arguments
  25. Re: [HACKERS] contrib/pg_buffercache
  26. minor nodeHash cleanup
  27. unused variable ShmemBootstrap
  28. Re: [WIP] shared row locks
  29. Re: [WIP] shared row locks
  30. Re: [BUGS] BUG #1563: wrong week returnded by date_trunc('week',
  31. Re: Patch for database locale settings
  32. Re: Patch for database locale settings
  33. Update to download info in install docs
  34. Re: contrib dbf2sql.pl
  35. Re: problem with CR+LF in files in psql \i command
  36. Re: [BUGS] CC Date format code defaults to current centry
  37. WIP: make EXPLAIN ANALYZE show time spent in triggers
  38. Makefile breakage
  39. Re: contrib dbf2sql.pl
  40. Approximate count(*)
  41. Link to pgport earlier
  42. Re: [pgsql-hackers-win32] [HACKERS] win32 performance - fsync question
  43. SPI_getnspname
  44. Re: contrib dbf2sql.pl
  45. Re: contrib dbf2sql.pl
  46. Re: [HACKERS] WAL: O_DIRECT and multipage-writer
  47. improves ExecMakeFunctionResultNoSets
  48. Re: [pgsql-hackers-win32] explain analyze timings
  49. Re: [pgsql-hackers-win32] explain analyze timings
  50. Re: [pgsql-hackers-win32] explain analyze timings
  51. [patch 0/6] pgcrypto update
  52. HeapTupleSatisfiesUpdate result as enum
  53. PL/Python patch for Universal Newline Support
  54. pg_autovacuum micro patch to display database name when ANALYZEingor VACUUMing tables
  55. Another kerberos patch
  56. Re: WIP: avoiding tuple construction/deconstruction overhead
  57. refactor preprocess_targetlist
  58. Re: [HACKERS] contrib/pg_buffercache
  59. Re: [INTERFACES] libecpg (8.0 and CVS) hits a gcc bug on powerpc
  60. Re: [GENERAL] invalid multibyte character for locale
  61. Fix that deals with unusable custom variables.
  62. Kerberos code overwrites it's own error message
  63. Re: [HACKERS] [ADMIN] invalid multibyte character for locale
  64. Improvement to charset docs
  65. Re: submitted WIN1252 patches are buggy
  66. Sort psql output
  67. [david@fetter.org: Clean up SGML for openjade]
  68. Clean up SGML for openjade
  69. Re: Cache last known per-tuple offsets to speed long tuple
  70. COPY CSV header line feature
  71. Re: [COMMITTERS] pgsql: Handle carriage returns and line feeds in
  72. Re: [pgsql-hackers-win32] [HACKERS] snprintf causes regression tests to fail
  73. ALTER FUNCTION / STRICT
  74. Re: BUG #1466: syslogger issues
  75. Re: [BUGS] BUG #1466: #maintenace_work_mem = 16384
  76. Add fprintf macro
  77. pgcrypto: openssl digest fix
  78. default to WITHOUT OIDS
  79. Re: Display Pg buffer cache (WIP)
  80. Re: [pgsql-hackers-win32] [HACKERS] snprintf causes regression tests
  81. problem with CR+LF in files in psql \i command
  82. trivial refactoring of WaitOnLock
  83. Re: [HACKERS] Best practices: MERGE
  84. pg_autovacuum UPDATE_INTERVAL cmd arg
  85. Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables
  86. Re: Harmless space allocation typo
  87. Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for
  88. Re: Cleaning up unreferenced table files
  89. fork() refactoring
  90. contrib dbf2sql.pl
  91. Re: Faster install-sh in C
  92. is it a bug ?
  93. Display Pg buffer cache (WIP)
  94. Re: [BUGS] typos in the docu
  95. Re: WIP: buffer manager rewrite (take 2)
  96. snprintf improvements
  97. Re: [pgsql-hackers-win32] [HACKERS] snprintf causes regression tests to fail
  98. Re: [pgsql-hackers-win32] [HACKERS] snprintf causes regression tests
  99. Re: [HACKERS] WAL: O_DIRECT and multipage-writer (+ memory leak)
  100. Thread-safe snprintf() vsnprintf() and printf()
  101. Re: [HACKERS] snprintf causes regression tests to fail
  102. Re: Patch for Array min() / max()
  103. Re: snprintf.c on win32 does not compile..
  104. Re: [INTERFACES] bcc32.mak for libpq broken? (distro 8.0.0) (fwd)
  105. Re: A way to let Vacuum warn if FSM settings are low. [final?]
  106. snprintf.c on win32 does not compile..
  107. win32 libpq build broken
  108. Patch that deals with that AtCommit_Portals encounters deleted entries
  109. Re: Casting INT4 to BOOL...
  110. Re: [BUGS] BUG #1466: #maintenace_work_mem = 16384
  111. int4 <-> bool casts
  112. array max() / min()
  113. Re: [HACKERS] UTF8 or Unicode
  114. Re: [HACKERS] UTF8 or Unicode
  115. Re: [BUGS] BUG #1466: #maintenace_work_mem = 16384
  116. Re: [HACKERS] UTF8 or Unicode
  117. Re: [HACKERS] UTF8 or Unicode
  118. Re: BUG #1466: syslogger issues
  119. Re: Patch for Postmaster Uptime (from the TODO)
  120. Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c
  121. Re: optimize md5_text
  122. A way to let Vacuum warn if FSM settings are low.
  123. New FAQ questions. minor fixes
  124. optimize md5_text
  125. Re: [COMMITTERS] pgsql: Use _() macro consistently rather than gettext().
  126. Re: WIP: write flat files at startup, enforce XID wrap limit
  127. Re: WIP: write flat files at startup, enforce XID wrap limit
  128. was: BUG #1466: syslogger issues
  129. Re: pg_ctl reference page
  130. CSV multiline final fix
  131. Change < to -f in examples with input files
  132. Bibliography updates
  133. Patch for disaster recovery
  134. WIP: bufmgr rewrite per recent discussions
  135. Re: Which release cycle are we in?
  136. Re: Which release cycle are we in?
  137. Re: using strxfrm for having multi locale/please vote for
  138. Re: Cleanup for gettext() calls
  139. Re: Cleanup for gettext() calls
  140. Re: [BUGS] BUG #1466: #maintenace_work_mem = 16384
  141. Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c
  142. Re: [BUGS] BUG #1466: #maintenace_work_mem = 16384
  143. Re: [ADMIN] Migration of log features from 7.4 to 8.0
  144. Re: Errno checks for rmtree()
  145. Re: Errno checks for rmtree()
  146. Re: Errno checks for rmtree()
  147. Errno checks for rmtree()
  148. Need 2,500 - 10,000 People
  149. Re: Updated french translations
  150. Repost: FastFPE results for Linux/ARM
  151. nls_sort function
  152. Re: Repost: FastFPE results for Linux/ARM
  153. [Fwd: Re: [DOCS] How the planner uses statistics]
  154. reject empty string in float[48], oid
  155. Re: [Fwd: Re: [DOCS] Instructions for FreeBSD ipc config showing
  156. Re: [Fwd: Re: [DOCS] Instructions for FreeBSD ipc config
  157. Re: dbsize patch
  158. memory leak in ALTER TABLE
  159. Legal Money Using PayPal
  160. Re: again: add collation support function
  161. fix CSV multiline parsing - proof of concept
  162. buffer manager refactoring to isolate ARC algorithm
  163. Re: [pgsql-patches] Proof-of-concept ARC removal patches
  164. Re: [pgsql-patches] Proof-of-concept ARC removal patches
  165. Re: Proof-of-concept ARC removal patches
  166. Re: Refactoring lock.c
  167. Proof-of-concept ARC removal patches
  168. Re: Refactoring lock.c
  169. Re: patch for temporary view from TODO list
  170. Re: patch for temporary view from TODO list
  171. Turkish translation updates for 8.0.1
  172. Repleacement for src/port/snprintf.c
  173. Shared dependency patch
  174. Re: more fixes for making contrib null safe
  175. Re: more fixes for making contrib null safe
  176. Clarify use of NOW() in pl/pgsql docs
  177. Re: heap_modifytuple
  178. Re: [HACKERS] WAL: O_DIRECT and multipage-writer
  179. Win32 pg_autovacuum service retry patch
  180. Re: Fix for SHGetSpecialFolderPath
  181. Multi-table truncate
  182. dbsize patch
  183. Continue transactions after errors in psql
  184. Re: [HACKERS] userlock changes for 8.1/8.2
  185. Re: [HACKERS] userlock changes for 8.1/8.2
  186. Re: psql zh_TW translation update for CURRENT
  187. Re: Updated translation for Romanian (8.0)
  188. add collation support to postgresql
  189. Re: pg_autovacuum Win32 Service startup delay
  190. Re: WAL: O_DIRECT and multipage-writer
  191. Re: add soundex difference function to contrib/fuzzystrmatch
  192. Re: pg_autovacuum Win32 Service startup delay
  193. Re: add soundex difference function to
  194. Re: pg_autovacuum Win32 Service startup delay
  195. add regression test for #1433
  196. Re: pg_autovacuum Win32 Service startup delay
  197. Re: pg_autovacuum Win32 Service startup delay
  198. LRU
  199. Re: [pgsql-hackers-win32] 300 seconds in less than 1 second
  200. Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0
  201. Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
  202. Re: [DOCS] bug in 8.0 manual, section 37.6, PL/Perl Triggers
  203. Re: pg_autovacuum/Win32 Fixes
  204. vacuum hint on elog
  205. Re: pg_autovacuum/Win32 Fixes
  206. Re: [pgsql-hackers-win32] 300 seconds in less than 1 second with pg_autovacuum
  207. Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
  208. Tiny patch on print.c of psql
  209. Merge pg_shadow && pg_group -- UNTESTED
  210. Re: uptime function to postmaster
  211. regression: pass with no default WITH OIDS
  212. Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
  213. Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
  214. Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
  215. plz add ko in nls.mk for pg_dump
  216. Re: patches for OS/2 port
  217. Re: FAQ 4.4: it's should be its
  218. test: pl/pgsql refcursors
  219. Re: Updated translation for Romanian (8.0)
  220. Re: rtree: improve performance, tuple killing
  221. Re: transformExpr() refactor
  222. WIP: pl/pgsql cleanup
  223. Re: Spanish translation updates
  224. Re: Updated translation for Romanian (8.0)
  225. Re: Romanian translation for 8.0: new file (pgscripts)
  226. test: untyped literal in CASE test expr
  227. Re: sl translation updates
  228. PL/Perl doc patch
  229. Translation updates: pt_BR
  230. Re: Small fix in FAQ
  231. Re: Small fix in FAQ
  232. Re: FAQ update: pt_BR
  233. Latest Turkish translation updates
  234. dllist.c 0 -> NULL
  235. Turkish translation updates
  236. Re: fix for windows breakage in regression script
  237. fix for windows breakage in regression script
  238. Re: fix for windows breakage in regression script
  239. Minor comment correction
  240. query output in psql PROMPT
  241. Runtime Config Option for identifier case preservation
  242. Re: Minor comment correction
  243. Re: query output in psql PROMPT
  244. Re: Polish translation of libpq file.
  245. Updated Polish translation.
  246. Updated version of Polish translation.
  247. Re: Translation updates
  248. Increased error verbosity when querying row-returning functions
  249. Example of ALTER COLUMN TYPE with USING
  250. Re: Increased error verbosity when querying row-returning functions