Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-02 Thread Index (2/3)
Last updated: Wed Jan 18 01:51:34 2012
521 messages
- pgsql: Update "Conflicting lock modes" to show as conflict, add Bruce Momjian (Sun 18 01:21)
- pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy Tom Lane (Sat 17 19:33)
- pgsql: Remove rint() for to_char MS and US output. Bruce Momjian (Sat 17 03:11)
- pgsql: Add: > * Allow holdable cursors in SPI Bruce Momjian (Sat 17 02:01)
- pgsql: Cleanup of to_char() patch. Bruce Momjian (Sat 17 01:51)
- pgsql: Add: > > o Allow row and record variables to be set to NULL Bruce Momjian (Sat 17 01:35)
- pgsql: Remove installation mention that integer timestamps is less Bruce Momjian (Sat 17 01:26)
- pgsql: Create AVG() aggregates for int8 and NUMERIC which do not compute Bruce Momjian (Sat 17 00:56)
- pgsql: Teach find_nonnullable_rels to handle OR cases: if every arm of Tom Lane (Fri 16 23:32)
- pgsql: Add: > o Consider reducing on-disk varlena length from four to Bruce Momjian (Fri 16 22:20)
- pgsql: Fix new RI operator selection code to do the right thing when Tom Lane (Fri 16 22:04)
- pgsql: Reduce the amount of memory "clobbered" for every process title Bruce Momjian (Fri 16 21:34)
- pgsql: Adjust the definition of is_pushed_down so that it's always true Tom Lane (Fri 16 20:57)
- pgsql: Better fix for determining minimum and maximum int64 values that Peter Eisentraut (Fri 16 18:37)
- pgsql: Install a more correct fix in the timestamp and timestamptz Alvaro Herrera (Fri 16 17:49)
- pgsql: Code review for SSLKEY patch. Tom Lane (Fri 16 17:07)
- pgsql: Fix markup, spelling, grammar, and explanations for SSLKEY patch. Tom Lane (Fri 16 16:38)
- pgsql: Fix the timestamptz test problem, by moving the tests that use Alvaro Herrera (Fri 16 15:42)
- pgsql: Fix // comment Peter Eisentraut (Fri 16 10:55)
- pgsql: Add stdint.h include Peter Eisentraut (Fri 16 10:42)
- pgsql: Functions for mapping table data and table schemas to XML (a.k.a. Peter Eisentraut (Fri 16 07:46)
- pgsql: Remove extra character erroneously added. Bruce Momjian (Fri 16 03:56)
- pgsql: Remove tabs from SGML files to help tag alingment and improve Bruce Momjian (Fri 16 03:50)
- pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual Tom Lane (Fri 16 03:49)
- pgsql: Add two new format fields for use with to_char(), to_date() and Bruce Momjian (Fri 16 03:39)
- pgsql: SSL improvements: o read global SSL configuration file o add Bruce Momjian (Fri 16 02:59)
- pgsql: Remove useless database name from bootstrap argument processing Alvaro Herrera (Fri 16 02:10)
- pgsql: Restructure code that is responsible for ensuring that clauseless Tom Lane (Fri 16 00:14)
- pgsql: Restructure autovacuum in two processes: a dummy process, which Alvaro Herrera (Thu 15 23:23)
- plpsm - plpgpsm: contrib package completation User Okbob (Thu 15 20:49)
- plpsm - plpgpsm: contrib cfg game User Okbob (Thu 15 20:26)
- plpsm - plpgpsm: magic.c isn't necessery User Okbob (Thu 15 19:46)
- plpsm - plpgpsm: move to contrib format User Okbob (Thu 15 19:39)
- plpsm - plpgpsm: resignal statement support User Okbob (Thu 15 17:32)
- plpsm - plpgpsm: allow older syntax for enhanced diagnostic statement User Okbob (Thu 15 14:48)
- plpsm - plpgpsm: allows stacked diagnostics entry for exceptions get User Okbob (Thu 15 14:19)
- pgsql: Add ORDER BY to a query on information_schema.views, to avoid Tom Lane (Thu 15 05:09)
- pgsql: Repair oversight in 8.2 change that improved the handling of Tom Lane (Thu 15 03:07)
- pgsql: Make it possible to build with integer datetimes in msvc, and Magnus Hagander (Wed 14 21:02)
- pgsql: Add: > > o Use LC_TIME for localized weekday/month names, Bruce Momjian (Wed 14 21:00)
- pgsql: Add some discussion of sort ordering to indices.sgml, which Tom Lane (Wed 14 20:47)
- pg-migrator - src: FB#6236 - correcting operation sequencing and a User Korryd (Wed 14 20:10)
- pgsql: Fix typo Peter Eisentraut (Wed 14 18:46)
- pgsql: Fix to_date()/to_timestamp() 'D' field for day of week, was off Bruce Momjian (Wed 14 05:10)
- pgsql: Move fsync method macro defines into /include/access/xlogdefs.h Bruce Momjian (Wed 14 05:05)
- pgsql: Minor editorialization on operator-family documentation: put some Tom Lane (Wed 14 04:30)
- pgsql: Add: > * Clean up casting in /contrib/isn > > Bruce Momjian (Wed 14 04:24)
- pgsql: Add: > * Improve logging of prepared statements recovered during Bruce Momjian (Wed 14 04:19)
- pgsql: Fix capitalization and punctuation of two more GUC description Neil Conway (Wed 14 03:08)
- pgsql: Add URL for: * Allow SQL-language functions to return results Bruce Momjian (Wed 14 02:49)
- pgsql: Fix up foreign-key mechanism so that there is a sound semantic Tom Lane (Wed 14 01:59)
- pgsql: Add URL for: > > Bruce Momjian (Wed 14 00:47)
- plpsm - plpgpsm: holdable cursor support User Okbob (Tue 13 20:56)
- pgsql: Add: > * Improve failure message when DROP DATABASE is used on a Bruce Momjian (Tue 13 19:57)
- pgsql: Disallow committing a prepared transaction unless we are in the Tom Lane (Tue 13 19:39)
- pgsql: Improve postmaster's behavior if an accept() call fails. Tom Lane (Tue 13 19:19)
- pgsql: Add URL for: * Update Bonjour to work with newer cross-platform Bruce Momjian (Tue 13 18:08)
- pgsql: Add code so database scans are done in an order consistent with Bruce Momjian (Tue 13 18:06)
- pgsql: Update /contrib/fuzzystrmatch error message to mention bytes, not Bruce Momjian (Tue 13 18:00)
- pgsql: Add ORDER BY to vacummdb so databases are scaned in the same Bruce Momjian (Tue 13 17:39)
- pgsql: Add: > * Update our code to handle 64-bit timezone files to Bruce Momjian (Tue 13 17:06)
- pgsql: Un-break build on ANSI compilers (like msvc) by moving Assert to Magnus Hagander (Tue 13 15:56)
- pgsql: Add script to run regression tests under vc++ without mingw. Magnus Hagander (Tue 13 15:36)
- pgsql: One more fix for makefile := to : change. Magnus Hagander (Tue 13 15:34)
- pgsql: Properly parse Makefile after change from := to =. Magnus Hagander (Tue 13 15:02)
- pgsql: Repair bug in 8.2's new logic for planning outer joins: we have Tom Lane (Tue 13 02:31)
- pgsql: Add comment to explain why O_EXCL and O_TRUNC can be ignored in Bruce Momjian (Tue 13 02:06)
- pgsql: Add comment that to_char() for broken glibc pt_BR might cause a Bruce Momjian (Tue 13 02:00)
- pgsql: Avoid infinite recursion when dumping new planner Tom Lane (Mon 12 17:19)
- pgsql: Fix backend crash in parsing incorrect tsquery. Teodor Sigaev (Mon 12 14:14)
- plpsm - plpgpsm: dynamic cursor support User Okbob (Mon 12 11:43)
- plpsm - plpgpsm: small pl_func fix (porint onfo about tbl expr) User Okbob (Mon 12 10:11)
- plpsm - plpgpsm: rollback removing ifndef for pre phantom version and User Okbob (Mon 12 10:03)
- pgsql: Add support for optionally escaping periods when converting SQL Peter Eisentraut (Sun 11 22:18)
- pg-migrator - src: Fixing a few usability issues, refactoring some User Korryd (Sun 11 20:01)
- pgsql: Fix another erroneous =-for-:= substitution. Tom Lane (Sun 11 19:31)
- pgsql: Fixed multibyte handling as reported by Michael Meskes (Sun 11 15:18)
- pgcluster - 1.7: Imported Sources User Devrim (Sun 11 13:29)
- pgcluster - 1.5: Imported Sources User Devrim (Sun 11 13:23)
- pgsql: Fix for early log messages during postmaster startup getting lost Magnus Hagander (Sun 11 11:59)
- pgsql: Improve documentation for CREATE CONSTRAINT TRIGGER. Tom Lane (Sat 10 20:44)
- plpsm - plpgpsm: There's no need for the ifdefs. User Okbob (Sat 10 20:43)
- pgsql: Fix pg_standby to build on msvc. User Mha (Sat 10 19:52)
- pgsql: Add proper mapping of boolean type data to XML Schema. Peter Eisentraut (Sat 10 18:47)
- pgsql: StrNCpy -> strlcpy (not complete) Peter Eisentraut (Sat 10 14:58)
- pgsql: Put back some not-so-unnecessary-as-all-that := usages. Tom Lane (Sat 10 04:26)
- pgsql: Hm, seems my hack on rowtypes regression test has made its output Tom Lane (Sat 10 04:18)
- pgsql: Unbreak the SGML doc build: ":=" is needed to assign to variables Neil Conway (Fri 09 20:40)
- pgsql: Minor tweak to make rowtypes regression test run faster. Tom Lane (Fri 09 20:18)
- pgsql: Remove useless CPPFLAGS. Peter Eisentraut (Fri 09 17:24)
- pgsql: Add $PostgreSQL$ marker to contrib makefiles. Peter Eisentraut (Fri 09 17:14)
- pgsql: Call pgstat_drop_database during DROP DATABASE, so that any stats Tom Lane (Fri 09 16:12)
- pgsql: Replace useless uses of := by = in makefiles. Peter Eisentraut (Fri 09 15:56)
- plpsm - plpgpsm: recompile option supported It allows recompile every User Okbob (Fri 09 11:29)
- plpsm - plpgpsm: prepare for phantom cid User Okbob (Fri 09 11:29)
- pgsql: Remove blank lines in code. Bruce Momjian (Fri 09 04:18)
- pgsql: Update FAQ for new 24-byte header, down from 28. Bruce Momjian (Fri 09 03:43)
- pgsql: Add blank line. Bruce Momjian (Fri 09 03:40)
- pgsql: Add URL for: < > Bruce Momjian (Fri 09 03:39)
- pgsql: Done! < * Merge xmin/xmax/cmin/cmax back into three header Bruce Momjian (Fri 09 03:37)
- pgsql: Combine cmin and cmax fields of HeapTupleHeaders into a single Tom Lane (Fri 09 03:35)
- pgsql: Remove blank line from C code. Bruce Momjian (Fri 09 03:15)
- pgsql: Update: < * Consider placing all sequences in a single table > * Bruce Momjian (Fri 09 01:29)
- pgsql: Update: < * Consider placing all sequences in a single table, Bruce Momjian (Fri 09 00:34)
- pgsql: Add: > * Consider placing all sequences in a single table, now Bruce Momjian (Fri 09 00:32)
- pgsql: Add URL for: * Add support for SQL-standard GENERATED/IDENTITY Bruce Momjian (Thu 08 21:51)
- pgsql: Add missing #define for mingw, per Magnus. Tom Lane (Thu 08 19:48)
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (Thu 08 18:37)
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (Thu 08 18:37)
- pgsql: Fix bug when localized to_char() day or month names were Bruce Momjian (Thu 08 18:19)
- plpsm - plpgpsm: SQL2003 syntax for using table expression in RETURN User Okbob (Thu 08 17:26)
- pgsql: This patch fixes shared_preload_libraries on Windows hosts. Bruce Momjian (Thu 08 15:46)
- pgsql: Add lock matrix to documentation. Bruce Momjian (Thu 08 15:32)
- pgsql: Win32 regression test fixes: For win32 in general, this makes it Bruce Momjian (Thu 08 15:29)
- pgsql: Add /contrib/pg_standby: pg_standby is a production-ready Bruce Momjian (Thu 08 15:09)
- pgsql: New Directory Bruce Momjian (Thu 08 15:07)
- pgsql: Fix reference-after-free in the new btree page split code, as Alvaro Herrera (Thu 08 13:53)
- pgsql: Normalize fgets() calls to use sizeof() for calculating the Peter Eisentraut (Thu 08 11:11)
- pgsql: Reduce WAL activity for page splits: > Currently, an index split Bruce Momjian (Thu 08 05:27)
- pgsql: Check if the role exists before doing more complex ident and Bruce Momjian (Thu 08 04:52)
- pgsql: Update URL for "Generalized Partial Indexes" paper to point to a Bruce Momjian (Thu 08 04:31)
- pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if Bruce Momjian (Thu 08 03:56)
- pgsql: Fix bug in our code when using to_timestamp() or to_date() Bruce Momjian (Thu 08 03:22)
- pgsql: Add a function pg_stat_clear_snapshot() that discards any Tom Lane (Wed 07 23:11)
- pgsql: Modify the stats regression test to delay until the stats file Tom Lane (Wed 07 18:35)
- pgsql: Remove the xlog-centric "database system is ready" message and Tom Lane (Wed 07 16:44)
- Help Needed Muruganantham M (Wed 07 14:14)
- pginstaller - pginst: Update for PostGIS JDBC 1.7 User Dpage (Wed 07 14:01)
- pgsql: The VC++ build needs to compile the new strlcat.c file. Alvaro Herrera (Wed 07 13:37)
- pginstaller - pginst: Prep for 8.2.3 User Dpage (Wed 07 10:57)
Mail converted by MHonArc