Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-09 Thread Index (1/3)
Last updated: Fri Mar 28 04:20:13 2008
476 messages
- pgsql: Have pgcvslog mark back-branch commits with "<back-patch>". Bruce Momjian
- pgsql: Add an extra header byte to TOAST-pointer datums to represent Tom Lane
- pgsql: In hopes of un-breaking the buildfarm, add missing file from Tom Lane
- pgsql: Adjust recovery PS display as agreed with Simon: 'waiting for Tom Lane
- pgsql: Properly mark mergeable/hashable equality operators (found by Tom Lane
- pgsql: Applied another patch by ITAGAKI Takahiro Michael Meskes
- pgsql: Remove bogus commutator marking --- the module doesn't actually Tom Lane
- pgsql: Support functions for index opclasses should be immutable. Tom Lane
- pgsql: Make recovery show the current input WAL segment name in the Tom Lane
- pgsql: Disallow CLUSTER using an invalid index (that is, one left over Tom Lane
- pgsql: Improve consistency of the error messages generated when you try Tom Lane
- pllolcode - pllolcode: Add TODO list, with one entry RE: TOAST'd types. User Eggyknap
- pgsnmpd - pgsnmpd: Add TODO item for reporting on standby servers, per User Eggyknap
- pgsql: In the release checklist, mention packagers will see the minor Bruce Momjian
- pgsql: Add chklocale.c to pgport files for msvc builds, per buildfarm Magnus Hagander
- pgsql: Defend against openssl libraries that fail on keys longer than Tom Lane
- pgsql: Make archive recovery always start a new timeline, rather than Tom Lane
- pgsql: Make use of additional chklocale.c entries to reject locales that Tom Lane
- pgsql: Teach chklocale.c about a few names for frontend-only encodings, Tom Lane
- pgsql: On OS X, assume that an empty-string result for Tom Lane
- pgsql: Update TCL comment: * We can only fix this with Tcl >= 8.4, Bruce Momjian
- pgsql: Change initdb and CREATE DATABASE to actively reject attempts to Tom Lane
- pgsql: Remove: < * SQL*Net listener that makes PostgreSQL appear as an Bruce Momjian
- stackbuilder - installers: Add some missing dependencies, required User Dpage
- pgsql: Tweak initdb's text search configuration selection code so it can Tom Lane
- pginstaller - pginst: Update for changes to GUCs in 8.3. User Dpage
- npgsql - Npgsql2: NpgsqlDataReader.cs, NpgsqlDbType.cs, User Fxjr
- pgsql: exclude contrib/tsearch2 from regression tests. Andrew Dunstan
- pgsql: Turn build and vcregress .bat files into pure one line wrappers Andrew Dunstan
- pgsql: Fix typos in two comments. Tom Lane
- pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32 Tom Lane
- pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to Tom Lane
- pgsql: Add virtual transaction IDs to CSVLOG output, so that messages Tom Lane
- pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was Tom Lane
- pllolcode - pllolcode: Begin messing with actually creating a parse tree User Eggyknap
- pllolcode - pllolcode: Remove tmp/ -- it's now a separate module called User Eggyknap
- pllolcode - parser: Imported Sources User Eggyknap
- pllolcode - pllolcode: Make test scripts slightly more portable User Eggyknap
- pgsql: Lowercase all mentions of "PostgreSQL" in URLs, per Magnus. Bruce Momjian
- pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the User Eggyknap
- pgsql: Some small tuptoaster improvements from Greg Stark. Tom Lane
- pgsql: Minor improvements in backup and recovery: - create a separate Tom Lane
- pgsql: Rename "PostgreSQL" to "Postgres" in 3 places. Bruce Momjian
- pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ. Bruce Momjian
- pgsql: Adjust the new memory limit in the lazy vacuum code to use Alvaro Herrera
- pgsql: Create a function variable "join_search_hook" to let plugins Tom Lane
- pgsql: Properly pass -c parameter to ecpg when building regression Magnus Hagander
- pgsql: Applied patch by ITAGAKI Takahiro Michael Meskes
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() Teodor Sigaev
- pgsql: Add: > * Implement Boyer-Moore searching in strpos() > > Bruce Momjian
- pgsql: Document that libpq's PQntuples() might overflow. Bruce Momjian
- pgsql: In the integer-datetimes case, date2timestamp and Tom Lane
- pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS Tom Lane
- pgsql: Change on-disk representation of NUMERIC datatype so that the Tom Lane
- pgsql: Dept. Tom Lane
- pgsql: Just-in-time background writing strategy. Tom Lane
- pgsql: Small string tweaks Peter Eisentraut
- stackbuilder - installers: Update for Slony 1.2.11 User Dpage
- stackbuilder - setupkit: Dept. User Dpage
- stackbuilder - wizard: Dept. User Dpage
- pgcheck - pokus: Identification of faulty blocks in indexes added. User Machr2
- pgsql: Use proper search for contrib makefiles in vcregress.pl Andrew Dunstan
- pgsql: fix typo in vcregress.pl Andrew Dunstan
- pgsql: Add comments re text <-> bytea internal equivalence in convert Andrew Dunstan
- stackbuilder - setupkit: Don't include the package version number in the User Dpage
- stackbuilder - wizard: When a file to be downloaded already exists but User Dpage
- pgsql: Use correct PG_GETARG macro in pg_convert Andrew Dunstan
- pgsql: Avoid having autovacuum read pgstats data too many times in quick Alvaro Herrera
- pgsql: Reduce the size of memory allocations by lazy vacuum when Alvaro Herrera
- pgsql: Simplify and rename some GUC variables, per various recent Tom Lane
- pgsql: Remove "convert 'blah' using conversion_name" facility, because Andrew Dunstan
- pgsql: Replace linear searches with binary searches in pg_dump's code to Tom Lane
- pgsql: Add perl replacements for build.bat and vcregress.bat. Andrew Dunstan
- pgsql: Fix bugs in XML binary I/O functions. Tom Lane
- pgsql: Restrict overly broad searches, and fix typo, in recent fix. Andrew Dunstan
- pgsql: Make autovacuum report the start time of its current activity in Tom Lane
- pgsql: TransactionIdIsInProgress can skip scanning the ProcArray if the Tom Lane
- pgsql: Typo fix from Brendan Jurd. Bruce Momjian
- pgsql: Temporarily modify tsearch regression tests to suppress notice Tom Lane
- pgsql: Fix cost estimates for EXISTS subqueries that are evaluated as Tom Lane
- pgsql: Replace calls to external dir program with perlish globs and Andrew Dunstan
- pgsql: Document the translations from Postgres message severity levels Tom Lane
- pgsql: Fix erroneous Assert() in syslogger process start in EXEC_BACKEND Tom Lane
- pgsql: Fix bogus calculation of potential output string length in Tom Lane
- pgsql: Parenthesize macro arguments safely. Tom Lane
- pgsql: Although I'd misdiagnosed the reason for the recent failures on Tom Lane
- pgsql: Doh --- what's really happening on buildfarm member grebe is that Tom Lane
- pgsql: Go back to using a separate method for doing ILIKE for single Andrew Dunstan
- pgsql: Fix varlena.c routines to allow 1-byte-header text values. Tom Lane
- pgsql: Fix regex, LIKE, and some other second-rank text-manipulation Tom Lane
- pgsql: Improve handling of prune/no-prune decisions by storing a page's Tom Lane
- pgsql: Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, Tom Lane
- pgsql: Make some simple performance improvements in Tom Lane
- pgsql: Fix comments that misspelled TransactionIdIsInProgress, per Tom Lane
- jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3 User Davecramer
- jdbccache - jdbccache: extend JDBC23 instead of JDBC4 DataSource User Davecramer
- pgsql: Removed superfluous ECPGfree() call. Michael Meskes
- bizgres - bizgres: MPP-1829. User Agoldshuv
- psqlodbc - psqlodbc: Prep Version 08.02.0500 The document addition which User H-saito
- pgsql: If we're gonna provide an --enable-profiling configure option, Tom Lane
- npgsql - Npgsql2: Fixed SSL authentication by setting an static field User Fxjr
- pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier Tom Lane
- jdbccache - jdbccache: added check for pool size -1 User Davecramer
- pgsql: Solaris portability fix that was previously made in Tom Lane
- pgsql: Revert ill-fated patch to release exclusive lock early after Tom Lane
- pgsql: Done: > * -Consider shrinking expired tuples to just their Bruce Momjian
- pgsql: Cleanup items from csvlog changes, per ITAGAKI Takahiro. Andrew Dunstan
- pgsql: Fix msvc warnings, patch by Hannes Eder <Hannes(at)HannesEder(dot)net> Teodor Sigaev
- pgsql: HOT updates. Tom Lane
- npgsql - Npgsql2: Fix for bug: [#1007697] Parameter name is not User Fxjr
- npgsql - Npgsql2: Improved connection string parsing. User Fxjr
- pgsql: Prevent corr() from returning the wrong results for negative Neil Conway
- jdbccache - jdbccache: added wrapper resultset User Kocka
- pgsql: Remove tabs from SGML file. Bruce Momjian
- pllolcode - tmp: Missing file User Eggyknap
- snapshot - src: Fix for [#1008312] Disable internal NOTICE messages in User Cunha17
- jdbccache - jdbccache: LinkedList handling fix User Kocka
- pgsql: Close previously open holes for invalidly encoded data to enter Andrew Dunstan
- snapshot - src: Support for ODBC and some identation. User Cunha17
- snapshot - root: Sample file with Pg::Snapshots usage examples. User Cunha17
- pgsql: Avoid possibly-unportable initializer, per buildfarm warning per Teodor Sigaev
- snapshot - src: Fixing FastRefresh for oracle. User Cunha17
- snapshot - src: Since oracle does return '0' for rowcount, even when User Cunha17
- pgsql: Doc reminder that integer pg version also needs updating. Bruce Momjian
- pgsql: Remove extra tab in postgresql.conf Bruce Momjian
- plpsm - plpgpsm: resync with last plpgsql updates correct format for User Okbob
- snapshot - src: Missing newline. User Cunha17
- snapshot - src: Fixing ODBC function names. User Cunha17
- Re: pgsql: Fix a portability bug (ye olde not casting a <ctype.h> argument Gregory Stark
- snapshot - src: Initial release of the support on Sybase, ODBC and User Cunha17
- snapshot - src: If the statement fail, assume that the snapshot log does User Cunha17
- snapshot - src: -Workaround for databases that return "non-wanted" User Cunha17
- snapshot - drivers: Fix oracle function creation order. User Cunha17
- snapshot - src: Fixed [#1008928] Perl error when creating snapshots. User Cunha17
- snapshot - src: Fixed [#1008927] SQL syntax error when creating remote User Cunha17
Mail converted by MHonArc