Age | Commit message (Collapse) | Author |
|
Marko Kreen
|
|
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
|
|
the politically correct view that backslash escapes are deprecated.
|
|
|
|
|
|
|
|
|
|
Remove obsolete note about logging of statements generated by plpgsql
function execution ... that doesn't happen anymore.
|
|
< * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
< value [qsort]
<
< This involves choosing better pivot points for the quicksort.
<
|
|
timezone actually has a daylight-savings rule. This avoids breaking
cases that used to work because they went through the DecodePosixTimezone
code path. Per contrib regression failures (mea culpa for not running
those yesterday...). Also document the already-applied change to allow
GMT offsets up to 14 hours.
|
|
|
|
input routines. Remove the former "DecodePosixTimezone" function in favor of
letting the zic code handle POSIX-style zone specs (see tzparse()). In
particular this means that "PST+3" now means the same as "-03", whereas it
used to mean "-11" --- the zone abbreviation is effectively just a noise word
in this syntax. Make sure that all named and POSIX-style zone names will be
parsed as a single token. Fix long-standing bogosities in printing and input
of fractional-hour timezone offsets (since the tzparse() code will accept
these, we'd better make 'em work). Also correct an error in the original
coding of the zic-zone-name patch: in "timestamp without time zone" input,
zone names are supposed to be allowed but ignored, but the coding was such
that the zone changed the interpretation anyway.
|
|
Wheeler.
|
|
related to website development and change the link to the FAQ_DEV.html.
Devrim GUNDUZ
|
|
Michael Paesold
|
|
example SET TIME ZONE 'america/new_york' works now. This seems a good
idea on general user-friendliness grounds, and is part of the solution
to the timestamp-input parsing problems I noted recently.
|
|
Michael Paesold
|
|
Michael Glaesemann
|
|
Devrim GUNDUZ
|
|
Update find_gt_lt to allow grep parameters to be passed into it.
|
|
Jun Kuwamura
|
|
channel to the lists of IRC channels, fixes a typo in the OID's
question, and corrects the PGCluster's project name.
Euler Taveira de Oliveira
|
|
one of the program's core data structures, make use of the existing
ability to selectively exclude TOC items by ID. Slightly more code but
much less likely to create future maintenance problems.
|
|
|
|
Jun Kuwamura
|
|
|
|
< o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
< DROP } is issued outside a multi-statement transaction
|
|
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
|
|
> o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
> DROP } is issued outside a multi-statement transaction
|
|
Continuous Archiving. Plenty of editorial work remains...
|
|
|
|
to the discussion of the "--with-ldap" configure option. Patch from
Albe Laurenz.
|
|
|
|
|
|
to process all inclusion switches then all exclusion switches, so that the
behavior is independent of switch ordering.
Use of -T does not cause non-table objects to be suppressed. And
the patterns are now interpreted the same way psql's \d commands do it,
rather than as pure regex commands; this allows for example -t schema.tab
to do what it should have been doing all along. Re-enable the --blobs
switch to do something useful, ie, add back blobs into a dump they were
otherwise suppressed from.
|
|
commands (and soon by pg_dump).
|
|
|
|
|
|
|
|
on Win32.
|
|
|
|
per suggestion from Peter. Without this, the main doc links prevent
those files from being built.
|
|
|
|
portable long options. But we have had portable long options for a long
time now, so this is obsolete. Now people have added options which *only*
work with -X but not as regular long option, so I'm putting a stop to this:
-X is deprecated; it still works, but it has been removed from the
documentation, and please don't add more of them.
|
|
max_stack_depth is not set to an unsafe value.
This commit also provides configure-time checking for <sys/resource.h>,
and cleans up some perhaps-unportable code associated with use of that
include file and getrlimit().
|
|
|
|
|
|
|
|
Andreas Seltenreich
|
|
Andreas Seltenreich
|