Mailing lists [pgsql-committers]
- pgsql: Flush any remaining statistics counts out to the collector at [email protected] (Tom Lane)
- pgsql: Flush any remaining statistics counts out to the collector at [email protected] (Tom Lane)
- pgsql: Flush any remaining statistics counts out to the collector at [email protected] (Tom Lane)
- newsysviews - newsysview: First pass at type views [email protected] (User Elein)
- pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new [email protected] (Bruce Momjian)
- pgsql: Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. [email protected] (Neil Conway)
- pgsql: Update pgcvslog examples. [email protected] (Bruce Momjian)
- pgsql: Fix wrong week returnded by date_trunc('week') for early dates in [email protected] (Bruce Momjian)
- pgsql: Fix wrong week returnded by date_trunc('week') for early dates in [email protected] (Bruce Momjian)
- pgsql: Update pgcvslog examples. [email protected] (Bruce Momjian)
- pgsql: Backpatch FAQ's to 8.0.X. [email protected] (Bruce Momjian)
- pgsql: Teach pg_dump about OUT parameters. [email protected] (Tom Lane)
- pgsql: Minor improvements in the really-pretty-ad-hoc test scripts for [email protected] (Tom Lane)
- pgsql: Make plperl work with OUT parameters. [email protected] (Tom Lane)
- pgsql: Second try at making examine_variable and friends behave sanely [email protected] (Tom Lane)
- pgsql: Second try at making examine_variable and friends behave sanely [email protected] (Tom Lane)
- newsysviews - newsysview: First cut at tables and table_columns views. [email protected] (User Andrewsn)
- pgsql: Update release notes for 8.0.2. [email protected] (Bruce Momjian)
- pgsql: Update release notes for 8.0.2. [email protected] (Bruce Momjian)
- newsysviews - newsysview: fix estimated_mb for tables with no TOAST. [email protected] (User Andrewsn)
- pgsql: Fix release not typo. [email protected] (Bruce Momjian)
- pgsql: Fix release not typo. [email protected] (Bruce Momjian)
- pgsql: Translation updates [email protected] (Peter Eisentraut)
- pgsql: Translation updates [email protected] (Peter Eisentraut)
- pgsql: Put back code mistakenly removed from copy of postmaster's [email protected] (Tom Lane)
- pgsql: Put back code mistakenly removed from copy of postmaster's [email protected] (Tom Lane)
- How to copy from Table to table joseph antonyraj
- pgsql: In cost_mergejoin, the early-exit effect should not apply to the [email protected] (Tom Lane)
- pgsql: In cost_mergejoin, the early-exit effect should not apply to the [email protected] (Tom Lane)
- pgsql: In cost_mergejoin, the early-exit effect should not apply to the [email protected] (Tom Lane)
- pgsql: Remove an unused variable `ShmemBootstrap', and remove an [email protected] (Neil Conway)
- pgsql: Add a link to www.postgresql.org/download to the installation [email protected] (Neil Conway)
- pgsql: Minor fixes for psql tab completion. [email protected] (Neil Conway)
- Re: pgsql: Adjust SGML ulink tags to the URL is always displayed in our Peter Eisentraut
- Re: pgsql: Adjust SGML ulink tags to the URL is always Neil Conway
- Re: pgsql: Adjust SGML ulink tags to the URL is always displayed in our Peter Eisentraut
- pgaccess - pgaccess: fixed renaming of tables [email protected] (User Cmaj)
- pgaccess - pgaccess: fixed inserts of null values for ints/floats, [email protected] (User Cmaj)
- pgaccess - pgaccess: added a couple more types that cannot be empty [email protected] (User Cmaj)
- oledb - oledb: Update the document about the new project home site [email protected] (User Shachar)
- pgsql: This patch changes int2_avg_accum() and int4_avg_accum() use the [email protected] (Neil Conway)
- pgsql: Fix broken markup. [email protected] (Tom Lane)
- pgsql: plpgsql does OUT parameters, as per my proposal a few weeks ago. [email protected] (Tom Lane)
- newsysviews - newsysview: s/TEXT/NAME/ where appropriate; add schema [email protected] (User Decibel)
- newsysviews - newsysview: add index views. [email protected] (User Andrewsn)
- pgsql: Adjust grammar for plpgsql's OPEN command so that a cursor can be [email protected] (Tom Lane)
- newsysviews - newsysview: pg_database.template should be a boolean [email protected] (User Decibel)
- pgsql: This file was whacked by pgindent before it knew it shouldn't [email protected] (Neil Conway)
- newsysviews - newsysview: Add build script [email protected] (User Decibel)
- pgsql: Include information about a domain's CHECK constraint, if any, in [email protected] (Neil Conway)
- newsysviews - newsysview: Make type definitions as old, add TODO to [email protected] (User Decibel)
- pginstaller - web: New Directory [email protected] (User Mha)
- pginstaller - web: Move FAQs into a subdirectory, and make sure they [email protected] (User Mha)
- newsysviews - newsysview: table_columns doesn't need to join on pg_type; [email protected] (User Andrewsn)
- pginstaller - web: HTML markup fixes [email protected] (User Mha)
- newsysviews - newsysview: add views and view_columns views. [email protected] (User Andrewsn)
- newsysviews - newsysview: have build.sh figure the server version out [email protected] (User Andrewsn)
- pgsql: Attached patch cleans up the HTML code in tools/backend. [email protected] (Bruce Momjian)
- newsysviews - newsysview: fix some 7.4 compat issues [email protected] (User Andrewsn)
- pgsql: Merge Resdom nodes into TargetEntry nodes to simplify code and [email protected] (Tom Lane)
- python - ex: Imported Sources [email protected] (User Jwp)
- pgsql: Remove test for NULL node in ExecProcNode(). [email protected] (Tom Lane)
- pgsql: Apply the "nodeAgg" optimization to more of the builtin [email protected] (Neil Conway)
- pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM [email protected] (Neil Conway)
- pgsql: Fix minor breakage to regression tests induced in previous commit [email protected] (Neil Conway)
- pgsql: Minor documentation tweak. [email protected] (Neil Conway)
- Re: pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM Tom Lane
- Re: pgsql: Add a "USING" clause to DELETE, which is Neil Conway
- python - be: New Directory [email protected] (User Jwp)
- python - be: New Directory [email protected] (User Jwp)
- python - be: Moved to call/ to reflect its inheritance of PyPgCall_Type. [email protected] (User Jwp)
- python - be: Add common types to module and comment out LargeObject [email protected] (User Jwp)
- python - be: Postgres.Object and others no longer depend on this as a [email protected] (User Jwp)
- pgsql: Allow plpgsql functions to omit RETURN command when the function [email protected] (Tom Lane)
- python - be: Moved to call/. [email protected] (User Jwp)
- python - be: Add various type Oid's from catalog/pg_type.h. [email protected] (User Jwp)
- python - be: New Directory [email protected] (User Jwp)
- python - be: Move headers to there new home/name. [email protected] (User Jwp)
- python - be: Rename and use new APIs [email protected] (User Jwp)
- pgsql: Fix some issues with missing or too many newlines at end of file. [email protected] (Tom Lane)
- python - be: Don't forget build_clib sub command. [email protected] (User Jwp)
- python - be: Inherit from PyPgObject. [email protected] (User Jwp)
- python - be: Fix the DEBUG1 PyCFunction. [email protected] (User Jwp)
- python - be: Rename and use new APIs. [email protected] (User Jwp)
- pgsql: Update and copy-edit release notes for 8.0.2. [email protected] (Tom Lane)
- pgsql: Update and copy-edit release notes for 8.0.2. [email protected] (Tom Lane)
- pgsql: Stamp 8.0.2. [email protected] (Tom Lane)
- python - lo: New Directory [email protected] (User Jwp)
- python - lo: New Directory [email protected] (User Jwp)
- python - lo: New Directory [email protected] (User Jwp)
- python - lo: Add new directory __init__.py's Alter docstrings a bit, and [email protected] (User Jwp)
- python - lo: Add new spaces Update setup's project information. [email protected] (User Jwp)
- pgsql: Use fork_process() to avoid some fork()-related boilerplate code [email protected] (Neil Conway)
- pgsql: Change the default setting of "add_missing_from" to false. [email protected] (Neil Conway)
- python - be: Special case bytea instantiation to avoid escaping. [email protected] (User Jwp)
- python - be: Finish transition Move/Rename files. [email protected] (User Jwp)
- pgsql: Use an always-there test, not an Assert, to check for overrun of [email protected] (Tom Lane)
- pginstaller - pginst: Prep for 8.0.2 [email protected] (User Dpage)
- pgsql: If we're going to have a non-panic check for held_lwlocks[] [email protected] (Tom Lane)
- pgaccess - pgaccess: latest version from Robert Strong, with licensing [email protected] (User Cmaj)
- docbot - docbot: Changed the docbot to join #postgresql-es, but not [email protected] (User Dfetter)
- python - be: Misplaced function, this belongs in pl.c where is actually [email protected] (User Jwp)
- python - be: Don't continue to fill in the error if errstart returns [email protected] (User Jwp)
- python - be: Raise Postgres.Errors as what they are defined to be, [email protected] (User Jwp)
- pgsql: We don't put URL's in ulink's because the URL is always [email protected] (Bruce Momjian)
- pgsql: Done: < * Allow additional tables to be specified in DELETE for [email protected] (Bruce Momjian)
- pginstaller - web: Add FAQ about dynamic load errors on procedural [email protected] (User Mha)
- newsysviews - newsysview: lots of new stuff: - "relations" views [email protected] (User Andrewsn)
- tablelog - tablelog: Imported Sources [email protected] (User Andreas)
- docbot - docbot: Fixed reply on private message [email protected] (User Pjmodos)
- newsysviews - newsysview: Add vi: tag [email protected] (User Decibel)
- newsysviews - newsysview: sync docs and code [email protected] (User Decibel)
- newsysviews - newsysview: We decided to display type info called by [email protected] (User Decibel)
- newsysviews - newsysview: Don't ignore _compat.sql now that it shouldn't [email protected] (User Decibel)
- python - ex: Fix logic to only raise an exception if all fail, rather [email protected] (User Jwp)
- newsysviews - newsysview: Welcome aggregates. [email protected] (User Decibel)
- newsysviews - newsysview: pg_*_casts [email protected] (User Decibel)
- pgsql: Split out into a separate function the code in grouping_planner() [email protected] (Tom Lane)
- newsysviews - newsysview: Update doc [email protected] (User Decibel)
- pgsql: Make constant-folding produce sane output for [email protected] (Tom Lane)
- pgsql: Make constant-folding produce sane output for [email protected] (Tom Lane)
- pgsql: Make constant-folding produce sane output for [email protected] (Tom Lane)
- newsysviews - newsysview: pg_*_conversions [email protected] (User Decibel)
- newsysviews - newsysview: Missing some table references [email protected] (User Decibel)
- tablelog - tablelog: Using filenames as target/prerequisite in [email protected] (User Kimhanse)
- tablelog - tablelog: schema used in __table_log [email protected] (User Kimhanse)
- newsysviews - newsysview: pg_databases, but we still need [email protected] (User Decibel)
- newsysviews - newsysview: Ignore .swp files [email protected] (User Decibel)
- tablelog - tablelog: Get number_columns from system catalog cache [email protected] (User Kimhanse)
- tablelog - tablelog: Accept log_schema as 3rd arg in table_log() trigger [email protected] (User Kimhanse)
- pgsql: SQL functions returning pass-by-reference types were copying the [email protected] (Tom Lane)
- pgsql: SQL functions returning pass-by-reference types were copying the [email protected] (Tom Lane)
- tablelog - tablelog: Bugfix: tupleDesc->natts is not lowered when a [email protected] (User Kimhanse)
- tablelog - tablelog: Get number_columns_log from TupleDesc [email protected] (User Kimhanse)
- tablelog - tablelog: Added table_log_init() function [email protected] (User Kimhanse)
- newsysviews - newsysview: use existing bit_or aggregate rather than [email protected] (User Andrewsn)
- pgsql: Update to XHTML. [email protected] (Bruce Momjian)
- docbot - docbot: Output more urls per line [email protected] (User Pjmodos)
- python - be: fix assertion trap. [email protected] (User Jwp)
- python - be: uncomment the LargeObject initialization [email protected] (User Jwp)
- python - be: remove unnecessary type structure initializations, the [email protected] (User Jwp)
- python - be: Remove setattr as it was just a wasting way to say "you [email protected] (User Jwp)
- python - me: Imported Sources [email protected] (User Jwp)
- pgsql: PersistHoldablePortal must establish the correct value for [email protected] (Tom Lane)
- pgsql: PersistHoldablePortal must establish the correct value for [email protected] (Tom Lane)
- docbot - www: Imported Sources [email protected] (User Pjmodos)
- docbot - www: Oops i did mistake, removed all files from www [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: Added right files, sorry for that first commit [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: New Directory [email protected] (User Pjmodos)
- docbot - www: Initial checkin of www stuff [email protected] (User Pjmodos)
- python - web: Imported Sources [email protected] (User Jwp)
- pgsql: Fix interaction between materializing holdable cursors and firing [email protected] (Tom Lane)
- pgsql: Fix interaction between materializing holdable cursors and firing [email protected] (Tom Lane)
- python - web: Add CVS Web interface links to the project description [email protected] (User Jwp)
- pgsql: Create the planner mechanism for optimizing simple MIN and MAX [email protected] (Tom Lane)
- newsysviews - newsysview: Partial implementation of pg_users added for [email protected] (User Aglio)
- newsysviews - newsysview: add view for database configuration [email protected] (User Andrewsn)
- pgsql: Fix broken markup. [email protected] (Tom Lane)
- newsysviews - newsysview: 7.4 compat [email protected] (User Andrewsn)
- pgsql: Add aggsortop column to pg_aggregate, so that MIN/MAX [email protected] (Tom Lane)
- newsysviews - newsysview: allow for missing tablespace row (7.4 compat [email protected] (User Andrewsn)
- newsysviews - newsysview: table constraints and foreign keys [email protected] (User Andrewsn)
- pgsql: Fix oversight in MIN/MAX optimization: must not return NULL [email protected] (Tom Lane)
- docbot - docbot: Fixed duplicates in queries. [email protected] (User Dfetter)
- docbot - docbot: Docbot wraps >= 4 URLs, leaves 3 alone. [email protected] (User Dfetter)
- pgsql: Revert mistaken renaming of UTF-8. [email protected] (Peter Eisentraut)
- pgsql: Remove unnecessary UPDATE commands to assign explicit ACLs to [email protected] (Tom Lane)
- pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come [email protected] (Tom Lane)
- dbi-link - dbi-link: Fixed wrong table alias and removed extra [email protected] (User Dfetter)
- dbi-link - dbi-link: fixed wrong fix to remote_query.sql [email protected] (User Dfetter)
- pgsql: Minor consistency improvement to the documentation on array [email protected] (Neil Conway)
- pgaccess - pgaccess: removed useless horizontal scroll bars (thanks, [email protected] (User Cmaj)
- pgaccess - pgaccess: more non-empty types [email protected] (User Cmaj)
- pgsql: Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA [email protected] (Tom Lane)
- python - web: Add documentation project to list. [email protected] (User Jwp)
- python - web: Site is now explicitly dependent on a doc build. [email protected] (User Jwp)
- python - web: Quiet removal of doc/ contents. [email protected] (User Jwp)
- pgsql: Change addRangeTableEntryForRelation() to take a Relation pointer [email protected] (Tom Lane)
- python - web: Fix broken links(sp -> project). [email protected] (User Jwp)
- pgsql: Simplify initdb-time assignment of OIDs as I proposed yesterday, [email protected] (Tom Lane)
- pgsql: First phase of project to use fixed OIDs for all system catalogs [email protected] (Tom Lane)
- newsysviews - newsysview: rules view [email protected] (User Andrewsn)
- newsysviews - newsysview: Finished pg_users Added pg_groups Added [email protected] (User Aglio)
-
pgsql: Added patch by Philip Yarra
for a [email protected] (Michael Meskes) -
pgsql: Added patch by Philip Yarra
for a [email protected] (Michael Meskes) - docbot - docbot: Actually use config [email protected] (User Pjmodos)
- docbot - docbot: Bot now rereads config on SIGHUP. [email protected] (User Pjmodos)
- pgsql: Completion of project to use fixed OIDs for all system catalogs [email protected] (Tom Lane)
- pgsql: Marginal hack to use a specialized hash function for dynahash [email protected] (Tom Lane)
- pgsql: Must count '*' characters as potential arguments. [email protected] (Tom Lane)
- pgsql: Don't try to constant-fold functions returning RECORD, since the [email protected] (Tom Lane)
- pgsql: Don't try to constant-fold functions returning RECORD, since the [email protected] (Tom Lane)
- pgsql: Don't try to constant-fold functions returning RECORD, since the [email protected] (Tom Lane)
- pgsql: Don't try to constant-fold functions returning RECORD, since the [email protected] (Tom Lane)
- pgsql: Put back blessing of record-function tupledesc, which I removed [email protected] (Tom Lane)
- pgsql: Make equalTupleDescs() compare attlen/attbyval/attalign rather [email protected] (Tom Lane)
- pgsql: Make equalTupleDescs() compare attlen/attbyval/attalign rather [email protected] (Tom Lane)
- pgsql: Done > * -Use indexes for MIN() and MAX() [email protected] (Bruce Momjian)
- python - be: Don't bail if !='posix'. [email protected] (User Jwp)
- python - be: Add vim source formatting magic. [email protected] (User Jwp)
- python - web: Add vim source formatting magic. [email protected] (User Jwp)
- Re: pgsql: Completion of project to use fixed OIDs for Christopher Kings-Lynne
- Re: pgsql: Completion of project to use fixed OIDs for Tom Lane
- python - web: Add layout structure overview [email protected] (User Jwp)
- python - web: Only link the project title, to set it off from [email protected] (User Jwp)
- pgsql: Remove an unused variable "waitingForSignal". [email protected] (Neil Conway)
- pgsql: This patch changes the use of varargs.h to stdarg.h as required [email protected] (Neil Conway)
- pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive [email protected] (Tom Lane)
- pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive [email protected] (Tom Lane)
- pgsql: Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) [email protected] (Tom Lane)
- python - ex: Fix logic(again) to allow all any exception with .code = [email protected] (User Jwp)
- pgsql: Reduce PANIC to ERROR in several xlog routines that are used in [email protected] (Tom Lane)
- pgsql: Fix comment typo. [email protected] (Bruce Momjian)
- pgnumerics - sql: Imported Sources [email protected] (User Isenk)
- pgnumerics - sql: Imported Sources [email protected] (User Isenk)
- pgsql: Minor improvements to locale documentation. [email protected] (Tom Lane)
- python - lo: Rework doc strings. [email protected] (User Jwp)
- pgsql: Create a new 'MultiExecProcNode' call API for plan nodes that [email protected] (Tom Lane)
- newsysviews - newsysview: work in progress commit [email protected] (User Andrewsn)
- newsysviews - newsysview: added acl_modes reference table to support [email protected] (User Aglio)
- newsysviews - newsysview: made changes to grants.sql per IRC discussion [email protected] (User Aglio)
- newsysviews - newsysview: oops! forgot col name change to acl_modes. [email protected] (User Aglio)
- newsysviews - newsysview: More fixes on grants.sql per IRC discussion [email protected] (User Aglio)
- python - be: Add catch and end convenience macro. [email protected] (User Jwp)
- python - be: Add convenience macro. [email protected] (User Jwp)
- pgsql: Fix comment typo. [email protected] (Bruce Momjian)
- pgsql: Clarify name of file to be checked for PITR expiring. [email protected] (Bruce Momjian)
- pgsql: Clarify name of file to be checked for PITR expiring. [email protected] (Bruce Momjian)
- python - me: Namespaces interface Provides a mapping and attribute [email protected] (User Jwp)
- python - be: Add namespace interfaces. [email protected] (User Jwp)
- python - be: Use HeapTupleHeader accessors. [email protected] (User Jwp)
- python - be: Add catalog related entries [email protected] (User Jwp)
- python - be: Complete namespace interface addition. [email protected] (User Jwp)
- python - be: Append traceback information to detail if it is a Postgres [email protected] (User Jwp)
- python - be: Add common mapping object methods 'keys' and 'has_key'. [email protected] (User Jwp)
- python - be: Use the convenience macro [email protected] (User Jwp)
- python - be: Fixes and Features Add 'keys' and 'has_key' methods for [email protected] (User Jwp)
- pgsql: Initial implementation of lossy-tuple-bitmap data structures. [email protected] (Tom Lane)
- pgsql: Update PITR mention of which WAL files are needed. [email protected] (Bruce Momjian)
- pgsql: Update PITR mention of which WAL files are needed. [email protected] (Bruce Momjian)
- pgsql: Add: > * Force archiving of partially-full WAL files when [email protected] (Bruce Momjian)
- pgsql: Test new html tag. [email protected] (Bruce Momjian)
- pgsql: Fix html. [email protected] (Bruce Momjian)
- python - be: Inherit from Postgres.Object [email protected] (James William Pye)
- How to get trigger oid by trigger name rafaqat ali
- pgsql: Add description about partial WAL archiving for PITR: > > [email protected] (Bruce Momjian)
- pgsql: Add HTML TODO version to CVS. [email protected] (Bruce Momjian)
- pgsql: Add HTML version of TODO to CVS, for web site use. [email protected] (Bruce Momjian)
- pgsql: Add description that WAL files used during backup have to be [email protected] (Bruce Momjian)
- pgsql: Update for HTML markup. [email protected] (Bruce Momjian)
- pgsql: Update TODO script sample. [email protected] (Bruce Momjian)
- pgsql: Update PITR TODO items: < failure. [email protected] (Bruce Momjian)
- pgsql: record_in and record_recv must be careful to return a separately [email protected] (Tom Lane)
- pgsql: record_in and record_recv must be careful to return a separately [email protected] (Tom Lane)
- pgsql: Update PITR setence to mention WAL and file system dump. [email protected] (Bruce Momjian)
- pgsql: When positioned before the start of a ResultSet issuing [email protected] (Kris Jurka)
- pgsql: Added to TODO: > * Compress WAL entries [wal] [email protected] (Bruce Momjian)
- pgsql: Add WAL entry about compression. [email protected] (Bruce Momjian)
- pgsql: pg_dumpall should enforce the server version check for itself, [email protected] (Tom Lane)
- pgsql: pg_dumpall should enforce the server version check for itself, [email protected] (Tom Lane)
- autodoc - autodoc: The latest version of dia crashes when I open a dia [email protected] (User Rbt)
- autodoc - autodoc: Fix GraphViz foreign key links (they were missing). [email protected] (User Rbt)
- pgsql: Update PITR wording, per Simon. [email protected] (Bruce Momjian)
- pgsql: Update PITR wording, per Simon. [email protected] (Bruce Momjian)
- pgsql: Attached patch gets rid of the global timezone in the following [email protected] (Bruce Momjian)
- pgsql: The following patch should allow UPDATE_INTERVAL to be specified [email protected] (Bruce Momjian)
- pgsql: > >Luckily, PG 8 is available for this. [email protected] (Bruce Momjian)
- pgsql: >>>>Luckily, PG 8 is available for this. [email protected] (Bruce Momjian)
- python - be: Override linecache.updatecache to allow access to [email protected] (James William Pye)
- pgsql: Add comment about permissions on pg_ts* tables [email protected] (Teodor Sigaev)
- pgsql: Add comment about permissions on pg_ts* tables [email protected] (Teodor Sigaev)
- pgsql: Add comment about permissions on pg_ts* tables [email protected] (Teodor Sigaev)
- python - be: New constants and IST interfaces Add subtransaction [email protected] (James William Pye)
- python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check [email protected] (James William Pye)
- python - be: Forget about NotPyPgTransaction Remove owner checks as [email protected] (James William Pye)
- python - be: Use remove type_dealloc and rely on the inherited [email protected] (James William Pye)
- pgsql: Create executor and planner-backend support for decoupled heap [email protected] (Tom Lane)
- pgsql: Add: > * All ability to monitor the use of temporary sort files [email protected] (Bruce Momjian)
- pgsql: Add: > * All ability to monitor the use of temporary sort files [email protected] (Bruce Momjian)
- pgsql: Add: > * Log queries where the optimizer row estimates were [email protected] (Bruce Momjian)
- pgsql: Add: > * Add tool to query pg_stat_* tables and report indexes [email protected] (Bruce Momjian)
- Re: pgsql: Add: > * Add tool to query pg_stat_* tables Fabien COELHO
- pgsql: Minor performance improvement: avoid unnecessary [email protected] (Tom Lane)
- oledb - oledb: Remove extra zealous assert [email protected] (User Shachar)
- pgsql: Fix mis-display of negative fractional seconds in interval values [email protected] (Tom Lane)
- pgsql: Fix mis-display of negative fractional seconds in interval values [email protected] (Tom Lane)
- pgsql: Fix mis-display of negative fractional seconds in interval values [email protected] (Tom Lane)
- pgsql: Fix mis-display of negative fractional seconds in interval values [email protected] (Tom Lane)
- oledb - oledb: Support functions for quoting identifiers and strings [email protected] (User Shachar)
- oledb - oledb: Finally found out how to test "OpenRowset". [email protected] (User Shachar)
- pgsql: Don't try to run clauseless index scans on index types that don't [email protected] (Tom Lane)
- pgsql: Don't try to run clauseless index scans on index types that don't [email protected] (Tom Lane)
- pgsql: Don't try to run clauseless index scans on index types that don't [email protected] (Tom Lane)
- pgsql: Don't try to run clauseless index scans on index types that don't [email protected] (Tom Lane)
- pgsql: Don't try to run clauseless index scans on index types that don't [email protected] (Tom Lane)
- pgsql: Add note clarifying that indexes that support ordered scans had [email protected] (Tom Lane)
- pgsql: Make pg_ctl status do a kill() test to verify that the PID found [email protected] (Tom Lane)
- pgsql: Make pg_ctl status do a kill() test to verify that the PID found [email protected] (Tom Lane)
- pgsql: Install some slightly realistic cost estimation for bitmap index [email protected] (Tom Lane)
- pgsql: Done: < * Add tool to query pg_stat_* tables and report indexes [email protected] (Bruce Momjian)
- pgsql: Updated text for bitmaps: < Bitmap indexes index single [email protected] (Bruce Momjian)
- pgsql: Rethink original decision to use AND/OR Expr nodes to represent [email protected] (Tom Lane)
- Re: pgsql: Make pg_ctl status do a kill() test to Simon Riggs
- pgsql: Clarify use of MD5 authentication and pg_shadow encryption. [email protected] (Bruce Momjian)
- pgsql: Clarify use of MD5 authentication and pg_shadow encryption. [email protected] (Bruce Momjian)
- python - ex: Make setup import friendly. [email protected] (James William Pye)
- python - lo: Make setup import friendly. [email protected] (James William Pye)
- python - me: Make setup import friendly. [email protected] (James William Pye)
- pgsql: Clarify that only crypt can't use md5 pg_shadow passwords. [email protected] (Bruce Momjian)
- pgsql: Clarify that only crypt can't use md5 pg_shadow passwords. [email protected] (Bruce Momjian)
- pgsql: Remove pre-7.3 mention that FOR UPDATE can be before LIMIT. [email protected] (Bruce Momjian)
- oledb - oledb: First attempt to solve the varchar length report bug [email protected] (User Shachar)
- oledb - oledb: Report length of "char" fields as well. [email protected] (User Shachar)
- pgsql: Update URL for TODO list. [email protected] (Bruce Momjian)
- tablelog - tablelog: Add numbers to error messages [email protected] (User Kimhanse)
- tablelog - tablelog: Generate table_log.sql using Makefile.nocontrib [email protected] (User Kimhanse)
- tablelog - tablelog: Prepare release 0.4.2, add description of [email protected] (User Kimhanse)
- pgsql: When moveToCurrentRow is called and the current row is off the [email protected] (Kris Jurka)
- pgsql: Updatable ResultSets need to check for an empty ResultSet because [email protected] (Kris Jurka)
- pgsql: Release build 216. [email protected] (Kris Jurka)
- pgsql: Typo fix. [email protected] (Bruce Momjian)
- pgsql: Fix typo: < Currently indexes do not have enough tuple tuple [email protected] (Bruce Momjian)
- tablelog - tablelog: test branching [email protected] (User Kimhanse)
- tablelog - tablelog: test branching [email protected] (User Kimhanse)
- tablelog - tablelog: test branching [email protected] (User Kimhanse)
- tablelog - tablelog: test branching [email protected] (User Kimhanse)
- pgsql: Backpatch of LIMIT / FOR UPDATE behavior, but keep pre-7.3 [email protected] (Bruce Momjian)
- tablelog - tablelog: Using PGXS [email protected] (User Kimhanse)
- tablelog - tablelog: New Directory [email protected] (User Kimhanse)
- tablelog - tablelog: New Directory [email protected] (User Kimhanse)
- pgsql: First cut at planner support for bitmap index scans. [email protected] (Tom Lane)
- tablelog - tablelog: Add simple tests [email protected] (User Kimhanse)
- python - be: Move some utility routines to tupledesc.c [email protected] (James William Pye)
- python - be: Move the TIF_Repr into htup_repr. [email protected] (James William Pye)
- tablelog - tablelog: Split table_log.c into two files, logging vs. [email protected] (User Kimhanse)
- tablelog - tablelog: Fix small warnings [email protected] (User Kimhanse)
- pgsql: Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and [email protected] (Tom Lane)
- pgsql: Teach choose_bitmap_and() to actually be choosy --- that is, try [email protected] (Tom Lane)
- python - be: Make setup.py import friendly. [email protected] (James William Pye)
- pgsql: Add documentation stating how to determine if FSM settings are [email protected] (Bruce Momjian)
- python - be: Make PyPgFunction inherit from PyPgObject(pg_proc entry). [email protected] (James William Pye)
- foot print for postgresq; sandhya
- pgsql: Turns out that my recent elimination of the 'redundant' [email protected] (Tom Lane)
- pgsql: int_aggregate's int_enum() doesn't work correctly with arrays [email protected] (Tom Lane)
- pgsql: int_aggregate's int_enum() doesn't work correctly with arrays [email protected] (Tom Lane)
- pgsql: int_aggregate's int_enum() doesn't work correctly with arrays [email protected] (Tom Lane)
- pgsql: int_aggregate's int_enum() doesn't work correctly with arrays [email protected] (Tom Lane)
- pgsql: Modify output of VACUUM VERBOSE to be clearer. [email protected] (Bruce Momjian)
- pgsql: Update FAQ release number to 8.0.2. [email protected] (Bruce Momjian)
- tablelog - tablelog: Use the quoting functions from the server [email protected] (User Kimhanse)
- pgsql: Define the right-hand input of AT TIME ZONE as a full a_expr [email protected] (Tom Lane)
- pgsql: Recent changes got the sense of the notnull bit backwards in the [email protected] (Tom Lane)
- pgsql: Treat a zero-D array as empty in int_enum(), per [email protected] (Tom Lane)
- tablelog - tablelog: Moved debugging #ifdef's to a single block in start [email protected] (User Kimhanse)
- pgsql: Allow -2147483648 to be treated as an INT4 rather than INT8 [email protected] (Tom Lane)
- pgsql: Add comment about checkpoint panic behavior during shutdown, per [email protected] (Tom Lane)
- pgsql: Update FAQ items to point to existing web pages rather than [email protected] (Bruce Momjian)
- pgsql: Add item about server-side debugging. [email protected] (Bruce Momjian)
- pgsql: Update H4 tag to H3 to be consistent with heading levels. [email protected] (Bruce Momjian)
- pgsql: Done: > * -Allow non-bitmap indexes to be combined by creating [email protected] (Bruce Momjian)
- pgsql: Update FAQ by eliminating non-frequent items like large objects [email protected] (Bruce Momjian)
- pgsql: Move info about lack of depencency checking in Makefiles to [email protected] (Bruce Momjian)
- pgsql: Make VACUUM VERBOSE FSM output all output in a single INFO output [email protected] (Bruce Momjian)
- pgsql: Update working of VACUUM VERBOSE. [email protected] (Bruce Momjian)
- pgsql: Update VACUUM VERBOSE update, per Alvaro. [email protected] (Bruce Momjian)
- pgsql: Fix typo: < * Add ISo INTERVAL handling > * Add ISO INTERVAL [email protected] (Bruce Momjian)
- pgsql: Done: < * Optimize locale to have minimal performance impact [email protected] (Bruce Momjian)
- pgsql: Remove explicit FreeExprContext calls during plan node shutdown. [email protected] (Tom Lane)
- pgsql: Done: < * Improve SMP performance on i386 machines > * -Improve [email protected] (Bruce Momjian)
- pgsql: Update threading item: < Solaris) might benefit from [email protected] (Bruce Momjian)
- pgsql: New item: > * Change WAL to use 32-bit CRC, for performance [email protected] (Bruce Momjian)
- pgsql: Remove item, not sure what it refers to: < * Allow ORDER BY ... [email protected] (Bruce Momjian)
- pgsql: Item already added to existing 'thread' item: < * Consider [email protected] (Bruce Momjian)
- pgsql: Turns out our existing page size is already optimal in most [email protected] (Bruce Momjian)
- pgsql: Remove useless argtype_inherit() code, and make consequent [email protected] (Tom Lane)
- pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. [email protected] (Tom Lane)
- pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. [email protected] (Tom Lane)
- pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. [email protected] (Tom Lane)
- pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. [email protected] (Tom Lane)
- pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. [email protected] (Tom Lane)
- python - be: Move fnExtraCalls list to pl.c. [email protected] (James William Pye)
- tablelog - tablelog: New Directory [email protected] (User Kimhanse)
- tablelog - tablelog: Written a restore view creating function in plpgsql [email protected] (User Kimhanse)
- python - be: Use get_attro and fill in members structure. [email protected] (James William Pye)
- pgsql: Update VACUUM VERBOSE FSM message, per Tom. [email protected] (Bruce Momjian)
- python - web: Script to synchronize the current build to [email protected] (James William Pye)
- python - be: Move IST interfaces to PL. [email protected] (James William Pye)
- pgsql: Update book items. [email protected] (Bruce Momjian)
- pgsql: Add line break. [email protected] (Bruce Momjian)
- pgsql: Update some comments to use SQL examples rather than QUEL. [email protected] (Neil Conway)
- pgsql: Add replication FAQ item. [email protected] (Bruce Momjian)
- pgsql: Clean up HTML. [email protected] (Bruce Momjian)
- pgsql: Update wording. [email protected] (Bruce Momjian)
- pgsql: Update wording: < This allows vacuum to reclaim free space [email protected] (Bruce Momjian)
- pgsql: Put back example of using Result node to execute an INSERT. [email protected] (Tom Lane)
- pgsql: Actually, nodeBitmapIndexscan.c doesn't need to create a standard [email protected] (Tom Lane)
- pgsql: Adjust nodeBitmapIndexscan.c to not keep the index open across [email protected] (Tom Lane)
- newsysviews - newsysview: add inheritance view [email protected] (User Andrewsn)
- newsysviews - newsysview: cleanup [email protected] (User Andrewsn)
- newsysviews - newsysview: build cleanup [email protected] (User Andrewsn)
- newsysviews - newsysview: fix for NOTHING rules and rules with multiple [email protected] (User Andrewsn)
- newsysviews - newsysview: start a list of stuff that could usefully be [email protected] (User Andrewsn)
- pgsql: Remove support for OR'd indexscans internal to a single IndexScan [email protected] (Tom Lane)
- pgsql: Add description for concurrent sequential scans: > One [email protected] (Bruce Momjian)
- pgsql: Replace slightly klugy create_bitmap_restriction() function with [email protected] (Tom Lane)
- pgsql: While determining the filter clauses for an index scan (either [email protected] (Tom Lane)
- pgsql: Avoid rechecking lossy operators twice in a bitmap scan plan. [email protected] (Tom Lane)
- Re: pgsql: Remove item, not sure what it refers to: Kris Jurka
- pgsql: Fix btree_gist to handle timetz zone correctly per recent [email protected] (Tom Lane)
- pgsql: Re-add item with better description: > * Allow ORDER BY ... [email protected] (Bruce Momjian)
- Re: pgsql: Remove item, not sure what it refers to: Bruce Momjian
- Re: pgsql: Remove item, not sure what it refers to: Stephen Frost
- Re: pgsql: Remove item, not sure what it refers to: Bruce Momjian
- tablelog - tablelog: Created function to create view that will do a [email protected] (User Kimhanse)
- Re: pgsql: Remove item, not sure what it refers to: Oleg Bartunov
- Re: pgsql: Re-add item with better description: > * Allow ORDER BY ... Tom Lane
- Re: pgsql: Re-add item with better description: > * Allow Bruce Momjian
- pgsql: Update description: < * Allow ORDER BY ... [email protected] (Bruce Momjian)
- pgsql: Fix btree_gist to handle timetz zone correctly per recent [email protected] (Tom Lane)
- pgsql: get_expr_result_type probably needs to be able to handle OpExpr [email protected] (Tom Lane)
- pgsql: Fix ExpandIndirectionStar to handle cases where the expression to [email protected] (Tom Lane)
- oledb - oledb: Added experimental support for "bytea". [email protected] (User Shachar)
- pgsql: On further experimentation, there were still a couple of bugs in [email protected] (Tom Lane)
- pgsql: Mention that PAM requires the user already exist in the database, [email protected] (Bruce Momjian)
- pgsql: Mention that PAM requires the user already exist in the database, [email protected] (Bruce Momjian)
- Re: pgsql: Mention that PAM requires the user already exist in the database, Tom Lane
- pgsql: workaround for bug in utils/date.h (timetz) [email protected] (Teodor Sigaev)
- pgsql: Update PAM documentation, per Alvaro. [email protected] (Bruce Momjian)
- pgsql: Update PAM documentation, per Alvaro. [email protected] (Bruce Momjian)
- pgsql: Wording improvement. [email protected] (Bruce Momjian)
- pgsql: Wording improvement. [email protected] (Bruce Momjian)
- pgaccess - pgaccess: quick fix from Robert Strong to catch selecting the [email protected] (User Cmaj)
- python - web: New favorite icon. [email protected] (James William Pye)
- python - web: Add feature list. [email protected] (James William Pye)
- pgsql: Add psql \set ON_ERROR_ROLLBACK to allow statements in a [email protected] (Bruce Momjian)
- pgsql: Add WAL compression item to TODO.detail. [email protected] (Bruce Momjian)
- newsysviews - newsysview: triggers [email protected] (User Andrewsn)
- newsysviews - newsysview: update all the definition comments, tagging [email protected] (User Andrewsn)
- newsysviews - newsysview: trivial script to extract definitions from [email protected] (User Andrewsn)
- pgsql: Fix a whitespace problem. [email protected] (Dennis Bjorklund)
- pgsql: Implement sharable row-level locks, and use them for foreign key [email protected] (Tom Lane)
- Re: pgsql: Mention that PAM requires the user already exist in the database, Peter Eisentraut
- pgaccess - pgaccess: first integration of new visual query builder [email protected] (User Cmaj)
- pgsql: Fix Borland makefile for libpq and improve it for psql. [email protected] (Bruce Momjian)
- pgsql: Done: > * -Implement shared row locks and use them in RI [email protected] (Bruce Momjian)
- pgsql: This patch fixes a bug in the error message emitted by pg_restore [email protected] (Neil Conway)
- pgbuildfarm - client-code: fix varname typo fix failure where parent [email protected] (User Andrewd)
- pgsql: Backpatch BCC compile changes to 8.0.X for psql. [email protected] (Bruce Momjian)
- pgsql: Backpatch BCC compile changes to 8.0.X for psql. [email protected] (Bruce Momjian)
- Re: pgsql: Backpatch BCC compile changes to 8.0.X for psql. Tom Lane
- pgsql: Improve cleanup from win32 client-only build. [email protected] (Bruce Momjian)
- pgsql: Improve cleanup from win32 client-only build. [email protected] (Bruce Momjian)
- pgsql: Remove extern from optreset that was just added. [email protected] (Bruce Momjian)
- Re: pgsql: Backpatch BCC compile changes to 8.0.X for psql. Bruce Momjian
- python - be: Add high and low attributes for boxes and A, B, and C [email protected] (James William Pye)
- pgsql: Restructure LOCKTAG as per discussions of a couple months ago. [email protected] (Tom Lane)
- python - web: Remove the rather ambiguous reference to "various [email protected] (James William Pye)
- python - lo: Alter name and version to be appropriate for sdist [email protected] (James William Pye)
- python - me: Make name and version more suitable for sdist [email protected] (James William Pye)
- python - ex: Make name and version sdist friendly. [email protected] (James William Pye)
- python - be: Make name and version sdist friendly. [email protected] (James William Pye)
- python - web: Give explicit authorization to use any of the works under [email protected] (James William Pye)
- python - web: Add the yet-to-exist project/ip and mention it in the [email protected] (James William Pye)
- python - be: Be sure give the caller a reference. [email protected] (James William Pye)
- python - web: Add the "Quick Start" for some wanna-be documentation. [email protected] (James William Pye)
- Re: pgsql: Improve cleanup from win32 client-only build. Neil Conway
- pgsql: Update replication FAQ. [email protected] (Bruce Momjian)
- pgsql: Update FAQ. [email protected] (Bruce Momjian)
- Re: pgsql: Improve cleanup from win32 client-only build. Bruce Momjian
- pgsql: Fix BCC to not define compiler location. [email protected] (Bruce Momjian)
- pgsql: This patch fixes a bug in the error message emitted by pg_restore [email protected] (Neil Conway)
- pgsql: This patch fixes a bug in the error message emitted by pg_restore [email protected] (Neil Conway)
- pgsql: This patch fixes a bug in the error message emitted by pg_restore [email protected] (Neil Conway)
- pgsql: This patch fixes a bug in the error message emitted by pg_restore [email protected] (Neil Conway)
- pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that [email protected] (Neil Conway)
- pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that [email protected] (Neil Conway)
- pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that [email protected] (Neil Conway)
- pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that [email protected] (Neil Conway)
- pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that [email protected] (Neil Conway)
- pgaccess - pgaccess: apply modified patch for pga_tables creation bug in [email protected] (User Cmaj)
- pgsql: Use the standard lock manager to establish priority order when [email protected] (Tom Lane)
- python - be: Move the XD(transaction dict) feature to the PL. [email protected] (James William Pye)
- pgsql: Make record_out and record_send extract type information from the [email protected] (Tom Lane)
- pgsql: Make record_out and record_send extract type information from the [email protected] (Tom Lane)
- pgsql: Change catalog entries for record_out and record_send to show [email protected] (Tom Lane)
- pgbuildfarm - client-code: add support for web proxy if farm member [email protected] (User Andrewd)