Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-03 Thread Index (3/4)
Last updated: Wed Jan 18 01:50:51 2012
567 messages
- pgsql: Add: * Test to see if calling PreallocXlogFiles() from the Bruce Momjian (Tue 11 21:06)
- pgsql: < * Consider adding buffers the BGW finds reusable to the free Bruce Momjian (Tue 11 20:46)
- pgsql: Add URL for: * Reduce storage space for small NUMERICs > Bruce Momjian (Tue 11 20:28)
- pgsql: Add: > > * Change memory allocation for multi-byte functions so Bruce Momjian (Tue 11 20:22)
- pgsql: Make TransactionIdIsInProgress check transam.c's single-item XID Tom Lane (Tue 11 20:21)
- pgsql: Add: > o Consider normalizing fractions in postgresql.conf, Bruce Momjian (Tue 11 20:17)
- pgsql: Add: > > * Prefix command-line utilities like createuser with Bruce Momjian (Tue 11 20:07)
- pgsql: Add: > * Consider sorting writes during checkpoint > > Bruce Momjian (Tue 11 20:06)
- pgsql: Add another URL for: * Consider increasing the number of default Bruce Momjian (Tue 11 19:35)
- pgsql: Add URL for: * Consider increasing the number of default Bruce Momjian (Tue 11 19:32)
- pgsql: Add: > > * Consider increasing the number of default statistics Bruce Momjian (Tue 11 18:31)
- pgsql: Add: > > * Consider using a hash for joining to a large IN Bruce Momjian (Tue 11 18:15)
- pgsql: Add for VACUUM: > > * Consider a more compact data Bruce Momjian (Tue 11 18:06)
- pgsql: Add URL for: * Fix problem when multiple subtransactions of the Bruce Momjian (Tue 11 18:01)
- pgsql: Add: > > * Add temporal versions of generate_series() > > Bruce Momjian (Tue 11 17:44)
- prefix - prefix: First steps at implementing a prefix_range datatype User Dim (Tue 11 17:26)
- npgsql - Npgsql2: Silly typo! User Talliesin (Tue 11 17:23)
- pgsql: Add for pl/pgsql: o Review handling of MOVE and FETCH Bruce Momjian (Tue 11 17:23)
- pgsql: Add: > o Prevent pg_dump/pg_restore from being affected by > Bruce Momjian (Tue 11 17:02)
- pgsql: Add to documentation: + Setting Bruce Momjian (Tue 11 16:59)
- npgsql - Npgsql2: Redo merge. User Talliesin (Tue 11 16:59)
- pgsql: Add: > * Allow statistics last vacuum/analyze execution times to Bruce Momjian (Tue 11 15:52)
- pgsql: Back out doc addition that statement_timeout affects autovacuum. Bruce Momjian (Tue 11 15:50)
- pgsql: Remove item, per Alvaro: < < o Set up autovacuum to ignore Bruce Momjian (Tue 11 15:49)
- pgsql: Add: > > * Consider adding buffers the BGW finds reusable to Bruce Momjian (Tue 11 15:45)
- pgsql: Document that statement_timeout is not recommended in Bruce Momjian (Tue 11 15:39)
- pgsql: Add: > > o Set up autovacuum to ignore statement_timeout set Bruce Momjian (Tue 11 15:39)
- pgsql: Add URL for: * Optimize referential integrity checks > Bruce Momjian (Tue 11 14:57)
- pgsql: Add URL for: * Allow administrators to safely terminate Bruce Momjian (Tue 11 14:26)
- npgsql - Npgsql2: Merge in RELEASE_2_0_ALPHA3 User Talliesin (Tue 11 10:47)
- npgsql - Npgsql2: Check for NpgsqlInterval value in caching reader's User Talliesin (Tue 11 09:53)
- npgsql - Npgsql2: Added support for dml User Jbcooley (Tue 11 01:11)
- npgsql - Npgsql2: Allow for caching of entire datareader for backwards User Talliesin (Tue 11 00:48)
- pgsql: Use -fwrapv in CFLAGS if we are using a version of gcc that Tom Lane (Mon 10 21:50)
- pgloader - pgloader: Typos (proof-read by Simon Riggs, I configured User Dim (Mon 10 20:18)
- pgsql: Provide a build-time option to store large relations as single Tom Lane (Mon 10 20:06)
- pgloader - pgloader: Avoid including CVSROOT into releases User Dim (Mon 10 15:30)
- pgloader - CVSROOT: update published TODO before release User Dim (Mon 10 15:11)
- pgloader - pgloader: update options.py to VERSION 2.3.0 User Dim (Mon 10 14:51)
- pgloader - CVSROOT: cvsignore debian/pgloader debian/pgloader.substvars User Dim (Mon 10 14:49)
- pgloader - pgloader: fix the bugfix for cases when field_count is not User Dim (Mon 10 14:44)
- pgloader - pgloader: FIX the cluttered example (see BUGS.txt), prepare User Dim (Mon 10 14:39)
- pgsql: Add: > > * Consider increasing the minimum allowed number of Bruce Momjian (Mon 10 14:16)
- pgsql: Bump catversion from guc enum patch, which I forgot. Magnus Hagander (Mon 10 13:53)
- pgloader - pgloader: cvsignore setting showed forgotten file to add User Dim (Mon 10 13:33)
- pgloader - CVSROOT: tell CVS to ignore pgloader.1 manpage too User Dim (Mon 10 13:31)
- pgloader - CVSROOT: tell CVS to ignore built file User Dim (Mon 10 13:30)
- pgsql: Fix unportable coding of new error message, per Kris Jurka. Tom Lane (Mon 10 12:57)
- pgsql: Implement enum type for guc parameters, and convert a couple of Magnus Hagander (Mon 10 12:55)
- pgsql: Document and enforce that the usable range of setseed() arguments Tom Lane (Mon 10 12:39)
- npgsql - Npgsql2: Fix reported bug #1010310 User Talliesin (Mon 10 11:33)
- npgsql - Npgsql2: In new branch: Change behaviour of datareader to be User Talliesin (Mon 10 10:59)
- pgsql: Throw an error for negative LIMIT or OFFSET values, instead of Tom Lane (Mon 10 03:38)
- pgsql: Increase the default value of log_min_messages to WARNING, so Tom Lane (Mon 10 03:22)
- pgsql: Add a CaseSensitive parameter to synonym dictionaries. Tom Lane (Mon 10 03:01)
- pgsql: Remove no-longer-used XLogCacheByte field of XLogCtl. Tom Lane (Mon 10 02:13)
- pgsql: Reduce memory consumption during VACUUM of large relations, by Tom Lane (Mon 10 02:04)
- pgsql: Fix pgbench's getrand() function so that min and max have Tom Lane (Mon 10 01:23)
- npgsql - Npgsql2: Added support to property ProcessID in User Fxjr (Sun 09 22:51)
- pgfouine - pgfouine: global copyright update User Gsmet (Sun 09 14:49)
- pgfouine - pgfouine: Made date parsing more permissive User Gsmet (Sun 09 14:26)
- pgsql: Revert changes of CompareTSQ: it affects existing btree indexes. Teodor Sigaev (Sun 09 10:42)
- pgsql: Remove postmaster.c's check that NBuffers is at least twice Tom Lane (Sun 09 04:56)
- pgsql: Change patternsel() so that instead of switching from a pure Tom Lane (Sun 09 00:32)
- pgsql: Modify prefix_selectivity() so that it will never estimate the Tom Lane (Sat 08 22:41)
- pgsql: Refactor heap_page_prune so that instead of changing item states Tom Lane (Sat 08 21:58)
- pgsql: Add: > > * Consider a function-based API for '@@' full text Bruce Momjian (Sat 08 17:57)
- pgsql: Improve efficiency of attribute scanning in Andrew Dunstan (Sat 08 01:16)
- pgsql: Improve pglz_decompress() so that it cannot clobber memory beyond Tom Lane (Sat 08 01:09)
- pgsql: This patch addresses some issues in TOAST compression strategy Tom Lane (Fri 07 23:20)
- pgsql: Add: > > * Add a function like pg_get_indexdef() that report Bruce Momjian (Fri 07 20:39)
- pgsql: Add: > > > o Prevent autovacuum from running if an old Bruce Momjian (Fri 07 20:22)
- pgsql: Added to TODO: > > * Allow text search dictionary to filter out Bruce Momjian (Fri 07 20:06)
- pgsql: Add to TODO: > > * Consider allowing higher priority queries to Bruce Momjian (Fri 07 20:01)
- pgsql: Add: > > * Improve referential integrity checks > > Bruce Momjian (Fri 07 19:19)
- pgsql: Add item: > o Store per-table autovacuum settings in Bruce Momjian (Fri 07 19:03)
- pgsql: Add URL for: * Allow multiple identical NOTIFY events to always Bruce Momjian (Fri 07 18:53)
- pgsql: Add: > o Add SQLSTATE severity to PGconn return status > > Bruce Momjian (Fri 07 17:54)
- pgsql: Change hashscan.c to keep its list of active hash index scans in Tom Lane (Fri 07 15:59)
- pgsql: Add: > o Have \l+ show database size, if permissions allow > > Bruce Momjian (Fri 07 15:56)
- pgsql: Add: > > * Add comments on system tables/columns using the Bruce Momjian (Fri 07 14:57)
- pgsql: Fix memory arrangement of tsquery after removing stop words. Teodor Sigaev (Fri 07 14:30)
- pgsql: Clearify PITR doc wording. Bruce Momjian (Fri 07 01:46)
- pgsql: Update wording: < o Require all check constraints to be Bruce Momjian (Fri 07 01:08)
- pgsql: Add: > > o Require all check constraints to be inherited > > Bruce Momjian (Fri 07 01:08)
- pgsql: Add: > o Have \d show foreign keys that reference a table's Bruce Momjian (Fri 07 00:10)
- pgsql: Add URL for: * Consider compressing indexes by storing key Bruce Momjian (Thu 06 22:17)
- pgsql: Add URLs for: * Consider compressing indexes by storing key Bruce Momjian (Thu 06 22:09)
- pgsql: Document that enabling asserts can _significantly_ slow down the Bruce Momjian (Thu 06 21:37)
- pgsql: Add: > > * Allow client certificate names to be checked against Bruce Momjian (Thu 06 21:26)
- pgsql: Document use of pg_locks.objid for advisory locks, suggestion Bruce Momjian (Thu 06 18:49)
- pgsql: Add: > > * Reduce memory usage of aggregates in set returning Bruce Momjian (Thu 06 18:01)
- pgsql: Add: > > o Prevent escape string warnings when object names Bruce Momjian (Thu 06 17:28)
- pgsql: Add: > * Prevent malicious functions from being executed with Bruce Momjian (Thu 06 17:19)
- pgsql: Improve "bgwriter_lru_multiplier" GUC description. Bruce Momjian (Thu 06 16:31)
- pgsql: Move client encoding libpq function docs into libpq doc section, Bruce Momjian (Thu 06 15:38)
- npgsql - Npgsql2: More select statement support plus simple dml support User Jbcooley (Thu 06 04:48)
- npgsql - Npgsql2: Fix Clone method so that type_info doesn't get User Jbcooley (Thu 06 04:47)
- pgsql: Wording fix: < o Have CONSTRAINT cname NOT NULL preserve the Bruce Momjian (Thu 06 03:22)
- pgsql: Add: > > o Have CONSTRAINT cname NOT NULL preserve the Bruce Momjian (Thu 06 03:18)
- pgsql: Break out referential integrity and server-side languages into Bruce Momjian (Thu 06 03:15)
- pgsql: Clean up double negative, per Tom Lane. Alvaro Herrera (Wed 05 21:14)
- pgrpm - pgrpm: - check rpmdsNew and rpmfiNew don't return NULL ptr User Nanardon (Wed 05 19:53)
- pgrpm - pgrpm: - set SCAREMEM to 1 to avoid crash in rpmlib User Nanardon (Wed 05 19:52)
- pgsql: Update libpqxx URL in top-level README, per Gurjeet Singh. Bruce Momjian (Wed 05 17:04)
- pgsql: In PrepareToInvalidateCacheTuple, don't force initialization of Tom Lane (Wed 05 17:01)
- pgsql: Document that increasing the number of checkpoints segments or Bruce Momjian (Wed 05 16:59)
- pgsql: Add URL for: * Add support for SQL-standard GENERATED/IDENTITY Bruce Momjian (Wed 05 16:07)
- pgsql: Add URL for: * Add SQL:2003 WITH RECURSIVE (hierarchical) Bruce Momjian (Wed 05 16:02)
- pgsql: Add: > > o Allow COPY FROM to create index entries in bulk > Bruce Momjian (Wed 05 15:56)
- pgsql: When text search string is too long, in error message report Bruce Momjian (Wed 05 15:50)
- pginstaller - pginst: Fix spelling error in comment. User Mha (Wed 05 10:02)
- pgbouncer - pgbouncer: admin.c: allow missing iobuf User Mkz (Wed 05 09:44)
- pgbouncer - pgbouncer: asynctest: print first startup errors User Mkz (Wed 05 09:07)
- pgsql: Include -lgss in libpq link, if available. Tom Lane (Wed 05 05:39)
- pgunittest - pgUnitTest_Rnd: User Pgunittest (Tue 04 23:23)
- pgbouncer - pgbouncer: Add instructions on how to build from CVS. User Mkz (Tue 04 20:49)
- pgbouncer - pgbouncer: sbuf.c: fix typo, lower priority User Mkz (Tue 04 20:31)
- pgsql: Fix PREPARE TRANSACTION to reject the case where the transaction Tom Lane (Tue 04 19:54)
- plpsm - plpgpsm: All composite types are nullable in SQL/PSM and default User Okbob (Tue 04 18:36)
- orafce - orafce: Fixed a bug in dbms_alert_defered_signal: if message User Hlinnaka (Tue 04 18:31)
- randdataset - randdataset: * fix: generate table name in any case User Heder (Tue 04 15:53)
- pgsql: Use windows DACL fix for pg_regress as well. Magnus Hagander (Tue 04 15:38)
- randdataset - randdataset: * chg: Include SEED as "sSEED" in the table User Heder (Tue 04 15:38)
- pgsql: Update pg_dump item: < produce a single dump output file. Bruce Momjian (Tue 04 14:38)
- pgbouncer - pgbouncer: document new -u/user= option User Mkz (Tue 04 13:38)
- plpsm - plpgpsm: fix wrong initialisation of compose types. User Okbob (Tue 04 13:18)
- pgbouncer - pgbouncer: move admin-setup after setuid, srandom() after User Mkz (Tue 04 12:47)
- pgbouncer - pgbouncer: Cmdline option and config param to support user User Mkz (Tue 04 12:43)
- pgbouncer - pgbouncer: admin.c: add file comment User Mkz (Tue 04 12:20)
- pgbouncer - pgbouncer: More descriptive usage screen. User Mkz (Tue 04 12:09)
- pgbouncer - pgbouncer: detect basename() function, include small compat User Mkz (Tue 04 11:56)
- plpsm - plpgpsm: merge last patches from plpgsql User Okbob (Tue 04 10:12)
- pgsql: Show example of ts_headline() using a configuration name. Bruce Momjian (Tue 04 03:17)
- pgsql: Remove: < < o To better utilize resources, restore data, Bruce Momjian (Tue 04 02:48)
- pgsql: Add URL for: o Allow pg_restore to utilize multiple CPUs Bruce Momjian (Tue 04 01:38)
- pgsql: Add ideas for concurrent pg_dump and pg_restore: < * pg_dump > * Bruce Momjian (Tue 04 01:33)
Mail converted by MHonArc