Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2005-07 Thread Index (3/4)
Last updated: Wed Jan 18 01:52:40 2012
669 messages
- pgsql: Check for out-of-range varoattno in deparse_context_for_subplan. Tom Lane (Fri 15 18:40)
- pgsql: Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' Tom Lane (Fri 15 17:09)
- python - be: Add Python warnings.showwarning overload. James William Pye (Fri 15 15:30)
- bizgres - bizgres: Changed user visible references from "DG Loader" to User Agoldshuv (Thu 14 22:11)
- pgsql: Adjust permissions checking for ALTER OWNER commands: instead of Tom Lane (Thu 14 21:46)
- pgsql: Enable multi-byte thousands_sep and decimal_point for numericsep. Bruce Momjian (Thu 14 21:12)
- pgsql: Make better thousands_sep default based on decimal marker value. Bruce Momjian (Thu 14 15:54)
- pgsql: Fix mis-backport of libpq memory leak fix. Tom Lane (Thu 14 14:07)
- pgsql: Change numericsep to a boolean, and make it locale-aware. Bruce Momjian (Thu 14 08:42)
- pgsql: Add numeric separator support for latex and troff output methods. Bruce Momjian (Thu 14 07:32)
- pgsql: Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" Neil Conway (Thu 14 07:12)
- pgsql: barebones variable name -> tuples_only, for consistency. Bruce Momjian (Thu 14 06:50)
- pgsql: Fix malloc length for new numeric separator patch. Bruce Momjian (Thu 14 06:46)
- pgsql: This doc patch replaces all inappropriate references to SQL:1999 Neil Conway (Thu 14 06:17)
- pgsql: Integrate autovacuum functionality into the backend. Tom Lane (Thu 14 05:13)
- pgsql: Fix a couple of bogus comments, per Alvaro. Tom Lane (Wed 13 22:46)
- configurator - configurator: More or less working code now, Rules still User Davecramer (Wed 13 17:46)
- pgsql: Remove extraneous space after -L ... Tom Lane (Wed 13 17:13)
- pgsql: Fix unwanted side-effects of recent SHLIB_LINK -L patch on Tom Lane (Wed 13 17:00)
- pgsql: Fix #elif spacing too. Bruce Momjian (Wed 13 15:59)
- pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not Tom Lane (Wed 13 15:25)
- orafce - orafce: I add fmt parametrized functions trunc and round for User Okbob (Wed 13 12:33)
- pgsql: Fix pgindent to not have blank line before #else in variable Bruce Momjian (Wed 13 04:44)
- pgsql: Add backslashes to parentheses in awk regex because if not, they Bruce Momjian (Wed 13 04:00)
- pgsql: Move -L flag around for shared builds: I wrote: > So either we Bruce Momjian (Wed 13 02:12)
- pgsql: Documentation for some new PL/Perl features. Neil Conway (Wed 13 02:10)
- pgsql: Hack around the discrepancy between default library search paths Tom Lane (Tue 12 23:06)
- python - web: Extra info regarding 01. James William Pye (Tue 12 21:11)
- python - web: Bold h4. James William Pye (Tue 12 21:07)
- pgsql: Fix plperl crash with list value return for an array result type. Tom Lane (Tue 12 20:35)
- pgsql: More pgcrypto fixes: handle long messages correctly, suppress Tom Lane (Tue 12 20:27)
- pgsql: Improve comments for AdjustIntervalForTypmod. Bruce Momjian (Tue 12 16:05)
- pgsql: Change 5e0 to 5.0, for consistency. Bruce Momjian (Tue 12 15:17)
- pgsql: Fix plperl to do recursion safely, and fix a problem with array Tom Lane (Tue 12 01:16)
- pgsql: Further tweaking of Win32-specific random code. Tom Lane (Mon 11 19:06)
- pgsql: I forgot to update win32 code when doing a renaming in random.c. Tom Lane (Mon 11 17:00)
- pgsql: Avoid bzero/bxopy in favor of more standard library routines. Tom Lane (Mon 11 15:40)
- pgsql: More pgcrypto fixes: avoid bogus alignment assumptions in sha2, Tom Lane (Mon 11 15:08)
- pgsql: Add support for AES cipher with older OpenSSL libraries. Tom Lane (Mon 11 14:38)
- tpc-w-php - tpcw-benchmark: Extended index definition on tpcw_orders and User Wieck (Mon 11 13:32)
- tpc-w-php - tpcw-benchmark: Save user info in session data. User Wieck (Mon 11 13:23)
- tpc-w-php - tpcw-benchmark: Make sure we use the DB based session save User Wieck (Mon 11 13:23)
- tpc-w-php - tpcw-benchmark: Do not reference to an image in the error User Wieck (Mon 11 13:23)
- pgsql: Missed adding extra argument to array_recv in a couple of places Tom Lane (Sun 10 21:36)
- pgsql: Change typreceive function API so that receive functions get the Tom Lane (Sun 10 21:14)
- pgestraier - pgestraier: subversion revision 39 commited to CVS User Dpavlin (Sun 10 19:28)
- pgestraier - pgestraier: removed misleading INFO message (hint: it's not User Dpavlin (Sun 10 19:28)
- pgestraier - pgestraier: subversion revision 38 commited to CVS User Dpavlin (Sun 10 19:28)
- pgestraier - pgestraier: added est_cond_set_max to return just minumum User Dpavlin (Sun 10 19:28)
- pgestraier - pgestraier: misc cleanups User Dpavlin (Sun 10 19:27)
- pgestraier - pgestraier: subversion revision 37 commited to CVS User Dpavlin (Sun 10 19:27)
- pgsql: > One more failure: > > I think this is because we don't have -lz Bruce Momjian (Sun 10 18:33)
- pgsql: Add extra argument for new pg_regexec API. Bruce Momjian (Sun 10 18:32)
- pgsql: Suppress compile warning. Tom Lane (Sun 10 17:23)
- pgsql: Rename xmalloc to pg_malloc for consistency with psql usage. Bruce Momjian (Sun 10 16:13)
- pgsql: Reverse pg_malloc patch because psql/print.c is used in scripts Bruce Momjian (Sun 10 15:53)
- pgsql: Use failure-safe pg_malloc consistently in psql/print.c. Bruce Momjian (Sun 10 15:48)
- pgsql: Remove #include <openssl/bn.h> as compile fix. Bruce Momjian (Sun 10 15:37)
- pgsql: Following up a previous thought I had, yesterday I realised how Bruce Momjian (Sun 10 15:32)
- pgsql: The attached patch implements spi_query() and spi_fetchrow() Bruce Momjian (Sun 10 15:19)
- pgsql: Add --encoding to pg_dump. Bruce Momjian (Sun 10 15:09)
- pgsql: This patch implements putting language handlers for the optional Bruce Momjian (Sun 10 14:26)
- pgsql: As Kris Jurka found out, pgcrypto does not work with OpenSSL Bruce Momjian (Sun 10 13:54)
- pgsql: Add missing pgcrypto files from previous commit. Bruce Momjian (Sun 10 13:46)
- pgsql: Update. Bruce Momjian (Sun 10 05:06)
- pgsql: This patch addresses the problem mentioned in the "process crash Bruce Momjian (Sun 10 04:57)
- pgsql: I made the patch that implements regexp_replace again. Bruce Momjian (Sun 10 04:54)
- pgsql: Major pgcrypto changes: of password-based encryption from Bruce Momjian (Sun 10 03:58)
- pgsql: - Add Fortuna PRNG to pgcrypto. Bruce Momjian (Sun 10 03:55)
- pgsql: This patch adds implementation of SHA2 to pgcrypto. Bruce Momjian (Sun 10 03:53)
- pgsql: Add psql \pset numericsep to allow output numbers like 100,000.0 Bruce Momjian (Sun 10 03:46)
- pgsql: Fix inadequate error checking: you can't assume that Tom Lane (Sat 09 01:53)
- pgsql: Fix config file lexer to not barf if postgresql.conf ends with a Tom Lane (Fri 08 18:41)
- pgsql: Try connecting to both postgres and template1 databases to do the Tom Lane (Fri 08 16:51)
- pgsql: Make libpq_gettext save and restore errno in a Windows-compatible Tom Lane (Fri 08 15:24)
- pgsql: testing activitymail PostgreSQL Daemon (Fri 08 15:13)
- pgsql: This patch updates the DDL for contrib/pgcrypto to create all Neil Conway (Fri 08 04:28)
- pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and Neil Conway (Fri 08 04:12)
- pgsql: Even though I'd like to see full_page_writes go away before 8.1, Tom Lane (Fri 08 04:07)
- pgsql: Done: > * -Prevent dropping user that still owns objects, or Bruce Momjian (Fri 08 02:44)
- pgbuildfarm - client-code: force --no-locale on initdb, to cater for User Andrewd (Thu 07 21:22)
- pgsql: Track dependencies on shared objects (which is to say, roles; we Tom Lane (Thu 07 20:40)
- pgestraier - pgestraier: subversion revision 36 commited to CVS User Dpavlin (Thu 07 17:22)
- pgestraier - pgestraier: nicer dependency, doesn't recompile pgest.so if User Dpavlin (Thu 07 17:22)
- pgsql: Update: < writer. Bruce Momjian (Thu 07 16:02)
- pgsql: Update: > > o -Add ability to turn off full page writes > o Bruce Momjian (Thu 07 15:18)
- pgestraier - pgestraier: added sync() User Dpavlin (Thu 07 14:25)
- pgestraier - pgestraier: subversion revision 35 commited to CVS User Dpavlin (Thu 07 14:25)
- pgsql: Fix plperl expected output. Bruce Momjian (Thu 07 04:41)
- pgsql: pg_column_size() cleanup for messages and code cleanup. Bruce Momjian (Thu 07 04:36)
- pgsql: Currently, nonfatal warnings are not trapped (as they should be) Bruce Momjian (Wed 06 22:33)
- pgsql: Complete zic patch backout by removing NO_PGPORT workaround. Bruce Momjian (Wed 06 21:40)
- pgsql: Reverse out because the lack of using pgport in timezone/ is Bruce Momjian (Wed 06 21:04)
- newsysviews - newsysview: oops, missed one User Andrewsn (Wed 06 21:03)
- newsysviews - newsysview: hack for 8.1 - oids in a composite type aren't User Andrewsn (Wed 06 20:59)
- pgsql: Add pg_column_size() to return storage size of a column, Bruce Momjian (Wed 06 19:03)
- pgsql: Sync dlopen error handling for the *BSDs ... Tom Lane (Wed 06 16:56)
- pgestraier - pgestraier: subversion revision 34 commited to CVS User Dpavlin (Wed 06 16:45)
- pgestraier - pgestraier: update project home page with documentation User Dpavlin (Wed 06 16:45)
- pgestraier - pgestraier: converted documentation to pod User Dpavlin (Wed 06 16:45)
- pgestraier - pgestraier: subversion revision 33 commited to CVS User Dpavlin (Wed 06 16:45)
- pgsql: Add a check for trigger function with declared arguments. Tom Lane (Wed 06 16:42)
- pgsql: Save and restore errno across bindtextdomain call, per Tom Lane (Wed 06 16:26)
- pgsql: Fix incorrect PG_CPPFLAGS initialization, per Marko. Tom Lane (Wed 06 16:14)
- pgestraier - pgestraier: subversion revision 32 commited to CVS User Dpavlin (Wed 06 16:07)
- pgestraier - pgestraier: test ordering User Dpavlin (Wed 06 16:07)
- pgestraier - pgestraier: subversion revision 31 commited to CVS User Dpavlin (Wed 06 16:06)
- pgestraier - pgestraier: added results order (see test.sql for example) User Dpavlin (Wed 06 16:06)
- pgestraier - pgestraier: small cleanup User Dpavlin (Wed 06 16:06)
- pgestraier - pgestraier: subversion revision 30 commited to CVS User Dpavlin (Wed 06 16:06)
- pgestraier - pgestraier: subversion revision 29 commited to CVS User Dpavlin (Wed 06 16:06)
- pgestraier - pgestraier: added indexer.pl written using perl Hyper User Dpavlin (Wed 06 16:06)
- pgsql: Update description of GUC full_page_writes. Bruce Momjian (Wed 06 14:45)
- pgsql: Done: > * -Add function to return compressed length of TOAST Bruce Momjian (Wed 06 03:40)
- pgsql: Attached is a patch that enhances the "\h" capability in psql. Bruce Momjian (Wed 06 03:14)
- pgsql: Dept of second thoughts: don't expose rijndael.tbl: rijndael.c Tom Lane (Tue 05 23:18)
- pgsql: Add GUC full_page_writes to control writing full pages to WAL. Bruce Momjian (Tue 05 23:18)
- pgsql: Fix contrib/pgcrypto to autoconfigure for OpenSSL when Tom Lane (Tue 05 23:14)
- pgsql: Remove, now have GUC: < * Turn off full page writes if fsync is Bruce Momjian (Tue 05 22:59)
- pgsql: Add: < 881a881,882 > o Improve xid wraparound detection by Bruce Momjian (Tue 05 19:37)
- dblink-tds - dblink_tds: adição da documentação dos novos recursos User Diogob (Tue 05 18:59)
- dblink-tds - dblink_tds: User Diogob (Tue 05 18:56)
- pgsql: Back out patch. Bruce Momjian (Tue 05 18:16)
- pgsql: Fix initialization bug in pgcrypto openssl code. Tom Lane (Tue 05 18:15)
- pgsql: Add NO_PGPORT defines to fix win32/cygwin builds for new target Bruce Momjian (Tue 05 17:24)
- docbot - docbot: - remember last question and answer it, if rtfm_please User Andreas (Mon 04 21:18)
- pgbuildfarm - client-code: add a couple of comments. User Andrewd (Mon 04 20:53)
- pgbuildfarm - client-code: add suppressible error message making User Andrewd (Mon 04 20:43)
- pgsql: Restructure zic #define fprintf checks to use a NO_PGPORT macro Bruce Momjian (Mon 04 19:55)
- pgsql: I have to admit that I got the case of the preprocessor symbol on Bruce Momjian (Mon 04 19:05)
- pgsql: This patch allows the PL/Python module to do (SRF) functions. Bruce Momjian (Mon 04 19:03)
- pgsql: I made the patch that improved the performance of replace_text(). Bruce Momjian (Mon 04 18:56)
- pgbuildfarm - client-code: ignore files listed in cvsignore files - User Andrewd (Mon 04 18:53)
- pgsql: Fix compile if zic because it now doesn't use libpgport. Bruce Momjian (Mon 04 18:21)
- pgsql: More TODO list section restructuring. Bruce Momjian (Mon 04 17:43)
- pgsql: Restructure TODO sections. Bruce Momjian (Mon 04 17:00)
- pgbuildfarm - client-code: remove incorrect comment re crontab MAILTO - User Andrewd (Mon 04 15:22)
- pgsql: Backpatch to 8.0.X openssl portability fixes to pgcrypto. Bruce Momjian (Mon 04 14:42)
- pgsql: Fix date_trunct for December dates that are in the next year, Bruce Momjian (Mon 04 14:12)
- pgsql: Update > * Allow GIST indexes to create certain complex index Bruce Momjian (Mon 04 12:32)
- tablelog - tablelog: This problem shouldn't appear because of row-level User Kimhanse (Mon 04 11:18)
- python - be: Boog squash. James William Pye (Mon 04 10:24)
- tablelog - tablelog: Explanation added to the test User Kimhanse (Mon 04 09:43)
- tablelog - tablelog: Make test to see if it possible to break the User Kimhanse (Mon 04 08:09)
- tablelog - tablelog: Adjust sleep-time User Kimhanse (Mon 04 08:09)
- pgsql: Arrange for the postmaster (and standalone backends, initdb, etc) Tom Lane (Mon 04 04:52)
- pgsql: Reverse this patch: Bruce Momjian (Mon 04 04:17)
- pgsql: Update wording: < Currently, to protect against partial disk Bruce Momjian (Mon 04 04:06)
- pgsql: Fix build break for out of tree (vpath) builds, induced by recent Neil Conway (Mon 04 02:56)
- pgsql: Bruce, please apply this additional patch, that fixes the Bruce Momjian (Mon 04 02:02)
- pgbuildfarm - client-code: add comments to sample config making it User Andrewd (Sun 03 23:33)
- newsysviews - newsysview: fix another mismatch between the rule deparse User Andrewsn (Sun 03 22:17)
- pgsql: Fix memory leak in plperl_hash_from_tuple(), per report from Tom Lane (Sun 03 21:56)
- pgsql: Don't try to constant-fold functions returning RECORD. Tom Lane (Sun 03 21:14)
- pgsql: Support cross compilation by compiling "zic" with a native Peter Eisentraut (Sun 03 18:54)
Mail converted by MHonArc