- pgsql: This patch makes it possible to use the full set of timezones
- pgsql: Support 3 and 4-byte unicode characters.
- pgsql: >> Do you agree that using a hashtable for it in general is a
- pgsql: Now \d show tablespace of indices per discussion.
- pgsql: Add BETWEEN SYMMETRIC.
- pgsql: Done: > * -Add BETWEEN ASYMMETRIC/SYMMETRIC
- pgsql: reorder: < * -Add BETWEEN ASYMMETRIC/SYMMETRIC > * -Add BETWEEN
- pgsql: Use ' ' escapes for leading spaces in table values, for use
- pgsql: Simplify shared-memory lock data structures as per recent
- pgsql: Add pg_postmaster_start_time() function.
- python - be: Initialize the call's expectation to the function's return
- pgsql: Done: > o -Have SHOW ALL show descriptions for server-side
- pgsql: Have SHOW ALL include variable descriptions.
- pgsql: Update: < o Have SHOW ALL and pg_settings show descriptions for
- pgsql: Move item into proper section: o Have SHOW ALL and
- pgsql: Attached is a makefile I hacked up to build pg_config under MSVC
- pgsql: Add GUC krb_server_hostname so the server hostname can be
- pgsql: Done: > o -Allow PL/PgSQL's RAISE function to take expressions
- pgsql: The random selection in function linear() could deliver a value
- pgsql: The random selection in function linear() could deliver a value
- pgsql: The random selection in function linear() could deliver a value
- pgsql: The random selection in function linear() could deliver a value
- pgsql: The random selection in function linear() could deliver a value
- pgsql: WAL for GiST.
- python - be: Add basic feature testing system.
- python - be: New Directory
- python - be: New Directory
- python - be: New Directory
- python - be: New Directory
- pgsql: Allow the parameters to PL/PgSQL's RAISE statement to be
- pgsql: Teach planner to optionally ignore index columns that have an
- pgsql: Done: > * -Use index to restrict rows returned by multi-key
- pgsql: Add -L option to psql to log sessions.
- pgsql: Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE
- pgsql: Change the planner to allow indexscan qualification clauses to
- docbot - docbot: Fixed channel bug per Petr (PJMODOS)
- pqa - pqa: Cleaned up unit tests, trying to get to a place where we can
- docbot - docbot: Added ability to mute if other docbots are on channel
- pgpool - pgpool: Add debug message
- pgpool - pgpool: Fix exit_handler so that it accepts signal while
- pgpool - pgpool: Retry fflush if EAGAIN is returned
- pgsql: Per discussion on -hackers, this patch changes psql's "expanded"
- pgsql: SGML cleanup: consistently use "endterm" in <xref>s that link to
- pgsql: Adjust lo_open() so that specifying INV_READ without INV_WRITE
- pgsql: Document the --enable-integer-datetimes configure option where
- pgsql: This patch removes some old code from libpq that implements a
- pgsql: libpq was not consistently checking for memory allocation
- pgsql: Fix bug in MIC -> EUC_JP conversion.
- pgsql: Fix bug in MIC -> EUC_JP conversion.
- pgsql: Fix bug in MIC -> EUC_JP conversion.
- pgsql: Separate predicate-testing code out of indxpath.c, making it a
- pgsql: Adjust comment about %t and %s to cover %m as well.
- pgsql: Fix bug in MIC -> EUC_JP conversion.
- pgsql: Add space before :DBNAME for proper \set expansion.
- pgsql: Minor cleanup of documentation for recently-added HISTFILE psql
- pgsql: Implement two new special variables in PL/PgSQL: SQLSTATE and
- pgsql: Use saveHistory so we get a nice error message on failure.
- pgsql: the following patch makes the filename used to store the readline
- pgsql: More Win32 tilde code comments.
- pgsql: Add comment on tilde expansion.
- pgsql: Remove unneeded variable test, per Tom.
- pgsql: Quick hack to allow the outer query's tuple_fraction to be passed
- pgsql: Add the "PGPASSFILE" environment variable to specify to the
- pgsql: If a LIMIT is applied to a UNION ALL query, plan each UNION arm
- pgsql: Revise searching of subplan target lists to use something more
- pgsql: This patch shows the full path name when doing a \s in psql, if
- pgsql: Free buffer allocated via malloc (process is short-lived, but fix
- pgsql: Mention prefix %t has no milliseconds.
- pgsql: Restructure log_line_prefix options to be clearer:
- pgsql: This patch against 8.0.0beta1 source adds log_line_prefix options
- pgsql: Fix typo in comment, per Alvaro.
- pgsql: Fix assign_datestyle() so that it doesn't misleadingly complain
- pgsql: Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO
- pgsql: Add missing #include -- mea culpa.
- pgsql: Defend against omitted paramLengths[] array in PQsendQueryParams.
- pgsql: Repair error in description of nonblocking usage of
- pgsql: Repair error in description of nonblocking usage of
- pgsql: Repair error in description of nonblocking usage of
- pgsql: Avoid bare 'struct Node;' declaration --- provokes annoying
- pgsql: \(rs should be \\(rs, per Tom.
- pgsql: Put a critical section around update of hash index metapage.
- pgsql: Add example for pg_config --configure.
- pgsql: Since I needed this feature badly, I added the -n / --schema
- pgsql: Please find attached a patch (diff -c against cvs HEAD) to add a
- pgsql: I've created a patch which adds support for troff "-ms" output to
- pgsql: Simplify the planner's join clause management by storing join
- pgsql: Remove idea of schema tablespaces: < o Allow databases and
- pgsql: Marginal hack to avoid spending a lot of time in find_join_rel
- pgsql: Remove grammar productions for prefix and postfix % and ^
- pgsql: Change WAL-logging scheme for multixacts to be more like regular
- pgsql: Correct an omission in the syntax error message emitted by
- pgsql: Mention ipcrm and ipcclean in error message.
- pgsql: Fix word wrap: < changes made by the interface driver for its
- pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
- pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
- pgsql: Add a function lastval(), which returns the value returned by the
- pgsql: Add support for an optional INTO clause to PL/PgSQL's EXECUTE
- pgsql: Update text for RESET CONNECTION: < all temporary tables,
- pgsql: Ipcrm -> ipcclean in error message:
- pgsql: Add rtee box index discussion.
- pgsql: Add: > * Fix incorrect rtree results due to wrong assumptions
- pgsql: Modify XLogInsert API to make callers specify whether pages to be
- pgsql: Remove the mostly-stubbed-out-anyway support routines for WAL
- pgsql: Update Hungarian FAQ and add an HTML version.
- pgsql: Trivial markup improvement.
- pgsql: Nab some low-hanging fruit: replace the planner's base_rel_list
- bizgres - bizgres: compiler files removed.
- pgsql: Remove planner's private fields from Query struct, and put them
- pgsql: Add description for backend termination: < cleaned up
- pgsql: Here's a patch to do the following: 1.
- pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
- pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
- pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
- pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
- pgsql: Add 2phase TODO.detail.
- pgsql: Add TODO.detail for 2phase commit: > * Add two-phase commit
- pgsql: Replace the parser's namespace tree (which formerly had the same
- pgsql: Add TODO.detail.
- pgsql: Remove duplicate emails.
- pgsql: Add TODO.detail for timezone: < information, either zone name
- pgsql: Add TODO.detail of standard timezone data type.
- pgsql: Add pg_upgrade TODO.detail.
- pgsql: Add TODO.detail: > * Allow major upgrades without dump/reload,
- pgsql: Add pg_dump TODO.detail for multiple -t / -n flags.
- pgsql: Add pg_dump to TODO.detail.
- pgsql: Back out patch:
- pgsql: Add comment for multi-byte computation.
- pgsql: Allow kerberos name and username case sensitivity to be
- pgsql: At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote: > > > The
- 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