- pgsql: Make use of additional chklocale.c entries to reject locales that
- pgsql: Teach chklocale.c about a few names for frontend-only encodings,
- pgsql: On OS X, assume that an empty-string result for
- pgsql: Update TCL comment: * We can only fix this with Tcl >= 8.4,
- pgsql: Change initdb and CREATE DATABASE to actively reject attempts to
- pgsql: Remove: < * SQL*Net listener that makes PostgreSQL appear as an
- stackbuilder - installers: Add some missing dependencies, required
- pgsql: Tweak initdb's text search configuration selection code so it can
- pginstaller - pginst: Update for changes to GUCs in 8.3.
- npgsql - Npgsql2: NpgsqlDataReader.cs, NpgsqlDbType.cs,
- pgsql: exclude contrib/tsearch2 from regression tests.
- pgsql: Turn build and vcregress .bat files into pure one line wrappers
- pgsql: Fix typos in two comments.
- pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32
- pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to
- pgsql: Add virtual transaction IDs to CSVLOG output, so that messages
- pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was
- pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was
- pllolcode - pllolcode: Begin messing with actually creating a parse tree
- pllolcode - pllolcode: Remove tmp/ -- it's now a separate module called
- pllolcode - parser: Imported Sources
- pllolcode - pllolcode: Make test scripts slightly more portable
- pgsql: Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
- pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the
- pgsql: Some small tuptoaster improvements from Greg Stark.
- pgsql: Minor improvements in backup and recovery: - create a separate
- pgsql: Rename "PostgreSQL" to "Postgres" in 3 places.
- pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.
- pgsql: Adjust the new memory limit in the lazy vacuum code to use
- pgsql: Create a function variable "join_search_hook" to let plugins
- pgsql: Properly pass -c parameter to ecpg when building regression
- pgsql: Applied patch by ITAGAKI Takahiro
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD()
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD()
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD()
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD()
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD()
- pgsql: Document that libpq's PQntuples() might overflow.
- pgsql: Add: > * Implement Boyer-Moore searching in strpos() > >
- pgsql: In the integer-datetimes case, date2timestamp and
- pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS
- pgsql: Change on-disk representation of NUMERIC datatype so that the
- pgsql: Dept.
- pgsql: Just-in-time background writing strategy.
- pgsql: Small string tweaks
- stackbuilder - installers: Update for Slony 1.2.11
- stackbuilder - installers: Update for Slony 1.2.11
- stackbuilder - setupkit: Dept.
- stackbuilder - wizard: Dept.
- pgcheck - pokus: Identification of faulty blocks in indexes added.
- pgsql: Use proper search for contrib makefiles in vcregress.pl
- pgsql: fix typo in vcregress.pl
- pgsql: Add comments re text <-> bytea internal equivalence in convert
- stackbuilder - setupkit: Don't include the package version number in the
- stackbuilder - wizard: When a file to be downloaded already exists but
- pgsql: Use correct PG_GETARG macro in pg_convert
- pgsql: Avoid having autovacuum read pgstats data too many times in quick
- pgsql: Reduce the size of memory allocations by lazy vacuum when
- pgsql: Reduce the size of memory allocations by lazy vacuum when
- pgsql: Reduce the size of memory allocations by lazy vacuum when
- pgsql: Reduce the size of memory allocations by lazy vacuum when
- pgsql: Simplify and rename some GUC variables, per various recent
- pgsql: Remove "convert 'blah' using conversion_name" facility, because
- pgsql: Replace linear searches with binary searches in pg_dump's code to
- pgsql: Add perl replacements for build.bat and vcregress.bat.
- pgsql: Fix bugs in XML binary I/O functions.
- pgsql: Restrict overly broad searches, and fix typo, in recent fix.
- pgsql: Make autovacuum report the start time of its current activity in
- pgsql: TransactionIdIsInProgress can skip scanning the ProcArray if the
- pgsql: Typo fix from Brendan Jurd.
- pgsql: Temporarily modify tsearch regression tests to suppress notice
- pgsql: Document the translations from Postgres message severity levels
- pgsql: Fix cost estimates for EXISTS subqueries that are evaluated as
- pgsql: Replace calls to external dir program with perlish globs and
- pgsql: Fix erroneous Assert() in syslogger process start in EXEC_BACKEND
- pgsql: Fix erroneous Assert() in syslogger process start in EXEC_BACKEND
- pgsql: Fix bogus calculation of potential output string length in
- pgsql: Fix bogus calculation of potential output string length in
- pgsql: Fix bogus calculation of potential output string length in
- pgsql: Fix bogus calculation of potential output string length in
- pgsql: Fix bogus calculation of potential output string length in
- pgsql: Fix bogus calculation of potential output string length in
- pgsql: Parenthesize macro arguments safely.
- pgsql: Although I'd misdiagnosed the reason for the recent failures on
- pgsql: Doh --- what's really happening on buildfarm member grebe is that
- pgsql: Go back to using a separate method for doing ILIKE for single
- pgsql: Fix varlena.c routines to allow 1-byte-header text values.
- pgsql: Fix regex, LIKE, and some other second-rank text-manipulation
- pgsql: Improve handling of prune/no-prune decisions by storing a page's
- pgsql: Change tqual.c tests to use !TransactionIdIsCurrentTransactionId,
- pgsql: Make some simple performance improvements in
- pgsql: Fix comments that misspelled TransactionIdIsInProgress, per
- jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3
- jdbccache - jdbccache: New Directory
- jdbccache - jdbccache: extend JDBC23 instead of JDBC4 DataSource
- Hello Dearest New friend.
- pgsql: Removed superfluous ECPGfree() call.
- bizgres - bizgres: MPP-1829.
- psqlodbc - psqlodbc: Prep Version 08.02.0500 The document addition which
- pgsql: If we're gonna provide an --enable-profiling configure option,
- npgsql - Npgsql2: Fixed SSL authentication by setting an static field
- pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier
- jdbccache - jdbccache: added check for pool size -1
- pgsql: Solaris portability fix that was previously made in
- pgsql: Revert ill-fated patch to release exclusive lock early after
- pgsql: Done: > * -Consider shrinking expired tuples to just their
- pgsql: Cleanup items from csvlog changes, per ITAGAKI Takahiro.
- pgsql: Fix msvc warnings, patch by Hannes Eder <Hannes@HannesEder.net>
- pgsql: HOT updates.
- npgsql - Npgsql2: Fix for bug: [#1007697] Parameter name is not
- npgsql - Npgsql2: Improved connection string parsing.
- pgsql: Prevent corr() from returning the wrong results for negative
- pgsql: Prevent corr() from returning the wrong results for negative
- pgsql: Avoid possibly-unportable initializer, per buildfarm warning per
- snapshot - src: Fixing FastRefresh for oracle.
- snapshot - src: Since oracle does return '0' for rowcount, even when
- pgsql: Doc reminder that integer pg version also needs updating.
- pgsql: Remove extra tab in postgresql.conf
- plpsm - plpgpsm: resync with last plpgsql updates correct format for
- snapshot - src: Missing newline.
- snapshot - src: Fixing ODBC function names.
- snapshot - src: Initial release of the support on Sybase, ODBC and
- snapshot - src: New Directory
- snapshot - src: New Directory
- snapshot - src: New Directory
- snapshot - src: If the statement fail, assume that the snapshot log does
- snapshot - src: -Workaround for databases that return "non-wanted"
- snapshot - drivers: Fix oracle function creation order.
- snapshot - src: Fixed [#1008928] Perl error when creating snapshots.
- snapshot - src: Fixed [#1008927] SQL syntax error when creating remote
- pgsql: Remove Assert(BgWriterShmem != NULL), which is rather pointless
- pgsql: Fix overflow in extract(epoch from interval) for intervals
- pgsql: Fix overflow in extract(epoch from interval) for intervals
- pgsql: Fix overflow in extract(epoch from interval) for intervals
- pgfouine - www: added a hint on how to obtain a vacuum log per report
- pgsql: Update release notes for last-minute fix.
- pgsql: Update release notes for last-minute fix.
- pgsql: Update release notes for last-minute fix.
- pgsql: Update release notes for last-minute fix.
- pgsql: Update release notes for last-minute fix.
- pgsql: Update release notes for last-minute fix.
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away
- pgsql: Update Japanese FAQ.
- pgsql: tag configure for 7.3.20
- snapshot - src: replace "fetchrow_array" with "fetchrow_arrayref".
- pgsql: update configure for 7.4.18
- snapshot - src: Use cursors for fetching data for "Fast" refreshes.
- pgsql: tag configure for 8.0.14
- dbsamples - pagila: remove references to rob role.
- pgsql: update configure for 8.1.10
- pgsql: update configure for 8.2.5 ...
- pgsql: Add: > > o Prevent long-lived temporary tables from causing
- pgsql: Add: > > * Make it possible to use RETURNING together with
- pgsql: Fix markup.
- pgsql: Update pronunciation FAQ item.
- pgsql: Update to mention alternate project name is "Postgres".
- pgsql: Remove GIN interface section, which is now documented in SGML.
- pgsql: Fix markup that doesn't work in back branches.
- pgsql: Fix markup that doesn't work in back branches.
- pgsql: Fix markup that doesn't work in back branches.
- pgsql: Fix markup that doesn't work in back branches.
- pgsql: Fix markup that doesn't work in back branches.
- pgsql: Fix GSS API pointer checking.
- pgsql: Fix markup that doesn't work in back branches.
- pgsql: Document atan2() as y/x, rather than x/y, to conform to general
- pgsql: Minor editorialization on release notes.
- pgsql: Minor editorialization on release notes.
- pgsql: Minor editorialization on release notes.
- pgsql: Minor editorialization on release notes.
- pgsql: Minor editorialization on release notes.
- pgsql: Minor editorialization on release notes.
- npgsql - Npgsql2: Fixed UserManual documentation.
- pgsql: Add some links for escape strings.
- npgsql - Npgsql2: Added Npgsql2 documentation from original Npgsql
- npgsql - Npgsql2: New Directory
- pgsql: Add LDAP URL documentation.
- pgsql: Fix missed version-stamping.
- pgsql: Update documentation to mention that autovacuum also does analyze
- pgsql: Clarify tar documentation about return error codes.
- pgsql: Clarify tar documentation about return error codes.
- pgsql: Update tsearch include location in example.
- Watch Satellite TV On Your PC
- pgsql: Add tsearch tab completion support: * adds a few missing words
- pgsql: This is small patch fixes a spi example (PG_MODULE_MAGIC is
- pgsql: Update GNU tar error code documentation.
- pgsql: Update GNU tar error code documentation.
- pgsql: Mentino that PAM doesn't work for Unix system authentication
- pgsql: Remove ill-considered (not to mention undocumented) attempt to
- pgsql: Remove ill-considered (not to mention undocumented) attempt to
- pgsql: Update documented error text.
- snapshot - src: 1) Using cursors for fetching data (at least when doing
- snapshot - src: New Directory
- snapshot - src: New Directory
- snapshot - src: New Directory
- snapshot - src: Even when the remote connection is local (remote=local),
- pgsql: Clarify age() 'months' calculation documentation.
- pgsql: Update documentation to emphasize autovacuum rather than
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Translation updates
- pgsnmpd - pgsnmpd: Order of a module header.
- pgsnmpd - pgsnmpd: Update TODO
- jdbccache - jdbccache: make sure preparethreshold is 1
- pgsql: Fix typo in typecasting.
- temporal - temporal: reorganized the files, added a stub file for the
- temporal - temporal: New Directory
- temporal - temporal: Added a few html pages
- temporal - temporal: removed the old svn directories that never should
- pgsql: Update Japanese FAQ, backpatch.
- pgsql: Update Japanese FAQ, backpatch.
- pgsql: Fix a memory leak in the autovacuum launcher code.
- pgsql: Redefine the lp_flags field of item pointers as having four
- pgsql: Perform post-escaping encoding validity checks on SQL literals
- pgsql: Make REINDEX DATABASE silently skip remote temp tables.
- pgsql: Whitespace improvement.
- jdbccache - jdbccache:
- jdbccache - jdbccache:
- pgsql: Fix the database-wide version of CLUSTER to silently skip temp
- pgsql: Fix the database-wide version of CLUSTER to silently skip temp
- pgsql: Fix the database-wide version of CLUSTER to silently skip temp
- pgsql: Revert ill-starred change to ICC anti-aliasing switches.
- pgsql: Install dictionary sample files.
- pginstaller - pginst: Start the postmaster service with the -w option to
- pginstaller - pginst: Start the postmaster service with the -w option to
- pgbouncer - pgbouncer: remove too paranoid fd cleanup
- pginstaller - pginst: Release prep
- pgbouncer - pgbouncer: proper login log
- pginstaller - pginst: Release prep
- pginstaller - pginst: Release prep
- pgbouncer - pgbouncer: larger SMALL_PKT
- pginstaller - pginst: JDBC driver update
- pginstaller - pginst: JDBC driver update
- pginstaller - pginst: JDBC driver update
- pgbouncer - pgbouncer: fix check for authfile changes silly typo made
- pgbouncer - pgbouncer: fix check for authfile changes silly typo made
- psqlodbc - psqlodbc: Duplication deletion.
- psqlodbc - psqlodbc: Oops,typo..
- psqlodbc - psqlodbc: Prep Ver 08.02.0500 and Fixed build of without
- pgsql: Document an efficient way to create documentation for back
- pgsql: Update Japanese FAQ to current release number.
- pgsql: Update Japanese FAQ to current release number.
- pgsql: Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum
- pgsql: Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum