- pgsql: Add new encoding aliases for Solaris, per Zdenek Kotala.
- pgsql: Use more real-world examples in the text search parser
- pgsql: Tweak new error messages to match the actual syntax of DECLARE
- pgsql: Extract catalog info for error reporting before an error actually
- pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't
- pgsql: Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and
- autovacuum.c update
- pgsql: Minor changes to autovacuum worker: change error handling so that
- pgsql: Danish_Danmark -> Danish_Denmark
- pgsql: Fix an error in make_outerjoininfo introduced by my patch of
- pgsql: Fix an error in make_outerjoininfo introduced by my patch of
- pgsql: Rearrange vacuum-related bits in PGPROC as a bitmask, to better
- pllolcode - pllolcode: First go at documenting what I've done so far
- pgsql: Use snprintf instead of wsprintf, and use getenv("APPDATA")
- =?gb2312?B?RHVQb250IGluIFUuUy4sIHN1c3BlY3Qgb2Ygc2V 2ZXJlIGNyaW1lIG9mIGNvbnRyYWN0IGZyYXVkLCBtdXN0IGJlI HNhbmN0aW9uZWQgaW4gYWNjb3JkYW5jZSB3aXRoIHRoZSBDcml taW5hbCBMYXch?=
- pgsql: Rename and slightly redefine the default text search parser's
- pgsql: Make configure probe for the location of the <uuid.h> header
- pgsql: Remove the aggregate form of ts_rewrite(), since it doesn't work
- pgsql: Set read_only = TRUE while evaluating input queries for
- pginstaller - pginst: update french translation.
- pgsql: Clarify example of planner cost computation, per a suggestion
- pgsql: Fix several bugs in tsvectorin, including crash due to
- pgsql: Fix two-argument form of ts_rewrite() so it actually works for
- pllolcode - pllolcode: Improve README
- pgsql: Add a useless return statement to suppress a warning seen with
- pgsql: Create a quick-and-dirty list of known migration issues for
- pgsql: Increase FD_SETSIZE on Win32 to allow for more than 54 clients.
- pgtreelib - pgtreelib:
- pgtreelib - pgtreelib:
- pgsql: Remove an Assert that's been obsoleted by recent changes in the
- pgsql: Be careful to get share lock on each page before computing its
- pgsql: Adjust ts_debug's output as per my proposal of yesterday: show
- pgsql: Update German FAQ.
- pgsql: More release note wording improvements.
- pgsql: Fix release tag spelling typo.
- pgsql: Adjust error message to agree with documentation.
- pgsql: More release note word-smithing.
- pgsql: Update Japanese FAQ.
- pgsql: Editorial overhaul for text search documentation.
- pgsql: Fix shared tsvector/tsquery input code so that we don't say
- pgsql: Found another small glitch in tsearch API: the two versions of
- pgsql: Add a note pointing out that you can't log to syslog without
- pgbouncer - pgbouncer: common object allocator
- pgbouncer - pgbouncer: tag cvs tree as 1.2.cvs
- pgbouncer - pgbouncer: fix some typos
- pgloader - pgloader: Add support for --quiet and --summary options, in
- pgloader - pgloader: minor fix of manpage
- pgsql: More release wording adjustments.
- pgsql: Consistently indent release notes for prior releases.
- pgsql: More indenting cleanup for release notes.
- pgbouncer - pgbouncer: New tools: AA-tree and Jenkins hash.
- pgsql: ts_rewrite() does not return a set, only one row; fix mislabeling
- pgbouncer - pgbouncer: Replace the array hack for user lookup with tree
- pgbouncer - pgbouncer: version 1.1.1rc1
- pgsql: Move a few items into migration from the main changes section.
- pgsql: More indenting cleanup, tag additions.
- randdataset - randdataset: * fixed: backward to forward slash in
- pgbouncer - pgbouncer: doc and makefile fixed from HEAD
- pgbouncer - pgbouncer: sanity check before trying to set parameters
- pgbouncer - pgbouncer: merge fixes from HEAD
- npgsql - Npgsql2: Removed hardcoded path to nunit assemblies.
- pginstaller - pginst: Re-enable support for UTF8 now that the server
- pgbouncer - pgbouncer: Make sure server->vars is always initialized.
- Re: pgsql: First pass over releasedocumentation.
- HELLO
- pgsql: Minor fixes for the release notes.
- bizgres - bizgres: Resource Scheduler tidy: Remove never executed code
- bizgres - bizgres: Resource Scheduler tidy: Correct comments for
- pgsql: Small changes to release note descriptions.
- pgsql: First pass over release documentation.
- randdataset - randdataset: Imported Sources
- randdataset - randdataset: New Directory
- randdataset - randdataset: New Directory
- randdataset - randdataset: This is the initial version of: Random
- pgsql: Add missing entry for PG_WIN1250 encoding, per gripe from Pavel
- aupg - aupg_src: Changed write table to be primary key'ed on transaction
- pgsql: Re-add FAQ item: <H3 id="item4.19">4.19) Why do I get
- aupg - aupg_src: moved functions for pk comparison operators into
- pgsql: Another round of editorialization on the text search
- aupg - aupg_src: Added tests for multicolumn primary keys, which
- tsearch2api - tsearch2api: Imported Sources
- aupg - aupg_src: Added a bunch of tests.
- aupg - aupg_src: props where props due
- pgtreelib - pgtreelib:
- pgsql: Fix the URL properly per Robert Treat.
- pgsql: Mention Slony as just an example.
- pgsql: Tweak toast-related logic in heapam.c so that the toaster is only
- pgsql: Teach pgxs.mk and Install.pm how to install files from a contrib
- aupg - aupg_src: Cut out deprecated definitions.
- pgsql: Use 'token' not 'lexeme' to describe the output of a parser.
- pginstaller - pginst: As for Japanese, cannot be used by the reason SJIS
- pgsql: Add doc clarifications for warm standby.
- pgsql: Add mention of Slony for in-place upgrades.
- pgsql: Slony switch is only seconds of downtime.
- pgsql: Remove quotes around locale names in some places for consistency.
- pgsql: Re-allow UTF8 encodings on win32.
- pgsql: Update URLs to a couple of external projects
- pgsql: Remove obsolete examples of add-on parsers and dictionary
- pgsql: Fix pg_wchar_table[] to match revised ordering of the encoding ID
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: Add sample text search dictionary templates and parsers, to
- pgbouncer - pgbouncer: bump ver to 1.1.1
- pgsql: Include NOLOGIN roles in the 'flat' password file.
- pgsql: Back-patch some plpython patches previously made only in HEAD:
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pginstaller - pginst: Update text for 8.3 per Rolf de By
- pginstaller - pginst: Update version
- pginstaller - pginst: Add a check to ensure that the server encoding
- pgtreelib - pgtreelib:
- pgbouncer - pgbouncer: forgot to put fixman.py into tgz
- pgsql: make install is supposed to install everything under
- npgsql - Npgsql2: Fixed mixed line endings.
- stackbuilder - wizard: Few adjusted.
- pgsql: Ooops, forgot about adding -DFRONTEND.
- pllolcode - pllolcode: Remove debug code
- pgsql: Fix the inadvertent libpq ABI breakage discovered by Martin Pitt:
- npgsql - Npgsql2: Added initial support for a copy serializer for COPY
- pgsql: Guard against possible double free during error escape from XML
- pgsql: Strengthen type_sanity's check on pg_type.typarray.
- pgsql: Try to fix msvc build for recent initdb changes.
- pgsql: Remove contrib/txid, in preparation for migrating it into core.
- pgsql: Migrate the former contrib/txid module into core.
- pllolcode - pllolcode: Make IDENTIFIER grammar rule work.
- pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions
- pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions
- npgsql - Npgsql2: Updated nant build file and Monodevelop project files
- npgsql - Npgsql2: "Applied patch against CVS containing comments and
- npgsql - Npgsql2: "Applied patch against CVS containing comments and
- pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions
- pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions
- npgsql - Npgsql2: 2007-10-12 Josh Cooley <jbnpgsql@tuxinthebox.net>
- pgsql: Attached some minor corrections, mainly completion of removal of
- npgsql - Npgsql2: 2007-10-12 Josh Cooley <jbnpgsql@tuxinthebox.net>
- pllolcode - pllolcode: - Capture input arguments as variable names LOL1,
- npgsql - Npgsql2: Initial release
- npgsql - Npgsql2: Updated docs to include documentation about COPY
- pllolcode - pllolcode: Returning values works, but since there's no
- orafce - orafce: Handle case where pgxs (Makefile.global) does not
- orafce - orafce: GCC 4.2 does not like unmatched apostrophes, even in
- pgsql: Remove hack in pg_tablespace_aclmask() that disallowed
- pgsql: When telling the bgwriter that we need a checkpoint because too
- npgsql - Npgsql2: 2007-10-12 Josh Cooley <jbnpgsql@tuxinthebox.net>
- pgsql: Teach planagg.c that partial indexes specifying WHERE foo IS NOT
- npgsql - Npgsql2: 2007-10-12 Josh Cooley <jbnpgsql@tuxinthebox.net>
- npgsql - Npgsql2: 2007-10-12 Josh Cooley <jbnpgsql@tuxinthebox.net>
- pgtreelib - pgtreelib: New Directory
- pgtreelib - pgtreelib:
- stackbuilder - wizard: Remove broken file.
- pgtreelib - pgtreelib:
- stackbuilder - wizard: Re-add broken file in binary format.
- pgsql: Ensure that the result of evaluating a function during
- pgsql: Ensure that the result of evaluating a function during
- pgsql: Ensure that the result of evaluating a function during
- bizgres - bizgres: Fix bogus 'locking against self' error for
- pgsql: Remove incorrect use of VARSIZE() on a toasted datum.
- pgsql: Update release notes in "major" and "migration" sections.
- pgsql: Code review for txid patch: add binary I/O functions, avoid
- pgsql: Add missing word.
- pgsql: Add missing word.
- pgsql: Ensure that the result of evaluating a function during
- pgsql: Ensure that the result of evaluating a function during
- pgsql: Ensure that the result of evaluating a function during
- plproxy - plproxy: upgrade to 8.3 API for VARDATA
- plproxy - plproxy: libpq does not accept client_encoding
- pginstaller - pginst: UTF8 revives by server encoding.
- pginstaller - pginst: Ooops, Sorry..
- plproxy - plproxy: cleaner error messages
- pllolcode - pllolcode: - Add support for TROOF types (WIN = TRUE, FAIL =
- plproxy - plproxy: experimantal server parameter syncing
- pgsql: Fix the plan-invalidation mechanism to treat regclass constants
- aupg - aupg_src: Discovered that the text types were not easily
- pgtreelib - pgtreelib:
- plproxy - plproxy: settable FLEX and BISON, some cleanup
- pgsql: Whitespace cleanup.
- npgsql - Npgsql2: Updated BSD License
- aupg - aupg_src: Added a rudimentary testing infrastructure.
- pgsql: Fix typo in REVOKE reference page.
- pgsql: Minor correction for full-text search limitations docs.
- Inserting an Encrypted file into DB
- pgsql: Add missing codepage numbers for Windows.
- pgsql: Update Japanese FAQ.
- pgsql: Back out release changes that weren't ready for commit.
- npgsql - Npgsql2: Updated BSD License text in all files.
- npgsql - Npgsql2: Complete nunit tests added.
- pgsql: Don't try to free pgpassfile since it's a stack variable.
- pgsql: Don't try to free pgpassfile since it's a stack variable.
- pgsql: Don't try to free pgpassfile since it's a stack variable.
- pgtreelib - pgtreelib:
- pgsql: Replace a reference to "start_log_collector" with
- pgsql: Update sequence FAQ items, per suggestion from Pavel Stehule.
- pgsql: Remove FAQ item about temp tables in plpsql having invalid oid
- pgsql: Add mention of full text indexing for word searches.
- pgsql: Synced parser and keyword list.
- pgbouncer - pgbouncer: update NEWS for 1.1
- pgbouncer - pgbouncer: include tests in final tgz
- pgbouncer - pgbouncer: Add init.d script to debian package.
- pgbouncer - pgbouncer: Disable init.d script, add as example.
- npgsql - Npgsql2: [#1000847] Connection settings are parsed wrong with
- pgbouncer - pgbouncer: more doc update
- pgsql: Typo fix.
- pgsql: Update Brazilian FAQ.
- npgsql - Npgsql2: [#1003272] Queue Empty exception.
- pgsql: Add: > * MONEY dumps in a locale-specific format making it
- pgsql: Add comment.
- pgsql: Get rid of dependency on strtoull() --- Marko Kreen.
- pgsql: Faster test for overflow in str2txid, from Marko.
- pgsql: Clarify user of "postmaster" vs.
- bizgres - bizgres: (MPP-1837) Allow using ';' as a control character.
- pgsql: Add: > o Have ALTER SEQUENCE RENAME rename the sequence name
- pginstaller - pginst: Add missing semi-colon
- pgtreelib - pgtreelib:
- pllolcode - pllolcode: Support command blocks, copy strings properly
- pginstaller - pginst: Add some missing quotes
- pgtreelib - pgtreelib:
- pgbouncer - pgbouncer: search for -lrt which is needed by newer libevent
- pgbouncer - pgbouncer: revert back to old doc names
- pgbouncer - pgbouncer: rename docs in dist target also
- pgbouncer - pgbouncer: Show local address in SHOW
- pgbouncer - pgbouncer: expand a comment
- pgbouncer - pgbouncer: doc updates
- pgbouncer - pgbouncer: switch to toggle between LIFO and round-robin
- pgbouncer - pgbouncer: test for endianess in configure
- pgsql: New Directory
- pgsql: Added the Skytools extended transaction ID module to contrib as
- pgsql: New Directory
- pgsql: New Directory
- pgtreelib - pgtreelib:
- pginstaller - pginst: Disable UTF-8 as a default cluster encoding, and
- pllolcode - pllolcode: VISIBLE [DEBUG|LOG|INFO|WARNING|EXCEPTION] "Msg"
- pgsql: A few improvements to analyze and vacuum sections in
- pgbuildfarm - client-code: finally enable ECPG regression tests for MSVC
- pgsql: Clean up the doc makefile for draft HTML generation.
- aupg - aupg_src: Added support for multi-column primary keys.
- pgsql: Change π to plain "pi" in index entry, to avoid double
- pgsql: Remove stylesheet.css file on "make clean", created only on VPATH
- pgsql: Make dumpcolors() have tolerable performance when using 32-bit
- pgsql: Fix missing parenthesis, per Guillaume Lelarge.
- pgsql: Adjust some regex debugging printouts to not give
- npgsql - Npgsql2: Updated to use the correct BSD License version
- pgsql: Fix SGML markup, from Guillaume Lelarge.
- pgsql: Adjust regcustom.h so that all those assert() calls in the regex
- pgsql: Add comment about cvs branch numbers.
- pgsql: Add pgcvslog '-d' capability to allow stripping of commit