- pgsql: Tom Lane <tgl@sss.pgh.pa.us> writes: > a_ogawa
- pgsql: Change expandRTE() and ResolveNew() back to taking just the
- pgsql: Back out make_mkid change.
- pgsql: Improve readability of config location params by adding newline.
- pgsql: Add: > * Allow pg_ctl to work properly with configuration files
- pgsql: Add description: > > O_DIRECT doesn't have the same media
- pgsql: Fix NUMERIC modulus to properly truncate division in computation.
- pgsql: Update Chinese FAQ to fix XHTML format.
- pgsql: Update Chinese FAQ to fix XHTML format.
- pgsql: Remove unused 'printCost' field from ExplainState, and simplify
- pgsql: Revise handling of dropped columns in JOIN alias lists to avoid a
- pgsql: Put back WAL TODO.detail entries.
- pgsql: Remove because it is partly done and we might not want to go
- pgsql: Just noticed that you can't Query-Cancel a long planner run,
- pgsql: Update Russian FAQ.
- pgsql: Update Russian FAQ.
- pgsql: Trim TODO.detail for wal completed items.
- pgsql: Done: > * -Compress WAL entries [wal]
- pgsql: Done: > * -Change WAL to use 32-bit CRC, for performance reasons
- pgsql: Push enable/disable of notify and catchup interrupts all the way
- pgsql: Push enable/disable of notify and catchup interrupts all the way
- pgsql: Push enable/disable of notify and catchup interrupts all the way
- pgsql: Push enable/disable of notify and catchup interrupts all the way
- docbot - docbot: make regexp using the /i switch
- docbot - docbot: Commented out irc message lowercasing to prevent url
- pgsql: The no-lexer-backup speedup hadn't been there a week before
- Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support
- Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support
- Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support
- pgsql: Fixed memory leak in ecpglib by adding some missing free()
- pgsql: Added patch by Gavin Scott <gavin@planetacetech.com> for Intel
- pgsql: Fixed memory leak in ecpglib by adding some missing free()
- pgsql: - Fixed memory leak in ecpglib by adding some missing free()
- pginstaller - web: Correct download link.
- pgsql: Change CRCs in WAL records from 64bit to 32bit for performance
- pgsql: Completed: < o Allow COPY to understand \x as a hex byte > o
- pgsql: Add support for \x hex strings in psql variables.
- pgsql: Add support for \x hex escapes in backend strings.
- pgsql: Add support for \x hex escapes in COPY.
- pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE
- pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE
- pgsql: patternsel() was improperly stripping RelabelType from the
- pgsql: patternsel() was improperly stripping RelabelType from the
- pgsql: Prevent to divide by zero and range out of 0..1
- pgsql: Prevent to divide by zero and range out of 0..1
- pgsql: Prevent to divide by zero and range out of 0..1
- Wallstreet Insider
- pgsql: Add test to WAL replay to verify that xl_prev points back to the
- pgsql: Add test to WAL replay to verify that xl_prev points back to the
- pgsql: Add test to WAL replay to verify that xl_prev points back to the
- pgsql: Add test to WAL replay to verify that xl_prev points back to the
- pgsql: Add test to WAL replay to verify that xl_prev points back to the
- pgsql: Tab cleanup for SGML.
- pgsql: Fix information_schema for OUT and INOUT parameters.
- pgsql: Teach ruleutils to drill down into RECORD-type Vars in the same
- pgsql: ParseComplexProjection should make use of expandRecordVariable so
- pgsql: Change relblocknumber field of pg_buffercache view from numeric
- bizgres - bizgres: make -fPIC the default for all arches on Linux.
- pgsql: Document get_call_result_type() and friends; mark
- pgsql: Move to ALTER section: < * Prevent child tables from altering
- pgsql: Add: > * Prevent child tables from altering constraints like
- pgsql: Add support for NUMERIC ^ NUMERIC based on power(numeric,
- pgsql: Wording improvement (may -> can)
- pgsql: Add support for FUNCTION RTEs to build_physical_tlist(), so that
- pgsql: Support only octal for psql PROMPT values, rather than the
- pgsql: Use {xqoctesc} lex macro now that \ddd is standard.
- pgsql: Update psql docs for recent octal-only string behavior.
- pgsql: Have psql escape bytes in strings for variables follow the
- pgsql: Add missing <P>.
- pgsql: When enqueueing after-row triggers for updates of a table with a
- pgsql: Create separate ON INSERT and ON UPDATE triggers on tables with
- pgsql: Fix longstanding oversight in ruleutils.c: it doesn't regurgitate
- pgsql: Change the UNKNOWN type to have an internal representation
- pgsql: Skip eval_const_expressions when the query is such that the
- pgsql: Avoid unnecessary fetch from pg_shadow in the normal case in
- pgswish - pgswish: make it less chatty at INFO logging level
- pgswish - pgswish: subversion revision 23 commited to CVS
- pgsql: Improve LockAcquire API per my recent proposal.
- pgswish - pgswish: Added pgswish_arr function using SFRM_Materialize
- pgswish - pgswish: subversion revision 22 commited to CVS
- pgswish - pgswish: target to update pgFoundry using svn2cvs.pl
- pgswish - pgswish: subversion revision 21 commited to CVS
- pgswish - pgswish: subversion revision 20 commited to CVS
- pgswish - pgswish: logging to file in /tmp/ (not really best solution),
- pgsql: Make superuser.c maintain a simple one-entry cache holding the
- pgsql: Marginal hack to save a little bit of time in bpcharin() when
- pgsql: Avoid unnecessary call of rangeTableEntry_used() for the result
- pgsql: Remove typeidIsValid() checks in can_coerce_type().
- pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
- pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
- pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
- pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
- pgsql: Modify hash_search() API to prevent future occurrences of the
- pgsql: Add reference to libpq environment variables for client
- pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs
- pgsql: get_expr_result_type has to be prepared to pull type information
- pgsql: Remove: < < * Add XML output to pg_dump and COPY < < We
- pgsql: Arrange to cache fmgr lookup information for an index's access
- pgsql: Update Farsi FAQ.
- pgsql: Update Farsi FAQ.
- pgsql: Add: > * Consider sorting hash buckets so entries can be found
- pgsql: Add: > * Add the features of packages > o Make private objects
- pgsql: Display only 9 subsecond digits instead of 10 for time values,
- python - be: Remove VOID it due to conflict and unuse.
- python - be: Rearrange includes to help compile on win32.
- python - be: Allow local include and library directories to be specified
- python - be: Use utility.config and utility.version.
- pgsql: Re-order 'else' clause for clarity.
- pgsql: Clean up bogus checking of date and numeric fields in DBF files,
- pgsql: Back out part of patch that should be applied later.
- pgsql: Fix compile of entab to use stdarg.h.
- pgbuildfarm - client-code: vpath logic bug fix vpath still needs a bit
- pgsql: Remove second argument from textToQualifiedNameList(), as it is
- pgbuildfarm - client-code: experimantal code to enable vpath builds -
- pgsql: Document that utility commands such as DROP FUNCTION allow
- pgsql: Use Abs() macro to replace ? :.
- pgsql: Back out: Display only 9 not 10 digits of precision for
- Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support (Really Oracle behavior)
- pgsql: Back out SQLSTATE and SQLERRM support.
- pgsql: Display only 9 not 10 digits of precision for timestamp values
- pgsql: Minor cleanup for recent SQLSTATE / SQLERRM patch: spell
- pgsql: Adjust datetime parsing to be more robust.
- pgsql: Adjust datetime parsing to be more robust.
- pgsql: Adjust datetime parsing to be more robust.
- pgsql: Tweak the backend scanner (and psqlscan.l, which must track the
- pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values
- pgsql: At the head of wchareq, length of (multibyte) character is
- pgsql: Quick patch to adress a recent concern on the mailing list about
- pgsql: Add parentheses to macros when args are used in computations.
- pqa - pqa:
- pgsql: Translation updates
- pgsql: Translation updates
- pgsql: Editing for the new "Encryption Options" section of the manual.
- pgsql: Fix previous patch to exprTypmod.
- pgsql: Fix previous patch to exprTypmod.
- pgsql: Fix previous patch to exprTypmod.
- pgsql: Inserting 5 characters into char(10) does not produce 5 padding
- pgsql: Inserting 5 characters into char(10) does not produce 5 padding
- pgsql: Inserting 5 characters into char(10) does not produce 5 padding
- plsh - CVSROOT: Turn off commit messages.
- plsh - plsh: Imported Sources
- pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
- pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
- pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
- pgsql: Fix PL makefiles to support running regression tests in VPATH
- pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath
- pgsql: Inserting 5 characters into char(10) does not produce 5 padding
- pgsql: Add regression tests for previously-untested PL/Perl features.
- pgsql: Fix weird indentation of function return type.
- pgsql: Log queries for client-side prepare/execute.
- pgsql: Put parentheses around use of macro arguments in FMODULO and
- pgsql: Remove more extraneous parentheses in date/time functions.
- pgsql: Correct a thinko in pgbench that might result in incorrectly
- pgsql: More macro cleanups for date/time.
- pgsql: Add datetime macros for constants, for clarity: #define
- pgsql: Remove unnecessary parentheses in datetime/timestamp code.
- pgsql: Avoid redundant relation lock grabs during planning, and make
- pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the
- pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the
- pgsql: Remove some verbiage describing how min() and max() are slow when
- pgsql: Consistently do not include a terminating period in
- pgsql: Teach the planner to remove SubqueryScan nodes from the plan if
- pgsql: INT4 is probably enough: < * Allow INET + INT4/INT8 to increment
- pgsql: Cleanup of GiST extensions in contrib/: now that we always invoke
- pgpool - pgpool: Don't treat parameter status mismatch as fatal.
- pgsql: Remove excess parens, use Abs instead of : ?.
- pgsql: Add: > * Allow INET + INT4/INT8 to increment the host part of
- pgsql: Mention overflow: < throw an error > throw an error on
- python - ex: Remove invalid classifier.
- python - me: Remove invalid classifier.
- python - lo: Convenience interface to pg_config executables.
- pgsql: Remove 2-phase description, because it isn't accurate anymore: <
- python - lo: Remove invalid classifier.
- pgsql: Update Japanese FAQ.
- pgsql: Update Japanese FAQ.
- pgsql: Add support for wal_fsync_writethrough for Darwin, and
- pgsql: Fix typo in ECPG docs, per Andreas Seltenreich.
- pgsql: Fix typo in ECPG docs, per Andreas Seltenreich.
- pgsql: Add some links to the CREATE FUNCTION reference page when
- pgsql: Make the CREATE RULE syntax description in rules.sgml more
- pgsql: Implement md5(bytea), update regression tests and documentation.
- pgsql: Make a comment pgindent-proof, per suggestion from Alvaro.
- pgsql: Update comment that I missed the first time around.
- pgsql: Factor out lock cleanup code that is needed in several places in
- pgsql: Split the shared-memory array of PGPROC pointers out of the
- pgbuildfarm - client-code: report the steps the script actually passed
- pgsql: Fix typo in comment.
- pgsql: Fix a few minor mistakes in header comments.
- pgsql: Update Chinese FAQ to xhtml.
- pgsql: Update Chinese FAQ to xhtml.
- pgsql: Adjust out-of-date comment.
- newsysviews - newsysview: include the toast index size too.
- pgsql: Fix latent bug in ExecSeqRestrPos: it leaves the plan node's
- pgbuildfarm - client-code: Run PL checks for CVS versions that support
- pgsql: Various style cleanups for GiST; no changes to functionality.
- pgsql: Rename Rendezvous to Bonjour to match OS/X renaming.
- pgsql: Further marginal speed hacking: in MemoryContextReset, don't call
- python - be: Use package_dir appropriately, removing some kludge.
- pgsql: Minor refactoring to eliminate duplicate code and make startup a
- pgsql: Minor speed hacks in AllocSetReset: avoid clearing the freelist
- pgsql: Convert the existing regression test scripts for the various
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: New Directory
- pgsql: Re-order items, add mention of how to propose working on a TODO
- newsysviews - newsysview: change name of pg_all_columns to internal name
- newsysviews - newsysview: types changes for review, rm drop from func,
- pgsql: Revise nodeMergejoin in light of example provided by Guillaume
- python - ex: Use package_dir appropriately.
- python - me: Use package_dir appropriately.
- pgsql: Add -N make flag to bcc builds from /src dir.
- pgsql: Add -N make flag to bcc builds from /src dir.
- pgsql: Add missing quote, per Dave Page.
- pgsql: Add missing quote, per Dave Page.
- pgsql: Fix broken markup.
- pgsql: Update createuser examples to match the current program behavior,
- pgsql: Update createuser examples to match the current program behavior,
- pgsql: Fix broken markup.
- pgsql: Update chinese encoding specification.
- pgsql: Update chinese encoding specification.
- pgsql: Fix bug in COPY CSV mode: handle consecutive embedded newlines in
- pgsql: Add regression test for consecutive newlines in COPY CSV mode.
- newsysviews - newsysview: add permissions grants
- newsysviews - newsysview: always use schema-qualification in function
- newsysviews - newsysview: finally get around to qualifying pg_all_grants
- newsysviews - newsysview: make build.sh a bit safer for users.
- python - lo: Add standard, optparse, client options module.
- python - lo: Add PG version utility.
- pgsql: Remove some unnecessary code: since ExecMakeFunctionResultNoSets
- python - lo: Add version indicator.
- python - me: Add license, replace license-stamps.
- python - lo: Add license, replace license-stamp.
- python - ex: Add license, replace license-stamps with IRIs.
- python - be: Replace license-stamps in source files with IRI to project
- python - be: Rely on the constant being defined rather than the version
- python - web: Hold off on dist and pq.
- python - web: Add q and a regarding missing pthread symbol in FreeBSD.
- python - web: Make BSDL the primary license, add more alternative
- pgsql: This patch makes some minor style cleanups to contrib/btree_gist:
- pgsql: Give pg_regress a --load-language option, so that it can be used
- pgsql: a small tweak to enable display in the log file of database name
- pgsql: This patch will ensure that the hash table iteration performed by
- pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using
- pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using
- pgsql: Update FAQ URLs.
- pgsql: Update FAQ URLs.
- pgsql: Document where to download free Microsoft and Borland development