Mailing lists [pgsql-committers]
- pgsql: Add ALTER object SET SCHEMA capability for a limited but useful [email protected] (Tom Lane)
- oledb - tests: Imported Sources [email protected] (User Shachar)
- bizgres - bizgres: Introduce release Release-0_7_4 [email protected] (User Builder)
- oledb - CVSROOT: Add access control to the repositories. [email protected] (User Shachar)
- Re: pgsql: Add ALTER object SET SCHEMA capability for Bernd Helmle
- pgsql: Done: < o Allow objects to be moved to different schemas > o [email protected] (Bruce Momjian)
- pgsql: Done: > * -Allow limits on per-db/role connections [email protected] (Bruce Momjian)
- Re: pgsql: Done: < o Allow objects to be moved to different schemas > o Tom Lane
- Re: pgsql: Done: < o Allow objects to be moved to different Bruce Momjian
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Documentation for ALTER object SET SCHEMA commands. [email protected] (Tom Lane)
- bizgres - bizgres: library paths needed adjustment [email protected] (User Nwakefield)
- pgbuildfarm - client-code: don't write CVS log when doing from_source [email protected] (User Andrewd)
- bizgres - bizgres: New JARS and modified XML [email protected] (User Nwakefield)
- pgbuildfarm - client-code: typo fix [email protected] (User Andrewd)
- python - ex: New Directory [email protected] (James William Pye)
- pgsql: nor -> or. [email protected] (Bruce Momjian)
- pgsql: Add NOWAIT option to SELECT FOR UPDATE/SHARE. [email protected] (Tom Lane)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgbuildfarm - client-code: Cygwin sanity check for running cygserver. [email protected] (User Andrewd)
- pgbuildfarm - client-code: Sanity check for cvs merge conflicts. [email protected] (User Andrewd)
- pgsql: Back-port several small portability fixes to get contrib building [email protected] (Tom Lane)
- pgsql: Un-Windows-ify newlines. [email protected] (Tom Lane)
- pgsql: rmtree() reported the wrong pathname if final rmdir failed. [email protected] (Tom Lane)
- pgsql: rmtree() reported the wrong pathname if final rmdir failed. [email protected] (Tom Lane)
- pgsql: Add ERROR_NO_MORE_FILES workaround to check_data_dir(). [email protected] (Tom Lane)
- pgsql: Use ReadDir() not readdir() so as to have some modicum of error [email protected] (Tom Lane)
- pgsql: Code and docs review for pg_column_size() patch. [email protected] (Tom Lane)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: added support for multiple locations of jars [email protected] (User Nwakefield)
- pgsql: Clean up CREATE DATABASE processing to make it more robust and [email protected] (Tom Lane)
- bizgres - bizgres: Example Warehouse and Metadata [email protected] (User Nwakefield)
- bizgres - bizgres: Empty warehouse with seeded metadata and example [email protected] (User Nwakefield)
- pgsql: Prevent planner from including temp tables of other backends when [email protected] (Tom Lane)
- pgsql: Tweak BgBufferSync() so that a persistent write error on a dirty [email protected] (Tom Lane)
- bizgres - bizgres: moved clickstream.properties to WEB-INF/lib of webapp [email protected] (User Nitin)
- bizgres - bizgres: modified -D clickstream.property.file [email protected] (User Nitin)
- pgsql: Done: < * Prevent inherited tables from expanding temporary [email protected] (Bruce Momjian)
- python - pq: Get the exception information from sys.exc_info(). [email protected] (James William Pye)
- python - pq: ShowOption is an asynchronous message, so treat it as such. [email protected] (James William Pye)
- pgtranslation - CVSROOT: Disable commit mails [email protected] (User Petere)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- python - ex: Add Mapping class, and fix codes. [email protected] (James William Pye)
- python - ex: Fix bugs, and add/rename exceptions. [email protected] (James William Pye)
- python - ex: Add code and prime unittests. [email protected] (James William Pye)
- pgsql: ALTER TABLE OWNER must change the ownership of the table's [email protected] (Tom Lane)
- python - lo: Add server options, process, and SSL requirement options. [email protected] (James William Pye)
- python - lo: New Directory [email protected] (James William Pye)
- python - lo: Add protocol space. [email protected] (James William Pye)
- Re: pgsql: Use O_DIRECT if available when using O_SYNC for wal_sync_method. Qingqing Zhou
- Re: pgsql: Use O_DIRECT if available when using O_SYNC for wal_sync_method. Qingqing Zhou
- pgsql: Fix misspelled macro name. [email protected] (Tom Lane)
- pgsql: Actually, this macro had worse problems than a bogus name ... [email protected] (Tom Lane)
- pgsql: COPY performance improvements. [email protected] (Tom Lane)
- pgbuildfarm - client-code: split --from-source into two options - one [email protected] (User Andrewd)
- pgsql: Fix count_usable_fds() to stop trying to open files once it [email protected] (Tom Lane)
- pgsql: Fix count_usable_fds() to stop trying to open files once it [email protected] (Tom Lane)
- pgsql: Fix count_usable_fds() to stop trying to open files once it [email protected] (Tom Lane)
- pgsql: Set shlib naming convention on Cygwin to 'cygFOO.dll', which [email protected] (Tom Lane)
- python - pq: Remove Argument, improve performance, use __slots__. [email protected] (James William Pye)
- pgsql: Cause ShutdownPostgres to do a normal transaction abort during [email protected] (Tom Lane)
- pgsql: Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier [email protected] (Tom Lane)
- bizgres - bizgres: Added key transformation stand-in classes for [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume [email protected] (Tom Lane)
- pgsql: Avoid useless loop overhead in AtEOXact routines when the backend [email protected] (Tom Lane)
- pgsql: Done: > o -Allow FOR UPDATE queries to do NOWAIT locks [email protected] (Bruce Momjian)
- pgsql: Fix crash when reading 'timezone = unknown' from postgresql.conf [email protected] (Tom Lane)
- pgsql: Fix crash when reading 'timezone = unknown' from postgresql.conf [email protected] (Tom Lane)
- pgsql: Clarify wal_sync_method options in documentation. [email protected] (Bruce Momjian)
- pgsql: Done: > * -Allow multiple blocks to be written to WAL with one [email protected] (Bruce Momjian)
- pgsql: Update patches queue URL, description. [email protected] (Bruce Momjian)
- pgsql: Fix ordering of default sync options to match code. [email protected] (Bruce Momjian)
- pgsql: Remove unintended file change. [email protected] (Bruce Momjian)
- pgsql: Update postgresql.conf to show default ordering for [email protected] (Bruce Momjian)
- pgsql: Done: > * -Add C code on Unix to copy directories for use in [email protected] (Bruce Momjian)
- pgsql: Combine entries: < inheritance < * Allow [email protected] (Bruce Momjian)
- pgsql: Make backends that are reading the pgstats file verify each [email protected] (Tom Lane)
- pgsql: Extend pg_config to be able to report the build-time values of [email protected] (Tom Lane)
- pgpool - pgpool: If invalid non-switch args are given (for example, [email protected] (User T-ishii)
- python - be: If the call's iterator hits the end, it will return NULL [email protected] (James William Pye)
- python - be: Only do handler based Python identification. [email protected] (James William Pye)
- pgsql: Add new FAQ information. [email protected] (Bruce Momjian)
- python - be: Add SXid() and Transact() module functions. [email protected] (James William Pye)
- bizgres - bizgres: changed java vm memory settings to 128m and 512m [email protected] (User Nitin)
- pgsql: Document why Win32 loops over rename/unlink are necessary. [email protected] (Bruce Momjian)
- bizgres - bizgres: added $BIZHOME [email protected] (User Nitin)
- python - pq: Remove superfluous fatality state. [email protected] (James William Pye)
- pgsql: Add hints to cases where indexes fail because of values that are [email protected] (Bruce Momjian)
- pgsql: Make new hints follow style guide. [email protected] (Tom Lane)
- uri - uri: Fix by DarcyB to compile against 7.x [email protected] (User Applejack)
- pgsql: Fix canonicalize_path so "../.." isn't stripped off and ignored. [email protected] (Bruce Momjian)
- pgsql: Update MD5 mention for long values. [email protected] (Bruce Momjian)
- pgsql: Mention MD5 function index for indexing long values. [email protected] (Bruce Momjian)
- pgsql: Update for new CVS homepage. [email protected] (Bruce Momjian)
- pgsql: Backpatch new CVS home page URL. [email protected] (Bruce Momjian)
- pgsql: Autovacuum loose end mop-up. [email protected] (Tom Lane)
- python - pq: Use () instead of tuple(), and make Describe, Close, and [email protected] (James William Pye)
- python - pq: Refine extended protocol transactions. [email protected] (James William Pye)
- pgsql: EINTR return from connect() should be treated exactly the same as [email protected] (Tom Lane)
- pgsql: Fix BSD fseeko to seek from the end of the file. [email protected] (Bruce Momjian)
- tablelog - tablelog: - add function for getting column names of a table [email protected] (User Andreas)
- pgsql: Backpatch fseeko fix for seeking from end of file. [email protected] (Bruce Momjian)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Solve the problem of OID collisions by probing for duplicate OIDs [email protected] (Tom Lane)
- pgsql: Document why we only handle trailing "..". [email protected] (Bruce Momjian)
- pgsql: Update comments. [email protected] (Bruce Momjian)
- pgsql: Add files to do read I/O on the cluster directory: [email protected] (Bruce Momjian)
- python - be: Expected is always filled in now, so it cannot be used as [email protected] (James William Pye)
- pgsql: Remove BufferBlockPointers array in favor of a base + (bufnum) * [email protected] (Tom Lane)
- python - be: Move metaend's LargeObject class into prime.py. [email protected] (James William Pye)
- pgsql: Change a couple of "can't happen" error messages to be a shade [email protected] (Tom Lane)
- pgsql: Add markup for GUC mention in docs. [email protected] (Bruce Momjian)
- bizgres - bizgres: Sequence for site_id needs to start at 1 not 0, or [email protected] (User Nwakefield)
- bizgres - bizgres: port 10000 needs to be explicit [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: coalesce added to status_id, to default to -1 in the [email protected] (User Nwakefield)
- pgsql: Code & docs review for server instrumentation patch. [email protected] (Tom Lane)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Modify canonicalize_path() so if we would return a trailing "..", [email protected] (Bruce Momjian)
- pgsql: Reverse out changes to canonicalize_path(), per suggestion from [email protected] (Bruce Momjian)
- pgsql: No server version of snprintf needed, so remove Makefile rule. [email protected] (Bruce Momjian)
- pgsql: > The attached patch moves a plperl sanity check into the correct [email protected] (Bruce Momjian)
- pgsql: More rsi assignment line too. [email protected] (Bruce Momjian)
- pgsql: Fix up canonicalize_path to do the right thing in all cases (I [email protected] (Tom Lane)
- pgsql: Fix this: $ ./configure --without-docdir .. [email protected] (Bruce Momjian)
- pgsql: Cleanups for FreeBSD linking (PIC) and plpython compiles. [email protected] (Bruce Momjian)
- pgsql: [ backpatched to 8.0.X.] > >> 3) I restarted the postmaster both [email protected] (Bruce Momjian)
- pgsql: [ backpatched to 8.0.X.] > >> 3) I restarted the postmaster both [email protected] (Bruce Momjian)
- pgsql: Un-break plperl for non-set case. [email protected] (Tom Lane)
-
pgsql: > Gavin Sherry
writes: > > I ran across [email protected] (Bruce Momjian) - pgsql: Pass the type OID as the typioparam for all non-array types, [email protected] (Tom Lane)
- pgsql: Back out plpython makefile change. [email protected] (Bruce Momjian)
- pgsql: Improve documention on loading large data sets into plperl. [email protected] (Bruce Momjian)
- pgsql: This patch fixes the event type used to log output from the [email protected] (Bruce Momjian)
- pgsql: This patch fixes the event type used to log output from the [email protected] (Bruce Momjian)
- pgsql: Reverse out Assert addition. [email protected] (Bruce Momjian)
- pgsql: Disable strtoul() ERANGE check on Win32, because it isn't thread [email protected] (Bruce Momjian)
- pgsql: Add documentation: >>>I think a more accurate description would [email protected] (Bruce Momjian)
- pgsql: The large one adds support for RSA keys and reorganizes the [email protected] (Bruce Momjian)
- pgsql: CREATE TABLE has optional column names, so change {} to []. [email protected] (Bruce Momjian)
- pgsql: Remove API file. [email protected] (Bruce Momjian)
- pgsql: Make pg_stat_file() use OUT parameters so that the user doesn't [email protected] (Tom Lane)
- pgsql: Tweak catalog cache management algorithms to reduce cost of [email protected] (Tom Lane)
- pgsql: Fix up tab completion for ROLEs and add some more completion [email protected] (Tom Lane)
- pgsql: Fix psql's \d commands to use pg_roles instead of pg_user, so [email protected] (Tom Lane)
- pgsql: Update the createuser utility for the ROLEs world. [email protected] (Tom Lane)
- pgsql: Change standard_compliant_strings to standard_conforming_strings. [email protected] (Peter Eisentraut)
- pgsql: Update administrator's guide chapters for ROLEs patch. [email protected] (Tom Lane)
- pgsql: Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, [email protected] (Tom Lane)
- pgsql: Clean up some stray remaining references to pg_shadow, pg_user, [email protected] (Tom Lane)
- pgsql: Allow the pgstat views to show toast tables as well as regular [email protected] (Tom Lane)
- pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra [email protected] (Tom Lane)
- pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra [email protected] (Tom Lane)
- pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra [email protected] (Tom Lane)
- pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra [email protected] (Tom Lane)
- pgsql: array_in() and array_recv() need to be more paranoid about [email protected] (Tom Lane)
- pgsql: array_in() and array_recv() need to be more paranoid about [email protected] (Tom Lane)
- pgsql: array_in() and array_recv() need to be more paranoid about [email protected] (Tom Lane)
- pgsql: Make createlang and droplang proof against weird search_path [email protected] (Tom Lane)
- pgsql: Clean up recent patch for PL handler functions in pg_catalog: the [email protected] (Tom Lane)
- pgsql: Rename pg_stat_file columns to be more consistent. [email protected] (Bruce Momjian)
- pgsql: Reject operator names >= NAMEDATALEN characters. [email protected] (Tom Lane)
- pgsql: Reject operator names >= NAMEDATALEN characters. [email protected] (Tom Lane)
- pgsql: Reject operator names >= NAMEDATALEN characters. [email protected] (Tom Lane)
- pgsql: Reject operator names >= NAMEDATALEN characters. [email protected] (Tom Lane)
- python - be: Do error checking on repr and getitem in htup_repr. [email protected] (James William Pye)
- python - be: Increment the Command Counter in execute(). [email protected] (James William Pye)
- python - be: [email protected] (James William Pye)
- pgsql: Remove registration message in all the supported back branches; [email protected] (Tom Lane)
- pgsql: Remove registration message in all the supported back branches; [email protected] (Tom Lane)
- pgpool - pgpool: Fix show pool_status command bug. [email protected] (User T-ishii)
- pgsql: Update pgcvslog comment on how to find branch start time. [email protected] (Bruce Momjian)
- pgsql: Improve comment. [email protected] (Bruce Momjian)
- pgsql: Update comments. [email protected] (Bruce Momjian)
- tablelog - tablelog: functions now in tablelog_init.sql [email protected] (User Andreas)
- tablelog - tablelog: - move functions from tablelog_columnnames.sql - [email protected] (User Andreas)
- tablelog - tablelog: - make it working on windows - comment out some [email protected] (User Andreas)
- tablelog - tablelog: - docu updated - some cleanups [email protected] (User Andreas)
- python - be: Bug squishing in utils and tupledesc. [email protected] (James William Pye)
- pgsql: Minor cleanup. [email protected] (Bruce Momjian)
- python - be: Fix Portal seeking. [email protected] (James William Pye)
- pgsql: Fix FSM warning to mention increasing max_fsm_pages. [email protected] (Bruce Momjian)
- python - be: Limit Postgres.Query to 1 command. [email protected] (James William Pye)
- python - ex: Add a few exceptions and rename a few. [email protected] (James William Pye)
- pgsql: Fix declaration of dumpacl, per Alvaro. [email protected] (Tom Lane)
- pgsql: Remove unnecessary configure test for inet_ntop(), per Andrew [email protected] (Tom Lane)
- pgsql: Remove unnecessary configure test for inet_ntop(), per Andrew [email protected] (Tom Lane)
- pgsql: Avoid an Assert failure if OuterUserId hasn't been set yet during [email protected] (Tom Lane)
- pgsql: More formatting.c cleanups. [email protected] (Bruce Momjian)
- pgbuildfarm - client-code: test for existence of inst before trying to [email protected] (User Andrewd)
- pgsql: Small cleanup. [email protected] (Bruce Momjian)
- pgsql: Adjust to_char/from_char code to use boolean "is_to_char" rather [email protected] (Bruce Momjian)
- pgsql: Fix to_char(interval) to return proper year and century values. [email protected] (Bruce Momjian)
- pgsql: Done: > * -Prevent to_char() on interval from returning [email protected] (Bruce Momjian)
- pgsql: Add hint for to_char(interval) invalid format specifications. [email protected] (Bruce Momjian)
- pgsql: Add: > o Remove unnecessary abstractions in pg_dump source code [email protected] (Bruce Momjian)
- pgsql: Fix up LIMIT/OFFSET planning so that we cope with non-constant [email protected] (Tom Lane)
- pgsql: Update some obsolete comments --- code is using t_self now, not [email protected] (Tom Lane)
- pgsql: Consistently align comments in postgresql.conf, move some [email protected] (Bruce Momjian)
- pginstaller - pginst: Add PgOleDb licence and support details. [email protected] (User Dpage)
- pginstaller - pginst: Add PgOleDb licence and support details. [email protected] (User Dpage)
- pgsql: Fix LRU/ALL description mismatch for GUC parameter. [email protected] (Bruce Momjian)
- bizgres - bizgres: Updated the build instructions to set the devoBuild [email protected] (User Bklawans)
- bizgres - bizgres: Added support for building from csh (or one of its [email protected] (User Bklawans)
- bizgres - bizgres: Added support for detecting and using the version of [email protected] (User Bklawans)
- pgsql: Repair problems with VACUUM destroying t_ctid chains too soon, [email protected] (Tom Lane)
- pgsql: Add BackendXidGetPid(). [email protected] (Tatsuo Ishii)
- pgsql: Make GetMultiXactIdMembers() a public function. [email protected] (Tatsuo Ishii)
- pgsql: Invoke mksafefunc and mkunsafefunc with :: decoration. [email protected] (Tom Lane)
- pgsql: Invoke mksafefunc and mkunsafefunc with :: decoration. [email protected] (Tom Lane)
- python - web: Exclude /static from the sync. [email protected] (James William Pye)
- python - pq: Fix potential deadlock. [email protected] (James William Pye)
- python - pq: Add classifiers and fix copyright dates. [email protected] (James William Pye)
- pgsql: Convert the arithmetic for shared memory size calculation from [email protected] (Tom Lane)
- pgsql: Seems that the childXids list would be better based on Oid lists [email protected] (Tom Lane)
- pgsql: Add: > * Fix problems with wrong runtime encoding conversion for [email protected] (Bruce Momjian)
- pgsql: Minor GUC cleanups: document krb_server_hostname and [email protected] (Tom Lane)
- pgsql: Fix some inconsistent choices of datatypes in xlog.c. [email protected] (Tom Lane)
- pgsql: Use an initdb-time test to see if the local version of [email protected] (Tom Lane)
- pgsql: Fix unwanted denial of ALTER OWNER rights to superusers. [email protected] (Tom Lane)
- pgsql: enable_constraint_exclusion => constraint_exclusion Also improve [email protected] (Bruce Momjian)
- bizgres - bizgres: Default port changed to 5432. [email protected] (User Llonergan)
- pgsql: Improve xid wraparound message (the server isn't really shut [email protected] (Bruce Momjian)
- bizgres - bizgres: Spelled the word "Geographic" correctly. [email protected] (User Bklawans)
- pgsql: Cause ALTER INDEX OWNER to generate a warning and do nothing, [email protected] (Tom Lane)
- pgsql: Back out incorrect use of E'' escape addition. [email protected] (Bruce Momjian)
- pgsql: Update documentation that non-super users can now do ALTER OWNER. [email protected] (Bruce Momjian)
- pgsql: Rewrite gather-write patch into something less obviously bolted [email protected] (Tom Lane)
- pgsql: Fix SGML sect1-3 alignment in the 8.0.X series. [email protected] (Bruce Momjian)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Fix wrong dependency on owner created by ALTER OPCLASS OWNER. [email protected] (Tom Lane)
- pgsql: Update release notes for 8.1. [email protected] (Bruce Momjian)
- pgsql: Update release notes from community comments. [email protected] (Bruce Momjian)
- pgsql: Adjust SGML so major feature items are all not in a single [email protected] (Bruce Momjian)
- pgsql: Fix markup for para. [email protected] (Bruce Momjian)
- pgsql: Avoid bullets in subparagraphs. [email protected] (Bruce Momjian)
- pgsql: Release note updates. [email protected] (Bruce Momjian)
- pgsql: Release note updates. [email protected] (Bruce Momjian)
- pgsql: Fix broken lrand48() implementation, per Merlin Moncure. [email protected] (Tom Lane)
- pgsql: Fix broken lrand48() implementation, per Merlin Moncure. [email protected] (Tom Lane)
- pgsql: More release note updates. [email protected] (Bruce Momjian)
- pgsql: Update release notes. [email protected] (Bruce Momjian)
- pgsql: Fix function name. [email protected] (Bruce Momjian)
- pgsql: Clean up some very old and crufty code for TID scan planning. [email protected] (Tom Lane)
- pgsql: Back out incorrect commit. [email protected] (Bruce Momjian)
- pgsql: Fix function name. [email protected] (Bruce Momjian)
- pgsql: The attached patch updates the thread test program to run [email protected] (Bruce Momjian)
- pgsql: Add new file for win32 threading. [email protected] (Bruce Momjian)
- pgsql: Update ALTER OWNER description. [email protected] (Bruce Momjian)
- pgsql: Update pgcrypto items. [email protected] (Bruce Momjian)
- pgsql: Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. [email protected] (Tom Lane)
- bizgres - bizgres: Modified PQgetResult in the native end COPY method to [email protected] (User Agoldshuv)
- pgsql: Mark item as complete, add another: < * Allow triggers to be [email protected] (Bruce Momjian)
- pgsql: Release note cleanups. [email protected] (Bruce Momjian)
- Re: pgsql: The attached patch updates the thread test program to run Tom Lane
- Re: pgsql: The attached patch updates the thread test program Bruce Momjian
- pgsql: Remove periods on bullet items. [email protected] (Bruce Momjian)
- pgsql: - Check for NULL before checking whether argument is an [email protected] (Michael Meskes)
- pgsql: - Check for NULL before checking whether argument is an [email protected] (Michael Meskes)
- pgsql: - Check for NULL before checking whether argument is an [email protected] (Michael Meskes)
- pgsql: Add explaination: > > Currently, if a variable is [email protected] (Bruce Momjian)
- pgsql: Mark "easy" items. [email protected] (Bruce Momjian)
- pgsql: Update: < o Do VACUUM FULL if table is nearly empty? > o [email protected] (Bruce Momjian)
- pgsql: Fix typo. [email protected] (Bruce Momjian)
- pgsql: Update release notes. [email protected] (Bruce Momjian)
- pgsql: Fix broken markup. [email protected] (Tom Lane)
- pgsql: Add: > o Add sleep() to PL/PgSQL [email protected] (Bruce Momjian)
- pgsql: Add to release notes. [email protected] (Bruce Momjian)
- pgsql: Add small hack to support use of Unicode-based locales on WIN32. [email protected] (Tom Lane)
- pgsql: Additem: > * Add sleep() function, remove from regress.c [email protected] (Bruce Momjian)
- pgsql: Fix ExecBRDeleteTriggers so that deletion is not suppressed when [email protected] (Tom Lane)
- pgsql: Add documentation for ALTER TABLE ENABLE/DISABLE TRIGGER. [email protected] (Tom Lane)
- pgsql: Fix broken markup. [email protected] (Tom Lane)
- pgsql: Fix up plperl 'use_strict' so that it can be enabled or disabled [email protected] (Tom Lane)
- pgsql: Get rid of inappropriate use of croak(). [email protected] (Tom Lane)
- pgsql: Adjust description of use_strict parameter. [email protected] (Tom Lane)
- pgsql: Run spellchecker over release notes. [email protected] (Bruce Momjian)
- pginstaller - pginst: Build with thread safety for 8.1 [email protected] (User Dpage)
- pgsql: More beta1 cleanup. [email protected] (Bruce Momjian)
- pgsql: Update: < Currently, if a variable is commented out, [email protected] (Bruce Momjian)
- pgsql: Fix SHOW and RESET grammar to accept custom variable names. [email protected] (Tom Lane)
- pgsql: Suggest markup items for the future. [email protected] (Bruce Momjian)
- pgsql: Make the plperl regression tests pass in 'use_strict' mode, by [email protected] (Tom Lane)
- pgsql: Update release notes for beta1. [email protected] (Bruce Momjian)
- pgsql: Mention BEGIN { strict->import(); } as a substitute for 'use [email protected] (Tom Lane)
- pgsql: Remove sentence: < Logically, a reload should set the same [email protected] (Bruce Momjian)
- pgsql: Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on [email protected] (Tom Lane)
- python - pq: Add __repr__ to Message. [email protected] (James William Pye)
- pgstatpage - pgstatpage: Imported Sources [email protected] (User Snaga)
- pgsql: fix up a few references to 8.1devel -> 8.1beta1 [email protected] (PostgreSQL Daemon)
- python - pq: CopyFail is not an EmptyMessage. [email protected] (James William Pye)
- pgsql: Remove statement that to_char(interval) is deprecated; seems we [email protected] (Tom Lane)
- pgsql: Back-patch fix to correctly quote schema names in --no-owner [email protected] (Tom Lane)
- bizgres - bizgres: Added project option to console, to list project [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Add code to use Windows getaddrinfo and friends if they exist. [email protected] (Tom Lane)
- pgsql: Preliminary pass at release note editing. [email protected] (Tom Lane)
- python - pq: Implement COPY support in Executing. [email protected] (James William Pye)
- pgsql: Small cleanup. [email protected] (Bruce Momjian)
- bizgres - bizgres: Example XML defined jobs, these jobs are for a [email protected] (User Nwakefield)
- pgsql: Add mention of Win32 IPv6 connections. [email protected] (Bruce Momjian)
- pgsql: Fix memory leak when using justify_hours. [email protected] (Bruce Momjian)
- pgsql: Completed: < * -Allow triggers to be disabled [trigger] > * [email protected] (Bruce Momjian)
- pgsql: Remove TODO.detail/trigger. [email protected] (Bruce Momjian)
- pgsql: Update release checklist. [email protected] (Bruce Momjian)
- bizgres - bizgres: New Directory [email protected] (User Nwakefield)
- pgsql: Original assumption that our own getaddrinfo routine would never [email protected] (Tom Lane)
- pgsql: Add comment explaining that autoconf's failure to find [email protected] (Tom Lane)
- pgsql: Back out pfrees for justify_hour function calls. [email protected] (Bruce Momjian)
- pgsql: Factor out the common subexpression month_remainder * [email protected] (Tom Lane)
- pgsql: Replace out-of-line tas() assembly code for MIPS with a properly [email protected] (Tom Lane)
- pgsql: Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror [email protected] (Tom Lane)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Back-patch fixes for problems with VACUUM destroying t_ctid [email protected] (Tom Lane)
- pgsql: Back-patch fixes for problems with VACUUM destroying t_ctid [email protected] (Tom Lane)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: new. [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: Bizgres clickstream application. [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- bizgres - bizgres: New Directory [email protected] (User Llonergan)
- pgsql: Arrange for indexes and toast tables to inherit their ownership [email protected] (Tom Lane)
- pgsql: Some more mop-up for Windows IPv6 support. [email protected] (Tom Lane)
- bizgres - bizgres: Documentation. [email protected] (User Llonergan)
- bizgres - bizgres: Added log directory (needed by KETL startup). [email protected] (User Llonergan)
- pgsql: Back-port recent MIPS and M68K spinlock improvements to 8.0 [email protected] (Tom Lane)
- pgsql: Adjust m68k spinlock code to avoid duplicate in-line and [email protected] (Tom Lane)
- pgsql: The idea of using _strncoll() on Windows doesn't work. [email protected] (Tom Lane)
- pgsql: Great TODO updates from Tom: < Currently SIGTERM of a backend [email protected] (Bruce Momjian)
- pgsql: Remove completed items: < * -Allow limits on per-db/role [email protected] (Bruce Momjian)
- pgsql: Update constraint_exclusion items: < inheritance, and allow it [email protected] (Bruce Momjian)
- pgsql: Update based on user comments: < in PL/PgSQL is to use [email protected] (Bruce Momjian)
- pgsql: Add description and item: > > Currently, while \e saves a [email protected] (Bruce Momjian)
- pgsql: Back-patch fixes for problems with VACUUM destroying t_ctid [email protected] (Tom Lane)
- pgsql: Add: > o Issue a warning if a change-on-restart-only [email protected] (Bruce Momjian)
- bizgres - bizgres: Allowing the full 8 bit character set (LATIN1) to be [email protected] (User Agoldshuv)
- bizgres - bizgres: Updated release entry with loader revisions. [email protected] (User Agoldshuv)
- pgsql: Another try at the inlined MIPS spinlock code. [email protected] (Tom Lane)
- pgsql: Another try at the inlined MIPS spinlock code. [email protected] (Tom Lane)
- bizgres - bizgres: Command result clean up added. [email protected] (User Agoldshuv)
- bizgres - bizgres: Bug fix. [email protected] (User Agoldshuv)
- bizgres - bizgres: New Directory [email protected] (User Jzhang)
- pgsql: Update: > > Another issue is whether underlying table changes [email protected] (Bruce Momjian)
- pgsql: Add: > * Allow user-defined types to specify a type modifier at [email protected] (Bruce Momjian)
- pgsql: Fix typo: sql_information_info -> sql_implementation_info [email protected] (Bruce Momjian)
- pgsql: Fix typo: sql_information_info -> sql_implementation_info [email protected] (Bruce Momjian)
- pgsql: Get the MIPS assembler syntax right. [email protected] (Tom Lane)
- pgsql: Get the MIPS assembler syntax right. [email protected] (Tom Lane)
- pgsql: Fix two separate bugs in setrefs.c. [email protected] (Tom Lane)
- pgsql: Windows needs WSAStartup() before getaddrinfo() will work. [email protected] (Tom Lane)
- pgsql: Change the division of labor between grouping_planner and [email protected] (Tom Lane)
- pgsql: cost_agg really ought to charge something per output tuple; else [email protected] (Tom Lane)
- python - pq: Feature cutting. [email protected] (James William Pye)
- pgsql: dumpUserConfig failed (in a pretty harmless way, but failed [email protected] (Tom Lane)
- pgsql: Add comment about pthread_self() cast. [email protected] (Bruce Momjian)
- pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS. [email protected] (Tom Lane)
- pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS. [email protected] (Tom Lane)
- pgsql: Use GetCurrentThreadId, per Magnus. [email protected] (Bruce Momjian)
- pgsql: Add: > * Add function to return the thread safety status of [email protected] (Bruce Momjian)
- pgsql: Update pthread_self() on Win32 to return DWORD. [email protected] (Bruce Momjian)
- pgsql: Fix initdb quoting for Win32 paths in final examples, per Dave [email protected] (Bruce Momjian)
- pgsql: Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds [email protected] (Tom Lane)
- pgsql: Sigh, looks like you need '.set mips2' before you can access MIPS [email protected] (Tom Lane)
- pgsql: Sigh, looks like you need '.set mips2' before you can access MIPS [email protected] (Tom Lane)
- pgsql: Allow Win32 libpq will use it's minimal pthread implementation, [email protected] (Bruce Momjian)
- pgsql: Fix misspelled error message. [email protected] (Tom Lane)
- dblink-ldap - dblink-ldap: Imported Sources [email protected] (User Mha)
- pgsql: Fix platform-specific test for path prefix-ness: move it into [email protected] (Tom Lane)
- dblink-ldap - dblink-ldap: Initial function. [email protected] (User Mha)
- pgsql: Reduce default value of max_prepared_transactions from 50 to 5. [email protected] (Tom Lane)
- Re: pgsql: Reduce default value of max_prepared_transactions Bruce Momjian
- pgsql: Update documentation about shared memory sizing to reflect [email protected] (Tom Lane)
- pgsql: Fix misleading comment. [email protected] (Tom Lane)
- pgsql: DropTableSpace forgot to remove dependency on tablespace's owner. [email protected] (Tom Lane)
- pgsql: Mention max_prepared_transactions in PREPARE TRANSACTION [email protected] (Tom Lane)
- Re: pgsql: Reduce default value of max_prepared_transactions Tom Lane
- pgsql: Improve table describing shared memory parameters. [email protected] (Tom Lane)
- pgsql: Log send() failures when sending to statistics process (but only [email protected] (Tom Lane)
- pgsql: Fix missing rows in query update a=.. [email protected] (Teodor Sigaev)
- pgsql: Fix missing rows in query update a=.. [email protected] (Teodor Sigaev)
- pgsql: Fix missing rows in query update a=.. [email protected] (Teodor Sigaev)
- psqlodbc - psqlodbc: Test commit - ignore [email protected] (User Dpage)
- psqlodbc - psqlodbc: Imported Sources [email protected] (User Anoop)
- psqlodbc - psqlodbc: removed the extra CR - Test Commit [email protected] (User Anoop)
- pgsql: Remove a couple of obsolete statements about how many buffers you [email protected] (Tom Lane)
- pgsql: Add regression tests for disabling constraints. [email protected] (Bruce Momjian)
- pginstaller - pginst: Note the 'known to be good' toolset version [email protected] (User Dpage)
- pginstaller - pginst: Note the 'known to be good' toolset version [email protected] (User Dpage)
- pgsql: Add: > * Eventually enable escape_string_warning and [email protected] (Bruce Momjian)
- pginstaller - pginst: Quick - commit while it compiles!! Basic hack [email protected] (User Dpage)
- pginstaller - pginst: Further cleanup - move psqlODBC and PgOleDb into [email protected] (User Dpage)
- pginstaller - pginst: Install all headers, hierarchically. [email protected] (User Dpage)
- pginstaller - pginst: Further cleanups and fixes [email protected] (User Dpage)
- pginstaller - pginst: Update banner bitmap. [email protected] (User Dpage)
- pginstaller - pginst: Theres no such thing as SERVERDIR anymore - use [email protected] (User Dpage)
- docbot - docbot: Fixed privmsg [email protected] (User Pjmodos)