Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-04 Thread Index (1/3)
Last updated: Fri Mar 28 04:21:04 2008
384 messages
- python - rc: Set version to 0.1. James William Pye
- python - lo: Use distutils by default. James William Pye
- python - ex: Don't forget the README. James William Pye
- python - ex: Add README and some setuptools support. James William Pye
- python - ctl: Add README and some setuptools support. James William Pye
- python - typ: Add README and some setuptools support. James William Pye
- python - pq: Add README and some support for setuptools. James William Pye
- python - ip: Add GreenTrunk README. James William Pye
- python - ip: Add some support for setuptools. James William Pye
- python - fe: Add 'with' statement support to Transact. James William Pye
- python - fe: Add a README and some support for setuptools. James William Pye
- pgsql: Code review for GRANT CONNECT patch. Tom Lane
- pgsql: Improve the representation of FOR UPDATE/FOR SHARE so that we can Tom Lane
- pgsql: Done: > o -Allow per-database permissions to be set via GRANT Bruce Momjian
- pgsql: Add GRANT CONNECTION ON DATABASE, to be used in addition to Bruce Momjian
- pgsql: Add question mark: > * %Disallow changing default expression of Bruce Momjian
- pgsql: Revert patch pending more discussion: Disallow changing DEFAULT Bruce Momjian
- pgsql: Remove sema.c, superseded by win32_sema.c. Tom Lane
- pgsql: Rearrange some configure.in comments for better readability. Tom Lane
- pgsql: We only need to add thread.c on non-WIN32 platforms, since Tom Lane
- pgsql: Done: > * -Disallow changing default expression of a SERIAL Bruce Momjian
- pgsql: Disallow changing DEFAULT expression of a SERIAL column. Bruce Momjian
- python - lo: Use setuptools when available. James William Pye
- pgsql: Add Win32 semaphore implementation, rather than mimicking SysV Bruce Momjian
- pgsql: Solaris tas() uses 'int' now. Bruce Momjian
- pgsql: Intel compiler has a bug/misoptimization in checking for division Bruce Momjian
- pgsql: Fix s_lock_test to use tas.o file, if needed. Bruce Momjian
- pgsql: Remove the restriction originally coded into Tom Lane
- pgsql: Modify Solaris compiler build rules to use the cpp preprocessor, Bruce Momjian
- psqlodbc - psqlodbc: Post-release version number bump User Dpage
- psqlodbc - psqlodbc: Correct version number User Dpage
- psqlodbc - psqlodbc: Update the configuration notes to match reality a User Dpage
- psqlodbc - psqlodbc: FAQ update User Dpage
- pgsql: Darin -> Darwin. Bruce Momjian
- pgsql: Remove extra 'else' in solaris compiler code. Bruce Momjian
- pgsql: Remove "volatile" from tas function, per TOm. Bruce Momjian
- pgsql: Update list of platforms that have a list of exported symbols. Bruce Momjian
- pgsql: Arrange to strip libpq.so of symbols that aren't officially Tom Lane
- pgsql: Add info on pgport linking requirements. Bruce Momjian
- pgsql: Rewrite Solaris compiler tas() assembly routines, merge i386 and Bruce Momjian
- psqlodbc - psqlodbc: adds to a document. User H-saito
- pgsql: Fix ltreeparentsel so it actually works ... Tom Lane
- pgsql: Generalize mcv_selectivity() to support both VAR OP CONST and Tom Lane
- pgsql: Change log message about vacuuming database name from LOG to Bruce Momjian
- pgsql: Add to item log_min_error_messages item: > Another idea is to Bruce Momjian
- pgsql: On second thought, keep SSL CRL as a log, and wait for feedback Bruce Momjian
- pgsql: Downgrade SSL CRL file missing message from LOG to DEBUG1. Bruce Momjian
- psqlodbc - psqlodbc: The version is now 8.2.0002. User Hinoue
- pgsql: Turn off strict aliasing when using AIX xlc compiler. Bruce Momjian
- pgsql: Revert patch, causing plpython regression failues: > >> >> > 1) Bruce Momjian
- pgsql: Tab alignment cleanup. Bruce Momjian
- pgsql: Add underscores to SSL CERT macro names, for clarity and Bruce Momjian
- pgsql: Add SSL include needed for psql, after libpq adjustments. Bruce Momjian
- pgsql: Add: > * Invalidate prepared queries, like INSERT, when the Bruce Momjian
- pgsql: Add support for SSL Certificate Revocation List (CRL) files, Bruce Momjian
- pgsql: plpython improvements: 1) named parameters additionally to Bruce Momjian
- pgsql: Un-break ltree. Tom Lane
- pgsql: Change libpq's PQgetssl() to return a void*, rather than SSL *, Bruce Momjian
- pgsql: If we're going to expose VariableStatData for contrib modules to Tom Lane
- pgsql: Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: Bruce Momjian
- pgsql: Use schema search path to find the first matching contraint name Bruce Momjian
- pgsql: Delay write of pg_stats file to once every five minutes, during Bruce Momjian
- pgsql: Add tablespace display to psql \l+. Bruce Momjian
- pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the Bruce Momjian
- pgsql: Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, Bruce Momjian
- pgsql: Split out pg_freespace views to one for relations and another for Bruce Momjian
- pgsql: Adjust /contrib/pg_freespace to show index free space as NULL Bruce Momjian
- pgsql: Move ltree parentsel() selectivity function into /contrib/ltree. Bruce Momjian
- pgsql: In pg_resetxlog.c, uint -> uint32, for Win32 port. Bruce Momjian
- pgsql: Add missing ControlFile.checkPointCopy.ThisTimeLineID line for Bruce Momjian
- pgsql: Update catalog version for ltree changes. Bruce Momjian
- pgsql: Enhanced containment selectivity function for /contrib/ltree Bruce Momjian
- pgsql: Allow pg_resetxlog -f to reset pg_control counters using xlog Bruce Momjian
- pgsql: Done: * -Allow WAL information to recover corrupted Bruce Momjian
- pgsql: Revise large-object access routines to avoid running with Tom Lane
- pgsql: Arrange to cache btree metapage data in the relcache entry for Tom Lane
- pgsql: Adjust SGML spacing. Bruce Momjian
- pgsql: Back out the rest of the RESET CONNECTION patch. Tom Lane
- pgsql: The 8.1 planner removes WHERE quals from the plan when the quals Tom Lane
- python - ctl: Imported Sources James William Pye
- npgsql - Npgsql: 2006-04-25 Francisco Figueiredo Jr. User Fxjr
- pgsql: Remove equals sign from environment variable with not defaults Bruce Momjian
- pgsql: Make configure environment variable options without defaults not Bruce Momjian
- pgsql: Add documentation about configure environment variabbles used. Bruce Momjian
- pgsql: Call SET varaiables "configuration_parameter"s in the Bruce Momjian
- pgsql: Change "parameter" to "varname" in the alter role and alter user Bruce Momjian
- pgsql: I now see we support RESET SESSION AUTHORIZATION, so it seems we Bruce Momjian
- pgsql: RESET SESSION is more precise: < * Add RESET CONNECTION command Bruce Momjian
- pgsql: Back out RESET CONNECTION until there is more discussion. Bruce Momjian
- pgsql: Add RESET CONNECTION, to reset all aspects of a session. Bruce Momjian
- pgsql: Update inheritance constraint items: < o %Prevent child tables Bruce Momjian
- pgsql: Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 Tatsuo Ishii
- pgsql: Done: > * -Add transaction_timestamp(), statement_timestamp(), Bruce Momjian
- bizgres - bizgres: added support for double quotes ESCAPEDOUBLEQUOTES User Nwakefield
- pgsql: Add statement_timestamp(), clock_timestamp(), and Bruce Momjian
- pgsql: Word wrap entry Bruce Momjian
- pgsql: Update SQL-standard INTERVAL item: o Support ISO Bruce Momjian
- pgsql: Done; o -Add support for day-time syntax, INTERVAL '1 Bruce Momjian
- pgsql: Back out patch, unintended. Bruce Momjian
- pgsql: Done: o -Add support for day-time syntax, INTERVAL '1 Bruce Momjian
- pgsql: Suppress more compiler warnings caused by macro tests. Bruce Momjian
- pgsql: Add one more paren to macro. Bruce Momjian
- pgsql: Suprress compiler warning in gcc 4.2. Bruce Momjian
- For those with @postgresql.org mailboxes, please read ... Marc G. Fournier
- pgsql: Improve our private implementation of cbrt() to give results of Tom Lane
- pgsql: Remove compiler warning by casting SNPRINTF() call to void. Bruce Momjian
- bizgres - bizgres: MPP-586/587 - Updates to the help text in loader.sh User Agoldshuv
- pgsql: Fixed memory leak bugs found by Martijn Oosterhout. Michael Meskes
- bizgres - bizgres: System.xml - added details for NIOFileReader User Nwakefield
- bizgres - bizgres: Enhancements and Fixes 1. User Nwakefield
- bizgres - bizgres: New Directory User Nwakefield
- pgsql: Fixes for BCC 5.5 compile of libpq. Bruce Momjian
- pgsql: Don't add a shared dependency on the owner of a composite type in Alvaro Herrera
- pgsql: Removes or minimizes some documentation mentions of backward Bruce Momjian
- pgsql: Add: < * -Eventually enable escape_string_warning and Bruce Momjian
- pgsql: Add pgrowlocks Tatsuo Ishii
- pgsql: Add new contrib function pgrowlocks. Tatsuo Ishii
pgsql: New Directory Tatsuo Ishii
pgsql: Update: < o Fix psql's backslash commands more consistent > o Bruce Momjian
pgsql: Update: < o Fix psql's \dn for various schema combinations Bruce Momjian
pgsql: Update: o Fix psql's \dn for various schema combinations Bruce Momjian
pgsql: Suggest Win32 users user E'' strings and double backslashes used Bruce Momjian
pgsql: Simplify ParamListInfo data structure to support only numbered Tom Lane
pgsql: Revert Intel compiler bug comment. Bruce Momjian
pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in Bruce Momjian
pgsql: Use special gcc -W flags only if we are using gcc, not if we are Bruce Momjian
pgfouine - pgfouine: fixed two stupid notices User Gsmet
pgfouine - pgfouine: added -syslogident option User Gsmet
pgsql: Remove from TODO ability to edit pg_hba.conf, but add GRANT Bruce Momjian
pgsql: Add some optional code (conditionally compiled under #ifdef Tom Lane
pgsql: Eliminate some no-longer-needed workarounds for palloc's old Tom Lane
oledb - oledb: Add Victor Snezhko to the list of authors User Shachar
oledb - oledb: Revert incorrectly reporting some data type widths User Shachar
pgsql: Add "retry another address" log message on statistics collector Bruce Momjian
oledb - oledb: Treat non-wide error messages as UTF-8. User Shachar
pgsql: Ensure that we validate the page header of the first page of a Tom Lane
pgsql: Recognize __ppc64__, which seems to be Apple's spelling of the Tom Lane
pgsql: Add detail: < encoding. Bruce Momjian
pgsql: Add: > > o Add new version of PQescapeString() that doesn't Bruce Momjian
pgsql: Fix problem that sscanf(buf, "%d", &val) eats leading white Bruce Momjian
pgsql: Remove use of lorder and tsort while building static libraries. Tom Lane
pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer Tom Lane
pgsql: Fix a couple of rather-pointless-but-easily-fixed Coverity Tom Lane
pgsql: C code whitespace inprovement for formatting.c. Bruce Momjian
pgsql: Add: > o Add reporting of the current WAL file, perhaps as Bruce Momjian
bizgres - bizgres: New Items ------------- 1. User Nwakefield
Mail converted by MHonArc