- pgsql: Add URL for: o Fix RENAME to work on variables other than
- pgsql: Consistenly use colons before '<programlisting>' blocks, where
- pgsql: Update reference documentation on may/can/might: Standard
- pgsql: Update comment.
- pg-migrator - src: Recognizing 8.2 pg_resetxlog, commenting Makefile a
- pgsql: Revert error message change for may/can/might --- needs
- pgsql: Update documentation on may/can/might: Standard English uses
- pgsql: Add missing Makefile dependencies for the "bigtest" and
- pgsql: Rewrite uuid input and output routines to avoid dependency on the
- pgsql: Fix initdb to not generate misleading error messages when
- pgsql: Revert gincostestimate changes.
- pgsql: Update FreeBSD DocBook installation notices
- pgsql: Allow GIN's extractQuery method to signal that nothing can
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Translation updates
- odbclink - odbclink: Correction of error handling.
- pgsql: Add URL: o Fix RENAME to work on variables other than
- pgsql: Document need for periodic REINDEX in VACUUM FULL cases.
- pgsql: Document need for periodic REINDEX in VACUUM FULL cases.
- pgsql: Add missing colon.
- pgsql: Add: > > * Add REINDEX CONCURRENTLY, like CREATE INDEX
- pgsql: Update for VACUUM FULL: < reindex rather than update the
- odbclink - odbclink: Fixed message condition bug.
- odbclink - odbclink: 1.) Fixed error message condition.
- pgsql: Add: > o ARRAY[[1,2],[3,4]])[1] should return the same values as
- pgsql: Add FAQ item about timezones and daylight savings time.
- pgsql: Update documentation for backslashes to mention escape string
- pgsql: Update documentation for backslashes to mention escape string
- pgsql: Repair oversights in the mechanism used to store compiled plpgsql
- pgsql: Repair oversights in the mechanism used to store compiled plpgsql
- pgsql: Repair oversights in the mechanism used to store compiled plpgsql
- pgsql: Add SPI_push/SPI_pop calls so that datatype input and output
- pgsql: Add SPI_push/SPI_pop calls so that datatype input and output
- pgsql: Add SPI_push/SPI_pop calls so that datatype input and output
- pgsql: Add SPI_push/SPI_pop calls so that datatype input and output
- plpsm - plpgpsm: fix dump functions
- pgsql: Update documentation for pg_get_serial_sequence() function.
- pgsql: Clarify paramater handling for pg_get_serial_sequence().
- pgsql: Add support for cross-type hashing in hash index searches and
- pgsql: Add comment noting that hashm_procid in a hash index's metapage
- CVSROOT: remove rcstemplate for now Submitted by: Reviewed by:
- CVSROOT: slight clean up Submitted by: Reviewed by: Approved by:
- CVSROOT: oops, gotta get format right
- CVSROOT: modify rcsinfo
- CVSROOT: shorten rcstemplate to what we actually would use
- CVSROOT: add rcstemplat to here
- CVSROOT: add an rcstemplate to 'prompt' for information ...
- pgsql: Update wording for minor release upgrades, per Alvaro.
- pgsql: Done: < * Add Globally/Universally Unique Identifier (GUID/UUID)
- plpsm - plpgpsm: refactoring source code: * sql/psm names and
- pgsql: Use sizeof() for snprintf() buffer length.
- pgsql: Update process termination message to display signal number and
- pgsql: Update documentation on XML functions
- plpsm - plpgpsm: small enhancing regress test
- plpsm - plpgpsm: merge patch: Fix up plpgsql's "simple expression"
- plpsm - plpgpsm: debug information contains in params
- plpsm - plpgpsm: merge patch: Make some small improvements in the
- pgsql: Improve hash join to discard input tuples immediately if they
- pgsql: Remove unnecessary checkpoint from PL regression tests.
- pgsql: Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any
- pgsql: Fix plpython MSVC build in non-debug mode.
- pgsql: Remove some unnecessary conversion work in build_regtype_array().
- pgsql: Repair oversight in creation of "append relations": we should set
- pgsql: Repair oversight in creation of "append relations": we should set
- plpsm - plpgpsm: plpgpsm doesn't need any core patch.
- pgsql: Make some small improvements in the accuracy of plpgsql's error
- pgsql: Fix path problem in MSVC bison wrapper.
- pgsql: Add a new builtin type, "uuid".
- pgsql: Fix up plpgsql's "simple expression" evaluation mechanism so that
- pgsql: Fix up plpgsql's "simple expression" evaluation mechanism so that
- pgsql: Drat, can't fit an additional argument into log_error.
- pgsql: Clean up broken usage of HAVE_DECL_SYS_SIGLIST and
- pgsql: Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST,
- pgsql: Add a delay at the start of the stats test, to let any prior
- pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs
- pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs
- pgsql: Add signal.h for sys_siglist reference.
- pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
- pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
- pgsql: Use sys_siglist[] to print out signal names for signal exits,
- pgsql: Modify SGML makefile to allow 'gmake draft' to build draft html
- dbi-link - dbi-link: Changed .spec file to point to the right spot.
- dbi-link - dbi-link: Replaced old .spec file with more correct one.
- pgsql: Correct an old logic error in btree page splitting: when
- pgsql: Correct an old logic error in btree page splitting: when
- pgsql: Correct an old logic error in btree page splitting: when
- pgsql: Correct an old logic error in btree page splitting: when
- pgsql: Correct an old logic error in btree page splitting: when
- pgsql: Correct an old logic error in btree page splitting: when
- pgsql: Back-port changes of Jan 16 and 17 to "revoke" pending fsync
- pgsql: Back-port changes of Jan 16 and 17 to "revoke" pending fsync
- pgsql: Fixed expected files, so they are in sync with tests again.
- pgsql: remove unnecessary and now inaccurate cast which I should have
- pgsql: Reactivate libxml memory management via palloc, now that I think
- pgsql: Add trailing zero byte in Unicode codepoint conversion.
- npgsql - Npgsql2: 2007-01-26 Josh Cooley <jbnpgsql@tuxinthebox.net>
- pgsql: Add: > * Enforce typmod for function inputs, function results
- dbi-link - dbi-link: Removed test directory (replaced with examples
- pgsql: Add: > * Consider having the background writer update the
- pgsql: Add: > > * Consider increasing NUM_CLOG_BUFFERS
- dbi-link - dbi-link: Moved examples to their own directory, none
- pgsql: Allow args to spi_prepare to be standard type aliaes as well as
- pgsql: Update installation wording for an upgrade to state that
- dbi-link - dbi-link: New Directory
- dbi-link - dbi-link: New Directory
- dbi-link - dbi-link: New Directory
- dbi-link - dbi-link: New Directory
- dbi-link - dbi-link: New Directory
- dbi-link - dbi-link: New Directory
- dbi-link - dbi-link: New Directory
- pgsql: Control openjade draft-mode by variable DRAFT, rather than
- dbi-link - dbi-link: Added README for Sybase and MS-SQL Server.
- pgsql: Update wording of installation when upgrading, to more clearly
- pgsql: Modify draft SGML instructions to use DRAFT=Y because recursion
- pgsql: On Windows, use pgwin32_waitforsinglesocket() instead of select()
- pgsql: On Windows, use pgwin32_waitforsinglesocket() instead of select()
- pgsql: Squelch some VC++ compiler warnings.
- pgsql: Update BSD/OS platform for 8.2.
- pgsql: Add URL for shrinking tuple to just its headers: >
- pgsql: Update Win32 exception comment.
- pgsql: Add a setlocal command to the beginning of build.bat.
- pgsql: Removed compiler warning due to unneeded unsigned declaration.
- odbclink - odbclink: Imported Sources
- pgsql: Update pg_dumpall -f option description.
- pgsql: Correction: temp_tablespaces was implemented by Albert Cervera
- pgsql: Reverse out use of Py_RETURN_TRUE in plpython, only supported in
- pgsql: Various fixes in the logic of XML functions: - Add new SQL
- pgsql: Done: > o -Add a GUC variable to control the tablespace for
- pgsql: Add GUC temp_tablespaces to provide a default location for
- pgsql: Properly detoast access to bytea field pg_trigger.tgargs.
- pgsql: Properly detoast access to bytea field pg_trigger.tgargs.
- pgsql: Fix for plpython functions; return true/false for boolean,
- pgsql: Add 'output file' option for pg_dumpall, especially useful for
- pgsql: Remove developers list from TODO list now that we have URLs to
- pgsql: Done: < o Add -f to pg_dumpall > o -Add -f to pg_dumpall
- pgsql: Allow pg_dumpall to specify a database name rather than the
- pgsql: Add --tablespaces-only and --roles-only options to pg_dumpall.
- pgsql: Prevent WAL logging when COPY is done in the same transation that
- pgsql: When using MSVC, disable the building of ecpg if pthreads is not
- pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
- pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
- pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
- pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
- pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
- pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
- pgsql: Relax an Assert() that has been found to be too strict in some
- pgsql: Relax an Assert() that has been found to be too strict in some
- pgsql: Relax an Assert() that has been found to be too strict in some
- pgsql: Relax an Assert() that has been found to be too strict in some
- pgsql: Relax an Assert() that has been found to be too strict in some
- pgsql: Simplify handling of XML error messages: Just use the string
- pgsql: Update xindex.sgml to discuss operator families.
- pgsql: Update pg_dump to support dumping operator families.
- pgsql: Add comment about exception lists in both winnt.h and ntstatus.h.
- pgsql: This patch is required for vcbuild to work after the changes to
- pgsql: Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON
- pgsql: Remove newline from error message because URL is gone.
- pgsql: Back out use of FormatMessage(), does error values, not exception
- pgsql: Print meaningfull error text for abonormal process exit on Win32,
- pgsql: Update my email address in FAQ.
- pgsql: Put back planner's ability to cache the results of
- pgsql: Use errhint() for WIN32 SIGTERM message, where possible.
- pgsql: Uppercase hex value.
- pgsql: When system() fails in Win32, report it as an exception, print
- pgsql: Update documenation instructions.
- pgsql: Adjust pgbench so it won't spit up on non-select queries
- pgsql: Add COST and ROWS options to CREATE/ALTER FUNCTION, plus
- pgsql: Remove some unused variables
- pgsql: Put back libpq link, but make sure that libpq's in-tree directory
- pgsql: Refactor some lsyscache routines to eliminate duplicate code and
- pgsql: Add bitmap index URL: > >
- pgsql: Simplify pg_am representation of ordering-capable access methods:
- pgsql: Add URL for dead space map: > >
- pgsql: Update docs for recent change to setseed() return value.
- pgsql: Make setseed() return void, rather than an int4 without any use.
- pgsql: Add documentation of memory and time units to postgresql.conf.
- pgsql: Add documentation of memory and time units to postgresql.conf.
- pgsql: Don't use 'int' where you mean 'bool'.
- pgsql: Update documentation about postgresqlconf to mention default
- pgsql: Update documentation about postgresqlconf to mention default
- pgsql: Fix broken markup.
- pgsql: List disabled triggers separately in psql's "\d <table>" output.
- pgsql: Refactor planner's pathkeys data structure to create a separate,
- pgsql: Refactor the index AM API slightly: move currentItemData and
- pgsql: Update build time estimate.
- pgsql: Regression tests for large objects.
- pgsql: Remove remains of old depend target.
- pgsql: Modify max_fsm_pages in postgresql.conf.sample to show a typical
- pgsql: Teach psql's \lo slash commands to respect quiet mode, and to
- pgsql: Document that to remove template1, datistemplate must be 'false'.
- pgsql: Document that to remove template1, datistemplate must be 'false'.
- pgsql: The libpq library directory was mentioned here in the wrong
- pgsql: Only build ecpg test code when the test is to be performed, in
- pgsql: Move code that places LOG error level between ERROR and PANIC
- pgsql: Fix xmlconcat regression test
- pgsql: Fix xmlconcat by properly merging the XML declarations.
- pgsql: Add wiki URL: < first.
- pgsql: Add missing copyright blurb, make ruleutils.c use the standard
- pgsql: Add items: > o Allow multiple vacuums so large tables do not
- pgsql: Fix pg_regress breakage for PL and contrib tests, by not
- plpsm - plpgpsm: sqlstate behave fixes
- pgsql: Add URL for: * Add Globally/Universally Unique Identifier
- pgsql: Add support for converting binary values (i.e.
- pgsql: Change the sed rules in the regression test for pg_regress
- pgloader - pgloader: Support partial columns definition for COPY
- pgloader - pgloader: New Directory
- pgsql: Optionally use xml2-config to detect installation locations of
- plpsm - plpgpsm: more regress test eVS:
- pgsql: Add a note pointing out that is_pseudo_constant_clause() doesn't
- pgsql: Extend yesterday's patch so that the bgwriter is also told to
- pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary
- plpsm - plpgpsm: regress test
- plpsm - plpgpsm: added regress tests
- plpsm - plpgpsm: New Directory
- plpsm - plpgpsm: New Directory
- pgsql: Mark TODO item "autovacuum on by default" as completed.
- pgsql: Revise bgwriter fsync-request mechanism to improve robustness
- pgsql: vcbuild updates from Magnus: * After Markos patch, now builds
- pgsql: Implement width_bucket() for the float8 data type.
- pgsql: Minor improvements to the TODO list.
- plpsm - plpgpsm: consistent handling exit and continue handlers in
- pgsql: Fix incorrect permissions check in
- pgsql: Fix incorrect permissions check in
- pgsql: Enable autovacuum in the default configuration, per discussion.
- plpsm - plpgpsm: all kind of handlers for exceptions are supported
- pgsql: Arrange for autovacuum to be killed when another operation wants
- pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g
- pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g
- pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g
- pgsql: Fix localization support for multibyte encoding and C locale.
- pgsql: Fix localization support for multibyte encoding and C locale.
- pgsql: Add a note to the docs describing NaN's equality and ordering
- pgsql: Fix reverse compilation of IS DOCUMENT expression.
- pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with
- pgsql: Fix autovacuum to avoid leaving non-permanent Xids in
- python - be: Preliminary 8.2 support.
- python - tin: Turn silent_mode off by default.
- python - tin: Add exit_message wrapper to inform user of negative exit
- pgsql: Add support for xmlval IS DOCUMENT expression.
- pghotbackup - pghotbackup: Using port variable when scanning pgpass
- pghotbackup - pghotbackup: Added ability to specify backup command, now
- pgsql: Remove completed items, and the last is unwanted: < o Fix
- pgsql: Back port patch.
- pgsql: Back port patch.
- pgsql: Back port patch.
- pgsql: Fix handling of CC (century) format spec in to_date/to_char.
- pgsql: Fix handling of CC (century) format spec in to_date/to_char.