- pgsql: Identify schema of inherited table in psql \d when necessary.
- pgsql: Add missing OIDs to pg_proc.
- pginstaller - pginst: Add LongName attribute for xxid.v80.sql, per
- pginstaller - pginst: Add LongName attribute for xxid.v80.sql, per
- pginstaller - pginst: Add LongName attribute for xxid.v80.sql, per
- pgsql: Remove item: < o ARRAY[[1,2],[3,4]])[1] should return the same
- pgsql: Document IS [NOT] OF, which was added in 7.3.
- pgsql: Document IS [NOT] OF, which was added in 7.3.
- pgsql: Add FAQ text about Makefile.custom:
- pgsql: Document that to_char('J'/Julian) is midnight-based, per report
- pgsql: Wording improvement.
- pgsql: Update PQfree() documentation to be clearer, backpatch to 8.2.X.
- pgsql: Update PQfree() documentation to be clearer, backpatch to 8.2.X.
- pgsql: Update wording: < * Consider allowing configuration of TOAST
- pgsql: Add: > * Consider allowing configuration of TOAST thresholds >
- pgsql: Add newlines.
- pgsql: Add: > * Allow UPDATEs on only non-referential integrity columns
- pgsql: Add: > * Allow INSERT/UPDATE ...
- pgsql: Clarify documentation that initdb -A or editing pg_hba.conf is
- pgsql: Clarify documentation for "day of the week" handling for
- pgsql: Done: > * -Add ISO day of week format 'ID' to to_char() where
- pgsql: Add "isodow" option to EXTRACT() and date_part() where Sunday =
- pgsql: Done: > * -Add a field 'isoyear' to extract(), based on the ISO
- pgsql: Done: < o Add long file support for binary pg_dump output < <
- pgsql: Fix pg_dump on win32 to properly dump files larger than 2Gb when
- pgsql: Fix pg_dump on win32 to properly dump files larger than 2Gb when
- stackbuilder - wizard: Use an XPM for the background, rather than an
- pgsql: Parse pg_proc.h with entries without OIDs.
- plpsm - plpgpsm: mall text correctures
- plpsm - plpgpsm: merge patch: Improve plpgsql's error message when a
- stackbuilder - setupkit: Remove some RoR specific stuff from the
- stackbuilder - setupkit: Initial import of the setup kit
- stackbuilder - setupkit: New Directory
- stackbuilder - setupkit: Imported Sources
- stackbuilder - wizard: Initial import of the StackBuilder wizard code
- stackbuilder - installers: Initial import of the pgRails installer
- stackbuilder - installers: New Directory
- stackbuilder - installers: Imported Sources
- stackbuilder - installers: Imported Sources
- stackbuilder - wizard: New Directory
- stackbuilder - wizard: New Directory
- stackbuilder - wizard: Imported Sources
- stackbuilder - setupkit: Imported Sources
- stackbuilder - installers: Imported Sources
- stackbuilder - installers: Imported Sources
- pgsql: Get rid of some old and crufty global variables in the planner.
- pgsql: Improve plpgsql's error message when a datatype declaration is
- pgsql: Put function expressions and values lists into FunctionScan and
- attn: danella - highly fulfilling premium nntp server access - gig wov - (1/1)
- pgsql: Fix portal management code to support non-default command
- pgsql: Fix portal management code to support non-default command
- pgsql: Fix portal management code to support non-default command
- pgsql: Fix portal management code to support non-default command
- pgsql: Fix portal management code to support non-default command
- plpsm - plpgpsm: enhanced diagnostics for warnings
- pgsql: Document limitation of SPI_execute() using multiple queries in a
- pgsql: Update wording: < Currently, ALTER USER and ALTER DATABASE
- pgsql: Add: * Allow SQL-language functions to reference parameters by
- pgsql: Update "Conflicting lock modes" to show as conflict, add
- pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy
- pgsql: Remove rint() for to_char MS and US output.
- pgsql: Add: > * Allow holdable cursors in SPI
- pgsql: Cleanup of to_char() patch.
- pgsql: Add: > > o Allow row and record variables to be set to NULL
- pgsql: Remove installation mention that integer timestamps is less
- pgsql: Create AVG() aggregates for int8 and NUMERIC which do not compute
- pgsql: Teach find_nonnullable_rels to handle OR cases: if every arm of
- pgsql: Add: > o Consider reducing on-disk varlena length from four to
- pgsql: Fix new RI operator selection code to do the right thing when
- pgsql: Reduce the amount of memory "clobbered" for every process title
- pgsql: Adjust the definition of is_pushed_down so that it's always true
- pgsql: Adjust the definition of is_pushed_down so that it's always true
- pgsql: Better fix for determining minimum and maximum int64 values that
- pgsql: Install a more correct fix in the timestamp and timestamptz
- pgsql: Code review for SSLKEY patch.
- pgsql: Fix markup, spelling, grammar, and explanations for SSLKEY patch.
- pgsql: Fix the timestamptz test problem, by moving the tests that use
- pgsql: Add stdint.h include
- pgsql: Functions for mapping table data and table schemas to XML (a.k.a.
- pgsql: Remove extra character erroneously added.
- pgsql: Remove tabs from SGML files to help tag alingment and improve
- pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual
- pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual
- pgsql: Add two new format fields for use with to_char(), to_date() and
- pgsql: SSL improvements: o read global SSL configuration file o add
- pgsql: Remove useless database name from bootstrap argument processing
- pgsql: Restructure code that is responsible for ensuring that clauseless
- pgsql: Restructure code that is responsible for ensuring that clauseless
- pgsql: Restructure code that is responsible for ensuring that clauseless
- pgsql: Restructure autovacuum in two processes: a dummy process, which
- plpsm - plpgpsm: contrib package completation
- plpsm - plpgpsm: contrib cfg game
- plpsm - plpgpsm: magic.c isn't necessery
- plpsm - plpgpsm: move to contrib format
- plpsm - plpgpsm: resignal statement support
- plpsm - plpgpsm: allow older syntax for enhanced diagnostic statement
- plpsm - plpgpsm: allows stacked diagnostics entry for exceptions get
- pgsql: Add ORDER BY to a query on information_schema.views, to avoid
- pgsql: Repair oversight in 8.2 change that improved the handling of
- pgsql: Repair oversight in 8.2 change that improved the handling of
- pgsql: Make it possible to build with integer datetimes in msvc, and
- pgsql: Add: > > o Use LC_TIME for localized weekday/month names,
- pgsql: Add some discussion of sort ordering to indices.sgml, which
- pg-migrator - src: FB#6236 - correcting operation sequencing and a
- pgsql: Fix typo
- pgsql: Fix to_date()/to_timestamp() 'D' field for day of week, was off
- pgsql: Move fsync method macro defines into /include/access/xlogdefs.h
- pgsql: Minor editorialization on operator-family documentation: put some
- pgsql: Add: > * Clean up casting in /contrib/isn > >
- pgsql: Add: > * Improve logging of prepared statements recovered during
- pgsql: Fix capitalization and punctuation of two more GUC description
- pgsql: Add URL for: * Allow SQL-language functions to return results
- pgsql: Fix up foreign-key mechanism so that there is a sound semantic
- pgsql: Add URL for: > >
- pgsql: Add URL for: * Update Bonjour to work with newer cross-platform
- plpsm - plpgpsm: holdable cursor support
- pgsql: Add: > * Improve failure message when DROP DATABASE is used on a
- pgsql: Disallow committing a prepared transaction unless we are in the
- pgsql: Disallow committing a prepared transaction unless we are in the
- pgsql: Disallow committing a prepared transaction unless we are in the
- pgsql: Improve postmaster's behavior if an accept() call fails.
- pgsql: Add URL for: * Update Bonjour to work with newer cross-platform
- pgsql: Add code so database scans are done in an order consistent with
- pgsql: Update /contrib/fuzzystrmatch error message to mention bytes, not
- pgsql: Add ORDER BY to vacummdb so databases are scaned in the same
- pgsql: Add: > * Update our code to handle 64-bit timezone files to
- pgsql: Un-break build on ANSI compilers (like msvc) by moving Assert to
- pgsql: Add script to run regression tests under vc++ without mingw.
- pgsql: One more fix for makefile := to : change.
- pgsql: Properly parse Makefile after change from := to =.
- pgsql: Repair bug in 8.2's new logic for planning outer joins: we have
- pgsql: Repair bug in 8.2's new logic for planning outer joins: we have
- pgsql: Add comment to explain why O_EXCL and O_TRUNC can be ignored in
- pgsql: Add comment that to_char() for broken glibc pt_BR might cause a
- pgsql: Avoid infinite recursion when dumping new planner
- pgsql: Fix backend crash in parsing incorrect tsquery.
- pgsql: Fix backend crash in parsing incorrect tsquery.
- pgsql: Fix backend crash in parsing incorrect tsquery.
- pgsql: Fix backend crash in parsing incorrect tsquery.
- pgsql: Fix backend crash in parsing incorrect tsquery.
- plpsm - plpgpsm: dynamic cursor support
- plpsm - plpgpsm: small pl_func fix (porint onfo about tbl expr)
- plpsm - plpgpsm: rollback removing ifndef for pre phantom version and
- pgsql: Fix pg_standby to build on msvc.
- pgsql: Add support for optionally escaping periods when converting SQL
- pg-migrator - src: Fixing a few usability issues, refactoring some
- pgsql: Fix another erroneous =-for-:= substitution.
- pgsql: Fixed multibyte handling as reported by
- pgsql: Fix for early log messages during postmaster startup getting lost
- pgsql: Fix for early log messages during postmaster startup getting lost
- pgcluster - 1.7: Imported Sources
- pgcluster - 1.5: Imported Sources
- pgsql: Fix for early log messages during postmaster startup getting lost
- pgsql: Improve documentation for CREATE CONSTRAINT TRIGGER.
- plpsm - plpgpsm: There's no need for the ifdefs.
- pgsql: Add proper mapping of boolean type data to XML Schema.
- pgsql: StrNCpy -> strlcpy (not complete)
- pgsql: Put back some not-so-unnecessary-as-all-that := usages.
- pgsql: Hm, seems my hack on rowtypes regression test has made its output
- pgsql: Unbreak the SGML doc build: ":=" is needed to assign to variables
- pgsql: Minor tweak to make rowtypes regression test run faster.
- pgsql: Remove useless CPPFLAGS.
- pgsql: Add $PostgreSQL$ marker to contrib makefiles.
- pgsql: Call pgstat_drop_database during DROP DATABASE, so that any stats
- pgsql: Replace useless uses of := by = in makefiles.
- plpsm - plpgpsm: recompile option supported It allows recompile every
- plpsm - plpgpsm: prepare for phantom cid
- pgsql: Remove blank lines in code.
- pgsql: Update FAQ for new 24-byte header, down from 28.
- pgsql: Add blank line.
- pgsql: Add URL for: < >
- pgsql: Done! < * Merge xmin/xmax/cmin/cmax back into three header
- pgsql: Combine cmin and cmax fields of HeapTupleHeaders into a single
- pgsql: Remove blank line from C code.
- pgsql: Update: < * Consider placing all sequences in a single table > *
- pgsql: Update: < * Consider placing all sequences in a single table,
- pgsql: Add: > * Consider placing all sequences in a single table, now
- pgsql: Add URL for: * Add support for SQL-standard GENERATED/IDENTITY
- pgsql: Fix bug when localized to_char() day or month names were
- pgsql: Add missing #define for mingw, per Magnus.
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the
- pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it
- pgsql: Rearrange use of plpgsql_add_initdatums() so that only the
- pgsql: Fix bug when localized to_char() day or month names were
- plpsm - plpgpsm: SQL2003 syntax for using table expression in RETURN
- pgsql: This patch fixes shared_preload_libraries on Windows hosts.
- pgsql: This patch fixes shared_preload_libraries on Windows hosts.
- pgsql: Add lock matrix to documentation.
- pgsql: Win32 regression test fixes: For win32 in general, this makes it
- pgsql: Add /contrib/pg_standby: pg_standby is a production-ready
- pgsql: Add /contrib/pg_standby: pg_standby is a production-ready
- pgsql: New Directory
- pgsql: Fix reference-after-free in the new btree page split code, as
- pgsql: Normalize fgets() calls to use sizeof() for calculating the
- pgsql: Reduce WAL activity for page splits: > Currently, an index split
- pgsql: Check if the role exists before doing more complex ident and
- pgsql: Update URL for "Generalized Partial Indexes" paper to point to a
- pgsql: Update URL for "Generalized Partial Indexes" paper to point to a
- pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if
- pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if
- pgsql: Fix bug in our code when using to_timestamp() or to_date()
- pgsql: Add a function pg_stat_clear_snapshot() that discards any
- pgsql: Modify the stats regression test to delay until the stats file
- pgsql: Remove the xlog-centric "database system is ready" message and
- Help Needed
- pginstaller - pginst: Update for PostGIS JDBC 1.7
- pgsql: The VC++ build needs to compile the new strlcat.c file.
- pginstaller - pginst: Prep for 8.2.3
- pginstaller - pginst: Prep for 8.1.8
- pginstaller - pginst: Prep for 8.0.12
- pgsql: Stamp bug template for 8.3.
- pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
- pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
- pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
- pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
- pgsql: Fix PG_VERSION_NUM too.
- pgsql: Fix wrong spacing (I think Bruce tried to hand-edit this instead
- pgsql: Stamp releases 8.2.3, 8.1.8, 8.0.12.
- pgsql: Stamp releases 8.2.3, 8.1.8, 8.0.12.
- pgsql: Stamp releases 8.2.3, 8.1.8, 8.0.12.
- pgsql: Update FAQ for 8.2.3.
- pgsql: Update for 8.2.3.
- pgsql: Replace some strncpy() by strlcpy().
- pgsql: Use memcpy() instead of strncpy() for copying into varlena
- pgsql: Add strlcat() from OpenBSD, to be used for replacing strncat and
- pgsql: Fix an error in the original coding of holdable cursors:
- pgsql: Fix an error in the original coding of holdable cursors:
- pgsql: Fix an error in the original coding of holdable cursors:
- pgsql: Fix an error in the original coding of holdable cursors:
- pgsql: Fix an error in the original coding of holdable cursors:
- pginstaller - web: Add text about setting environment variables
- pgsql: Backpatch FAQs to 8.2.X branch.
- pgsql: Update for 8.2.2 as most recent release.
- pgsql: Update workding for daylight savings time.
- pgsql: Update timezone FAQ item: <P>USA saving time changes are
- pgsql: Remove typmod checking from the recent security-related patches.
- pgsql: Remove typmod checking from the recent security-related patches.
- pgsql: Remove typmod checking from the recent security-related patches.
- pgsql: Remove typmod checking from the recent security-related patches.
- pgsql: Split apart entries, one done now: * -Move NAMEDATALEN from
- pgsql: Fix typo in comment.