- pgsql: Update PITR mention of which WAL files are needed.
- pgsql: Update PITR mention of which WAL files are needed.
- pgsql: Initial implementation of lossy-tuple-bitmap data structures.
- python - be: Fixes and Features Add 'keys' and 'has_key' methods for
- python - be: Use the convenience macro
- python - be: Add common mapping object methods 'keys' and 'has_key'.
- python - be: Append traceback information to detail if it is a Postgres
- python - be: Complete namespace interface addition.
- python - be: Add catalog related entries
- python - be: Use HeapTupleHeader accessors.
- python - be: Add namespace interfaces.
- python - me: Namespaces interface Provides a mapping and attribute
- pgsql: Clarify name of file to be checked for PITR expiring.
- pgsql: Clarify name of file to be checked for PITR expiring.
- pgsql: Fix comment typo.
- python - be: Add convenience macro.
- python - be: Add catch and end convenience macro.
- newsysviews - newsysview: More fixes on grants.sql per IRC discussion
- newsysviews - newsysview: oops! forgot col name change to acl_modes.
- newsysviews - newsysview: made changes to grants.sql per IRC discussion
- newsysviews - newsysview: added acl_modes reference table to support
- newsysviews - newsysview: work in progress commit
- pgsql: Create a new 'MultiExecProcNode' call API for plan nodes that
- python - lo: Rework doc strings.
- pgsql: Minor improvements to locale documentation.
- pgnumerics - sql: Imported Sources
- pgnumerics - sql: Imported Sources
- pgsql: Fix comment typo.
- pgsql: Reduce PANIC to ERROR in several xlog routines that are used in
- python - ex: Fix logic(again) to allow all any exception with .code =
- pgsql: Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2)
- pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
- pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
- pgsql: This patch changes the use of varargs.h to stdarg.h as required
- pgsql: Remove an unused variable "waitingForSignal".
- python - web: Only link the project title, to set it off from
- python - web: Add layout structure overview
- python - web: Add vim source formatting magic.
- python - be: Add vim source formatting magic.
- python - be: Don't bail if !='posix'.
- pgsql: Done > * -Use indexes for MIN() and MAX()
- pgsql: Make equalTupleDescs() compare attlen/attbyval/attalign rather
- pgsql: Make equalTupleDescs() compare attlen/attbyval/attalign rather
- pgsql: Put back blessing of record-function tupledesc, which I removed
- pgsql: Don't try to constant-fold functions returning RECORD, since the
- pgsql: Don't try to constant-fold functions returning RECORD, since the
- pgsql: Don't try to constant-fold functions returning RECORD, since the
- pgsql: Don't try to constant-fold functions returning RECORD, since the
- pgsql: Must count '*' characters as potential arguments.
- pgsql: Marginal hack to use a specialized hash function for dynahash
- pgsql: Completion of project to use fixed OIDs for all system catalogs
- docbot - docbot: Bot now rereads config on SIGHUP.
- docbot - docbot: Actually use config
- pgsql: Added patch by Philip Yarra <philip.yarra@internode.on.net> for a
- pgsql: Added patch by Philip Yarra <philip.yarra@internode.on.net> for a
- newsysviews - newsysview: Finished pg_users Added pg_groups Added
- newsysviews - newsysview: rules view
- pgsql: First phase of project to use fixed OIDs for all system catalogs
- pgsql: Simplify initdb-time assignment of OIDs as I proposed yesterday,
- python - web: Fix broken links(sp -> project).
- pgsql: Change addRangeTableEntryForRelation() to take a Relation pointer
- python - web: Quiet removal of doc/ contents.
- python - web: Site is now explicitly dependent on a doc build.
- python - web: Add documentation project to list.
- pgsql: Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA
- pgaccess - pgaccess: more non-empty types
- pgaccess - pgaccess: removed useless horizontal scroll bars (thanks,
- pgsql: Minor consistency improvement to the documentation on array
- dbi-link - dbi-link: fixed wrong fix to remote_query.sql
- dbi-link - dbi-link: Fixed wrong table alias and removed extra
- pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come
- pgsql: Remove unnecessary UPDATE commands to assign explicit ACLs to
- pgsql: Revert mistaken renaming of UTF-8.
- docbot - docbot: Docbot wraps >= 4 URLs, leaves 3 alone.
- docbot - docbot: Fixed duplicates in queries.
- pgsql: Fix oversight in MIN/MAX optimization: must not return NULL
- newsysviews - newsysview: table constraints and foreign keys
- newsysviews - newsysview: allow for missing tablespace row (7.4 compat
- pgsql: Add aggsortop column to pg_aggregate, so that MIN/MAX
- newsysviews - newsysview: 7.4 compat
- pgsql: Fix broken markup.
- newsysviews - newsysview: add view for database configuration
- newsysviews - newsysview: Partial implementation of pg_users added for
- pgsql: Create the planner mechanism for optimizing simple MIN and MAX
- python - web: Add CVS Web interface links to the project description
- pgsql: Fix interaction between materializing holdable cursors and firing
- pgsql: Fix interaction between materializing holdable cursors and firing
- python - web: Imported Sources
- docbot - www: Initial checkin of www stuff
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: Added right files, sorry for that first commit
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: New Directory
- docbot - www: Oops i did mistake, removed all files from www
- docbot - www: Imported Sources
- pgsql: PersistHoldablePortal must establish the correct value for
- pgsql: PersistHoldablePortal must establish the correct value for
- python - me: Imported Sources
- python - be: Remove setattr as it was just a wasting way to say "you
- python - be: remove unnecessary type structure initializations, the
- python - be: uncomment the LargeObject initialization
- python - be: fix assertion trap.
- docbot - docbot: Output more urls per line
- pgsql: Update to XHTML.
- newsysviews - newsysview: use existing bit_or aggregate rather than
- pgsql: Make constant-folding produce sane output for
- pgsql: Make constant-folding produce sane output for
- pgsql: Make constant-folding produce sane output for
- pgsql: Split out into a separate function the code in grouping_planner()
- tablelog - tablelog: Added table_log_init() function
- tablelog - tablelog: Get number_columns_log from TupleDesc
- tablelog - tablelog: Bugfix: tupleDesc->natts is not lowered when a
- pgsql: SQL functions returning pass-by-reference types were copying the
- pgsql: SQL functions returning pass-by-reference types were copying the
- tablelog - tablelog: Accept log_schema as 3rd arg in table_log() trigger
- tablelog - tablelog: Get number_columns from system catalog cache
- newsysviews - newsysview: Ignore .swp files
- newsysviews - newsysview: pg_databases, but we still need
- tablelog - tablelog: schema used in __table_log
- tablelog - tablelog: Using filenames as target/prerequisite in
- newsysviews - newsysview: Missing some table references
- newsysviews - newsysview: pg_*_conversions
- newsysviews - newsysview: Update doc
- newsysviews - newsysview: pg_*_casts
- newsysviews - newsysview: Welcome aggregates.
- python - ex: Fix logic to only raise an exception if all fail, rather
- newsysviews - newsysview: Don't ignore _compat.sql now that it shouldn't
- newsysviews - newsysview: We decided to display type info called by
- newsysviews - newsysview: sync docs and code
- newsysviews - newsysview: Add vi: tag
- docbot - docbot: Fixed reply on private message
- tablelog - tablelog: Imported Sources
- newsysviews - newsysview: lots of new stuff: - "relations" views
- pginstaller - web: Add FAQ about dynamic load errors on procedural
- pgsql: Done: < * Allow additional tables to be specified in DELETE for
- pgsql: We don't put URL's in ulink's because the URL is always
- python - be: Raise Postgres.Errors as what they are defined to be,
- python - be: Don't continue to fill in the error if errstart returns
- python - be: Misplaced function, this belongs in pl.c where is actually
- docbot - docbot: Changed the docbot to join #postgresql-es, but not
- pgaccess - pgaccess: latest version from Robert Strong, with licensing
- pgsql: If we're going to have a non-panic check for held_lwlocks[]
- pginstaller - pginst: Prep for 8.0.2
- pgsql: Use an always-there test, not an Assert, to check for overrun of
- python - be: Finish transition Move/Rename files.
- python - be: Special case bytea instantiation to avoid escaping.
- pgsql: Change the default setting of "add_missing_from" to false.
- pgsql: Use fork_process() to avoid some fork()-related boilerplate code
- python - lo: Add new spaces Update setup's project information.
- python - lo: Add new directory __init__.py's Alter docstrings a bit, and
- python - lo: New Directory
- python - lo: New Directory
- python - lo: New Directory
- pgsql: Stamp 8.0.2.
- pgsql: Update and copy-edit release notes for 8.0.2.
- pgsql: Update and copy-edit release notes for 8.0.2.
- python - be: Rename and use new APIs.
- python - be: Fix the DEBUG1 PyCFunction.
- python - be: Inherit from PyPgObject.
- python - be: Don't forget build_clib sub command.
- pgsql: Fix some issues with missing or too many newlines at end of file.
- python - be: Rename and use new APIs
- python - be: Move headers to there new home/name.
- python - be: New Directory
- python - be: Add various type Oid's from catalog/pg_type.h.
- python - be: Moved to call/.
- pgsql: Allow plpgsql functions to omit RETURN command when the function
- python - be: Postgres.Object and others no longer depend on this as a
- python - be: Add common types to module and comment out LargeObject
- python - be: Moved to call/ to reflect its inheritance of PyPgCall_Type.
- python - be: New Directory
- python - be: New Directory
- pgsql: Minor documentation tweak.
- pgsql: Fix minor breakage to regression tests induced in previous commit
- pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM
- pgsql: Apply the "nodeAgg" optimization to more of the builtin
- pgsql: Remove test for NULL node in ExecProcNode().
- python - ex: Imported Sources
- pgsql: Merge Resdom nodes into TargetEntry nodes to simplify code and
- newsysviews - newsysview: fix some 7.4 compat issues
- pgsql: Attached patch cleans up the HTML code in tools/backend.
- newsysviews - newsysview: have build.sh figure the server version out
- newsysviews - newsysview: add views and view_columns views.
- pginstaller - web: HTML markup fixes
- newsysviews - newsysview: table_columns doesn't need to join on pg_type;
- pginstaller - web: Move FAQs into a subdirectory, and make sure they
- pginstaller - web: New Directory
- newsysviews - newsysview: Make type definitions as old, add TODO to
- pgsql: Include information about a domain's CHECK constraint, if any, in
- newsysviews - newsysview: Add build script
- pgsql: This file was whacked by pgindent before it knew it shouldn't
- newsysviews - newsysview: pg_database.template should be a boolean
- pgsql: Adjust grammar for plpgsql's OPEN command so that a cursor can be
- newsysviews - newsysview: add index views.
- newsysviews - newsysview: s/TEXT/NAME/ where appropriate; add schema
- pgsql: plpgsql does OUT parameters, as per my proposal a few weeks ago.
- pgsql: Fix broken markup.
- pgsql: This patch changes int2_avg_accum() and int4_avg_accum() use the
- oledb - oledb: Update the document about the new project home site
- pgaccess - pgaccess: added a couple more types that cannot be empty
- pgaccess - pgaccess: fixed inserts of null values for ints/floats,
- pgaccess - pgaccess: fixed renaming of tables
- pgsql: Minor fixes for psql tab completion.
- pgsql: Add a link to www.postgresql.org/download to the installation
- pgsql: Remove an unused variable `ShmemBootstrap', and remove an
- pgsql: In cost_mergejoin, the early-exit effect should not apply to the
- pgsql: In cost_mergejoin, the early-exit effect should not apply to the
- pgsql: In cost_mergejoin, the early-exit effect should not apply to the
- pgsql: Put back code mistakenly removed from copy of postmaster's
- pgsql: Put back code mistakenly removed from copy of postmaster's
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Fix release not typo.
- pgsql: Fix release not typo.
- newsysviews - newsysview: fix estimated_mb for tables with no TOAST.
- pgsql: Update release notes for 8.0.2.
- pgsql: Update release notes for 8.0.2.
- newsysviews - newsysview: First cut at tables and table_columns views.
- pgsql: Second try at making examine_variable and friends behave sanely
- pgsql: Second try at making examine_variable and friends behave sanely
- pgsql: Make plperl work with OUT parameters.
- pgsql: Minor improvements in the really-pretty-ad-hoc test scripts for
- pgsql: Teach pg_dump about OUT parameters.
- pgsql: Backpatch FAQ's to 8.0.X.
- pgsql: Update pgcvslog examples.
- pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
- pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
- pgsql: Update pgcvslog examples.
- pgsql: Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
- pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new
- newsysviews - newsysview: First pass at type views
- pgsql: Flush any remaining statistics counts out to the collector at
- pgsql: Flush any remaining statistics counts out to the collector at
- pgsql: Flush any remaining statistics counts out to the collector at
- pgsql: First phase of OUT-parameters project.
- pgsql: Translation updates
- pgsql: Fix various comparing functions
- pgsql: Fix various comparing functions
- pgsql: 1 fix various comparing functions 2 implement gtsvector_out for
- pgsql: Adjust SGML ulink tags to the URL is always displayed in our
- pgsql: Minor code cleanup: ExecHash() was returning a null
- newsysviews - newsysview: New Directory
- pgsql: Fix build error in pg_buffercache on Win32 (native and cygwin).
- docbot - docbot: Testing PJMODOS's fix for the bot returning a null