Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-08 Thread Index (1/2)
Last updated: Wed Jan 18 01:50:35 2012
281 messages
- pgsql: Fix (hopefully) some oversights in recent Bison cleanup patch. Tom Lane (Sat 30 02:32)
- pgsql: Fix the raw-parsetree representation of star (as in SELECT * FROM Tom Lane (Sat 30 01:39)
- pgsql: In GCC-based builds, use a better newNode() macro that relies on Tom Lane (Fri 29 22:50)
- npgsql - Npgsql2: [#1010415] Stream seek error on close. User Fxjr (Fri 29 19:25)
- pgsql: Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. Alvaro Herrera (Fri 29 17:28)
- pgsql: Fix bug in original implementation of xmlserialize(): if user Tom Lane (Fri 29 17:27)
- pgsql: Suppress gcc warning about possibly-uninitialized variable. Tom Lane (Fri 29 16:34)
- pgsql: Document that \t and \x are now settable. Alvaro Herrera (Fri 29 15:52)
- pgsql: Remove all traces that suggest that a non-Bison yacc might be Peter Eisentraut (Fri 29 13:02)
- pgsql: Extend the parser location infrastructure to include a location Tom Lane (Thu 28 23:09)
- stackbuilder - wizard: Use the project binary and osurce directories, Dave Page (Thu 28 14:39)
- stackbuilder - wizard: Cleanup source tarball generation Dave Page (Thu 28 13:26)
- stackbuilder - wizard: Ensure the translations are properly installed in Dave Page (Thu 28 13:09)
- stackbuilder - wizard: Fix CPack options Dave Page (Thu 28 12:50)
- stackbuilder - wizard: Ensure out-of-tree builds really don't affect the Dave Page (Thu 28 12:19)
- pgstatspack - pgstatspack: moved a couple of the shell scripts around User Kpierno (Wed 27 19:22)
- pgstatspack - pgstatspack: Moved install and upgrade scripts back to the User Kpierno (Wed 27 18:36)
- pgstatspack - pgstatspack: Moving files into separate directories to User Kpierno (Wed 27 18:35)
- pgstatspack - pgstatspack: New Directory User Kpierno (Wed 27 18:34)
- pgstatspack - pgstatspack: Updated readme with upgrade steps. User Kpierno (Tue 26 18:45)
- pgstatspack - pgstatspack: Added upgrade script for existing userbase. User Kpierno (Tue 26 18:18)
- stackbuilder - wizard: Fix localisation on Mac Dave Page (Tue 26 09:42)
- stackbuilder - wizard: Don't require a mirror to be selected before Dave Page (Tue 26 08:11)
- pgsql: Teach eval_const_expressions() to simplify an ArrayCoerceExpr to Tom Lane (Tue 26 02:16)
- npgsql - Npgsql2: more support for uuid type. User Jbcooley (Tue 26 01:28)
- pgsql: Fix pg_dump docs to acknowledge that you can use -Z with plain Tom Lane (Tue 26 00:03)
- veil - veil: Addition of new interface function User Bloodnok (Mon 25 23:46)
- pgsql: Add %option noinput to contrib's flex scanners, to suppress gcc Tom Lane (Mon 25 23:12)
- pgsql: Move exprType(), exprTypmod(), expression_tree_walker(), and Tom Lane (Mon 25 22:42)
- pgsql: Get rid of the last remaining uses of var_is_rel(), to wit some Tom Lane (Mon 25 20:20)
- pgsql: Add standard boilerplate sentence about when stats_temp_directory Tom Lane (Mon 25 19:03)
- pgsql: Unconditionally write the statsfile when SIGHUP is received, to Magnus Hagander (Mon 25 18:55)
- pgsql: Update URL to Ross William's paper. Alvaro Herrera (Mon 25 17:37)
- pgsql: Have man page generation work on VPATH builds too. Alvaro Herrera (Mon 25 15:34)
- pgbuildfarm - client-code: Make sure temp file is unlinked User Andrewd (Mon 25 15:18)
- pgsql: Make stats_temp_directory PGC_SIGHUP, and document how it may Magnus Hagander (Mon 25 15:11)
- pgsql: Convert remaining builtin set-returning functions to use OUT Magnus Hagander (Mon 25 11:19)
- npgsql - Npgsql2: Added xml type support User Jbcooley (Sun 24 18:27)
- npgsql - Npgsql2: Added xml type support and fixed uuid User Jbcooley (Sun 24 18:23)
- npgsql - Npgsql2: removed completed TODO comment. User Jbcooley (Sun 24 18:18)
- npgsql - Npgsql2: support for more constant types User Jbcooley (Sat 23 21:30)
- npgsql - Npgsql2: Support for more canonical functions User Jbcooley (Sat 23 21:28)
- pgsql: Add missing descriptions for aggregates, functions and Bruce Momjian (Sat 23 20:39)
- pgsql: Fix possible duplicate tuples while GiST scan. Teodor Sigaev (Sat 23 10:37)
- pgsql: Update link to developer's FAQ from main FAQ. Bruce Momjian (Sat 23 01:55)
- pgstatspack - pgstatspack: Fixed a problem with the report where a table User Kpierno (Fri 22 21:14)
- npgsql - Npgsql2: support cross join and string concat User Jbcooley (Fri 22 21:03)
- npgsql - Npgsql2: quote column names User Jbcooley (Fri 22 21:00)
- npgsql - Npgsql2: Fix insert and update syntax. User Jbcooley (Fri 22 20:59)
- pgsql: Make "log_temp_files" super-user set only, like other logging Bruce Momjian (Fri 22 18:47)
- pgsql: Minor patch on pgbench 1. Bruce Momjian (Fri 22 17:57)
- pgbouncer - pgbouncer: compact md5 implementation User Mkz (Fri 22 17:50)
- pgbouncer - pgbouncer: full quoting for database names User Mkz (Fri 22 17:22)
- pgbouncer - pgbouncer: tag head as 1.3 User Mkz (Fri 22 14:28)
- pgbouncer - pgbouncer: Allow '.' and '-' in database names. User Mkz (Fri 22 14:25)
- pgsql: Improve wording of error message when a postgresql.conf setting Bruce Momjian (Fri 22 00:48)
- pgsql: Arrange to convert EXISTS subqueries that are equivalent to Tom Lane (Fri 22 00:36)
- pgsql: Mention that pg_dump does not dump ALTER DATABASE ... Bruce Momjian (Thu 21 22:25)
- pgsql: Update URL. Alvaro Herrera (Thu 21 20:16)
- pgsql: Autoconf 2.62 will require cache variables to contain "_cv_". Peter Eisentraut (Thu 21 13:57)
- npgsql - Npgsql2: fix metadata queries to match the RTM release User Jbcooley (Thu 21 04:15)
- pgstatspack - pgstatspack: Updated readme file for new install and User Kpierno (Thu 21 01:39)
- pgstatspack - pgstatspack: New sample report with the new report User Kpierno (Wed 20 20:40)
- pgsql: Marginal improvement in sublink planning: allow unknownEqFalse Tom Lane (Wed 20 20:14)
- pgsql: Remove tools and documention for generating TODO.html. Bruce Momjian (Wed 20 18:32)
- pgsql: TODO now in wiki, html version removed. Bruce Momjian (Wed 20 18:32)
- pgsql: New TODO list URL wiki location listed; contents truncated. Bruce Momjian (Wed 20 18:31)
- pgsql: Fix obsolete comment. Tom Lane (Wed 20 15:51)
- pgsql: Synced parser. Michael Meskes (Wed 20 14:10)
- pgsql: Make libpq on windows not try to send chunks larger than 64Kb. Magnus Hagander (Wed 20 11:53)
- npgsql - Npgsql2: Added support to see what string was read from server User Fxjr (Wed 20 06:19)
- pgstatspack - pgstatspack: User Kpierno (Wed 20 02:14)
- pgsnap - pgsnap: Add another TODO item. User Gleu (Tue 19 20:52)
- pgsnap - pgsnap: Add database freeze age and percentage until autovacuum User Gleu (Tue 19 20:50)
- pgsnap - pgsnap: Add PHP pretty_size function to get values with units User Gleu (Tue 19 20:19)
- pgsql: Not done: < o -Allow an existing index to be marked as a Bruce Momjian (Tue 19 19:21)
- pgsql: Remove -Winline from the default set of CFLAGS for gcc. Tom Lane (Tue 19 19:17)
- pgsnap - pgsnap: Add partitions informations on Tablespaces report. User Gleu (Tue 19 18:34)
- pgsql: Cause the output from debug_print_parse, debug_print_rewritten, Tom Lane (Tue 19 18:30)
- pgsnap - pgsnap: Update Relations Bloat query (from check_postgres.pl User Gleu (Tue 19 18:01)
- pgsnap - pgsnap: Add listeners report. User Gleu (Tue 19 17:56)
- pgsql: TODO done: ! o Allow an existing index to be marked as a Bruce Momjian (Tue 19 16:59)
- pgsql: Fixed incorrect argument handling in SET command if argument is a Michael Meskes (Tue 19 10:40)
- pginstaller - web: Update link to FAQ User Mha (Tue 19 07:56)
- pgsql: Fix some issues that prevent this file to be processed by Alvaro Herrera (Tue 19 03:18)
- stackbuilder - wizard: App icons on Mac and Linux. Dave Page (Mon 18 20:18)
- stackbuilder - wizard: Bleat if we cannot find any apps Dave Page (Mon 18 19:33)
- pgsql: Add to TODO: > > * Fix all set-returning system functions so Bruce Momjian (Mon 18 15:03)
- pgsql: Properly remove src\include\utils\probes.h when running Magnus Hagander (Mon 18 13:42)
- stackbuilder - wizard: Ensure the wizard will exit cleanly on Mac when Dave Page (Mon 18 10:39)
- pgsnap - pgsnap: Add non-default configuration report. User Gleu (Mon 18 10:01)
- stackbuilder - wizard: Cleanup temp files on the mac. Dave Page (Mon 18 09:43)
- pgsql: Add some defenses against constant-FALSE outer join conditions. Tom Lane (Sun 17 19:40)
- pgsql: Remove prohibition against SubLinks in the WHERE clause of an Tom Lane (Sun 17 02:19)
- pgsql: Improve sublink pullup code to handle ANY/EXISTS sublinks that Tom Lane (Sun 17 01:20)
- pgsql: Update instructions on generating TODO.html. Bruce Momjian (Sat 16 19:39)
- pgsql: probes.h is generated from probes.d, not pg_trace.d. Magnus Hagander (Sat 16 12:42)
- Re: pgsql: Make the pg_stat_activity view call a SRF Bruce Momjian (Sat 16 03:51)
- npgsql - Npgsql2: added support for uuid type User Jbcooley (Sat 16 03:39)
- npgsql - Npgsql2: update precision to int4. User Jbcooley (Sat 16 03:16)
- pgsql: Add URL for: * Improve ability to modify views via ALTER TABLE < Bruce Momjian (Sat 16 02:37)
- pgsql: Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably Tom Lane (Sat 16 02:25)
- pgsql: Add to TODO: > > * Prevent query cancel packets from being Bruce Momjian (Sat 16 02:15)
- pgsql: Synchronize Borland libpq makefile to match MSVC. Bruce Momjian (Sat 16 01:56)
- npgsql - Npgsql2: [#1010401] uuid data type not parsed correctly to User Fxjr (Sat 16 01:55)
- pgsql: Fix a couple of places where psql might fail to report a suitable Tom Lane (Sat 16 01:36)
- pgsql: Update Russian FAQ. Bruce Momjian (Sat 16 01:14)
- pgsql: Add new SQL training web site to FAQ: <LI><A href= Bruce Momjian (Sat 16 00:32)
- pgsql: Fix version warning bug in recently applied adjustments to psql Bruce Momjian (Sat 16 00:18)
- pgsql: Clean up the loose ends in selectivity estimation left by my Tom Lane (Sat 16 00:02)
- pgsql: Performance fix for new anti-join code in nodeMergejoin.c: after Tom Lane (Fri 15 19:21)
- stackbuilder - wizard: Remove extra bracket Dave Page (Fri 15 15:27)
- stackbuilder - wizard: Ensure the executable bit is set appropriately Dave Page (Fri 15 15:01)
- stackbuilder - wizard: It's kinda useful if we actually install the Dave Page (Fri 15 11:00)
- pgsql: Make the temporary directory for pgstat files configurable by the Magnus Hagander (Fri 15 08:37)
- npgsql - Npgsql2: [#1010457] Avoid throwing exception when parsing an User Fxjr (Thu 14 21:04)
- pgsql: Fix pull_up_simple_union_all to copy all rtable entries from Heikki Linnakangas (Thu 14 20:31)
- pgsql: Implement SEMI and ANTI joins in the planner and executor. Tom Lane (Thu 14 18:48)
- stackbuilder - wizard: Use popen to execute installers on *nix, to avoid Dave Page (Thu 14 16:04)
- stackbuilder - wizard: Ensure the md5 code works on 64bit platforms, and Dave Page (Thu 14 15:54)
- pgsql: pg_buffercache needs to be taught about relation forks, as Greg Heikki Linnakangas (Thu 14 12:56)
- stackbuilder - wizard: Count download stats using the existing Dave Page (Thu 14 10:36)
- stackbuilder - wizard: Tell open to wait for pkg installations to Dave Page (Thu 14 09:42)
- pginstaller - pginst: Increase some char array sizes that are arguably Dave Page (Thu 14 07:45)
- pgsql: Add URL for: * Improve ability to modify views via ALTER TABLE Bruce Momjian (Thu 14 01:58)
- pgscript - pgScript: Output protected by a semaphore User Pgunittest (Wed 13 23:04)
- pgscript - pgScript: Library usage procedure User Pgunittest (Wed 13 21:49)
- pgscript - pgScript: Back to detached threads User Pgunittest (Wed 13 21:47)
- npgsql - Npgsql2: Added missing support to not add casts to parameters User Fxjr (Wed 13 18:52)
- pgscript - pgScript: Changed stderr to stdout (bug) User Pgunittest (Wed 13 18:29)
- pgscript - pgScript: pgsThread became joinable + simplified input + User Pgunittest (Wed 13 17:39)
- stackbuilder - wizard: Initial support for running Mac appbundles and Dave Page (Wed 13 16:38)
- pginstaller - web: Update instructions for silent installs to reflect User Mha (Wed 13 14:22)
- pgscript - pgScript: Output on stderr User Pgunittest (Wed 13 13:26)
- pgscript - pgScript: Beautified output and reviewed Yield and Sleep User Pgunittest (Wed 13 13:24)
- pgscript - pgScript: Version in configure.ac to 1.0-beta-3 User Pgunittest (Wed 13 13:16)
- stackbuilder - wizard: Store proxy settings on *nix Dave Page (Wed 13 11:44)
- stackbuilder - wizard: Cleanup allocated memory properly User Dpage (Wed 13 11:10)
- stackbuilder - wizard: Store the download path for reuse on *nix User Dpage (Wed 13 11:10)
- stackbuilder - wizard: Fix minor layout issue User Dpage (Wed 13 10:57)
Mail converted by MHonArc