CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/06 13:43:43
Modified files:
src/backend/storage/lmgr: s_lock.c
Log message:
Adopt a random backoff algorithm for sleep delays when waiting for a
spinlock. Per recent pghac
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/06 20:36:04
Modified files:
doc: TODO
Log message:
Add:
> o Add ALTER DATABASE ... OWNER TO newowner
---(end of broadca
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/05 15:30:21
Modified files:
src/backend/utils/adt: datetime.c
src/include/utils: datetime.h
Log message:
Improve documentation of ParseDateTime(). Reorder tests to preven
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 01:03:18
Modified files:
src/interfaces/ecpg/pgtypeslib: Makefile
Log message:
Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpg
compiles.
-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/06 06:41:13
Modified files:
contrib/tsearch2/docs: tsearch2-ref.html
Log message:
Add documentation about ts_debug
---(end of broadcast)--
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 23:48:24
Modified files:
src: Makefile.global.in
Log message:
more thread.c consistency.
---(end of broadcast)---
T
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 18:43:01
Modified files:
contrib/tsearch2: ts_stat.c
contrib/tsearch2/snowball: api.h english_stem.c russian_stem.c
utilities.c
contr
[EMAIL PROTECTED] (Bruce Momjian) writes:
> < * Delay resolution of array expression type so assignment coercion
> > * -Delay resolution of array expression type so assignment coercion
AFAIK, this is *not* done.
> < o Implement SQLDA (do we really need this?)
> >
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 20:43:33
Modified files:
src/interfaces/ecpg/test: test_thread.pgc
Log message:
Clean up function header.
---(end of broadcast)
Joe Conway <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Conversion functions must be STRICT to prevent them from getting null inputs.
> Shouldn't this be applied to REL7_3_STABLE also?
Yeah, probably, although it won't help unless people initdb.
regards, tom lane
---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 01:52:22
Modified files:
src: Makefile.global.in
src/bin/pg_dump: Makefile dumputils.h pg_dump.h
src/bin/psql : Makefile bcc32.mak common.h win32.mak
Tom Lane wrote:
> [EMAIL PROTECTED] (Bruce Momjian) writes:
> > < * Delay resolution of array expression type so assignment coercion
> > > * -Delay resolution of array expression type so assignment coercion
>
> AFAIK, this is *not* done.
I already have it marked as not done.
> > <
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 11:36:31
Modified files:
src/test/regress: pg_regress.sh
Log message:
Remove unnecessary use of multiple cat processes to feed psql; this
reduces the number of concurren
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 23:00:21
Modified files:
doc: TODO
Log message:
Update done items:
< * Allow elog() to return error codes, module name, file name, line
<
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 13:34:40
Modified files:
doc: TODO
Log message:
Done:
< o Allow array declarations and other data types in PL/PgSQL DECLARE
> o
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 22:25:46
Modified files:
src/bin/pg_id : pg_id.c
Log message:
I get the following warning when I compile src/bin/pg_id/pg_id.c:
gcc -pipe -g -Wall -Wmissing-pr
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 18:33:50
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2:
AbstractJdbc2ResultSet.java
Log message:
Applied patch from
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 18:18:48
Modified files:
src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java
src/interfaces/jdbc/org/postgresql/util: PSQLException.java
Log message:
Applied pa
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/12 15:52:38
Modified files:
src/backend/tcop: postgres.c
Log message:
Marginal hacks to move some processing out of the per-client-message
processing loop; avoids extra ove
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 18:12:00
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1Statement.java
Log message:
Applied patch from
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/14 21:22:26
Modified files:
src/backend/utils/adt: arrayfuncs.c
Log message:
Rewrite array_cmp to not depend on deconstruct_array. Should be a little
faster, but more impo
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 19:39:48
Modified files:
doc: TODO
Log message:
Add:
> * Prevent unneeded quoting in psql \d output using fmtId()
---(end
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 00:12:04
Modified files:
doc: TODO
src/port : Makefile
Log message:
I'm quite fond of doing VPATH builds, i.e. building outside the source
tre
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 11:37:55
Modified files:
contrib/tsearch2: wparser_def.c
Log message:
More accuracy work with MinWords option of headline function
---(end of broadcast
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/12 18:34:44
Modified files:
src/interfaces/libpq: fe-protocol3.c
Log message:
Cope with NoData message from backend. Needed for case where
PQexecParams is used with a stat
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 13:16:24
Modified files:
src/backend/tcop: postgres.c
Log message:
Move MemoryContextCheck() call from bottom of PostgresMain loop to
just before CommitTransactionComman
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 20:59:49
Modified files:
src/template : unixware
Log message:
Adjust for compiler options for compiler bug.
Larry Rosenman
---(end o
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/14 15:32:55
Modified files:
src/include: getaddrinfo.h
Log message:
Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.
We don't actually need the
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/12 13:21:18
Modified files:
src/backend/postmaster: pgstat.c
Log message:
Avoid unnecessary work when stats collection is disabled. Tighten
search loop in pgstat_initstats
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 13:29:03
Modified files:
doc/src/sgml : libpq.sgml
src/interfaces/libpq: blibpqdll.def fe-exec.c libpq-fe.h
libpqdll.def
Log message:
A
[EMAIL PROTECTED] (Bruce Momjian) writes:
> Added files:
> src/port : sprompt.c
> Removed files:
> src/bin/psql : sprompt.c
> Log message:
> Move simple_prompt()/sprompt.c into /port.
Why is src/bin/pg_dump/sprompt.c still there, then?
regards,
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/12 15:23:21
Modified files:
src/backend/libpq: be-secure.c
src/backend/optimizer/geqo: geqo_main.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 18:25:06
Modified files:
src/tools/pgindent: pgindent
Log message:
pgindent fix for new typedefs.
---(end of broadcast)---
TIP
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 20:42:04
Modified files:
src/interfaces/jdbc: build.xml
src/interfaces/jdbc/org/postgresql/test/jdbc3:
Jdbc3TestSuite.java
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 14:56:27
Modified files:
src/interfaces/jdbc/org/postgresql: Tag: REL7_3_STABLE
Driver.java.in
src/interfaces/jdbc/org/postgresql/jdb
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 12:19:58
Modified files:
src/backend/po : sv.po
src/bin/pg_controldata/po: sv.po
src/bin/pg_dump/po: sv.po
src/bin/pg_resetxlog/po: sv.po
src/bin/psql/
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 17:46:47
Modified files:
src/backend/catalog: pg_proc.c
src/backend/commands: comment.c explain.c
src/backend/executor: execJunk.c
src/backend/optimizer/path: a
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 18:20:50
Modified files:
src/interfaces/jdbc/org/postgresql/test: README
Log message:
Applied patch from Oliver Jewett to clean up the testing README file
Modif
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 16:37:13
Modified files:
src/backend/libpq: pqcomm.c
Log message:
SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition.
---(end of
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 00:59:26
Modified files:
. : HISTORY
Log message:
Update release items from Tom.
---(end of broadcast)---
TIP 5: H
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 15:55:44
Modified files:
doc: TODO
Log message:
Update:
< o -Implement SQLDA
> o Implement SQLDA
---(e
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 00:03:55
Modified files:
src/interfaces/libpq: Makefile
Log message:
Makefile cleanup.
---(end of broadcast)---
TIP 6: Have you
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 13:37:31
Modified files:
src/interfaces/ecpg/test: test_thread.pgc
Log message:
Make table column type TEXT.
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/05 01:18:52
Modified files:
. : GNUmakefile.in
Log message:
remove src/data from target list
---(end of broadcast)---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 11:41:59
Modified files:
contrib/tsearch2: wparser_def.c
Log message:
Correct error messages
---(end of broadcast)---
TIP 5: Ha
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 20:04:50
Modified files:
src/backend/access/common: tupdesc.c
src/backend/catalog: dependency.c
src/backend/nodes: print.c
src/backend/optimizer/prep: preptlist
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/05 23:19:51
Modified files:
src/interfaces/ecpg/compatlib: Makefile
src/interfaces/ecpg/pgtypeslib: Makefile
src/interfaces/ecpg/preproc: Makefile
src/interfaces/e
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 18:27:53
Modified files:
src/interfaces/jdbc: build.xml
Log message:
Applied patch from Oliver Jowett to clean up some aditional warning messages
from ant.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/05 11:35:12
Modified files:
. : HISTORY
Log message:
Update thread wording.
---(end of broadcast)---
TIP 2: you can g
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 15:07:38
Modified files:
. : configure configure.in
src/include: pg_config.h.in
Log message:
Do not link in libwsock32 on non-win32 platforms. Improve
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 22:21:54
Modified files:
src/bin/psql : describe.c
Log message:
This makes psql use the new pg_get_viewdef function. It also puts one
extra line break in to improve f
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/09 22:20:34
Modified files:
doc/src/sgml : ddl.sgml dml.sgml func.sgml runtime.sgml
sql.sgml start.sgml trigger.sgml
user-manag.sgml xfu
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 18:38:56
Modified files:
. : configure.in configure
Log message:
Fix typo.
---(end of broadcast)---
TIP 3: if post
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/11 17:54:55
Modified files:
src/interfaces/jdbc/org/postgresql/core: BaseStatement.java
src/interfaces/jdbc/org/postgresql/jdbc1:
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 15:36:35
Modified files:
doc: TODO
Log message:
Update.
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmas
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 14:13:02
Modified files:
doc: TODO
Log message:
Update as done:
< * Allow easy display of usernames in a group
> * -Allow easy display of us
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/14 15:48:35
Modified files:
src/bin/psql : common.c
Log message:
Remove unnecessary #include's (see c.h).
---(end of broadcast)-
Bruce Momjian writes:
> Log message:
> Move simple_prompt()/sprompt.c into /port.
Well, if you include it in libpq (which is debatable, but doable), then
you might as well put it in src/interfaces/libpq.
--
Peter Eisentraut [EMAIL PROTECTED]
---(end of broadcast
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 15:43:49
Removed files:
src/bin/pg_dump: sprompt.c
Log message:
Remove, no in /port.
---(end of broadcast)---
TIP 3: if posting
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/06 14:46:46
Modified files:
src/backend/access/common: printtup.c
src/backend/commands: portalcmds.c
src/backend/executor: execMain.c execTuples.c tstoreReceiver.c
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/14 02:27:19
Modified files:
src/port : thread.c
Log message:
Document threading status.
Update to POSIX getpwuid_r() function.
---(
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/05 11:37:49
Modified files:
. : HISTORY
Log message:
Add mention of :00 seconds.
---(end of broadcast)---
TIP 5: Have
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/06 02:53:13
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1ResultSet.java
Log message:
Applied patch from
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 21:10:32
Modified files:
src/backend/utils/adt: date.c timestamp.c
Log message:
Fix floating-point timestamp comparisons to not go nuts if NaN is
encountered; per bug re
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 23:55:08
Modified files:
src/interfaces/libpq: Makefile
src/port : Makefile
Log message:
More threading cleanups.
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 00:00:31
Modified files:
src/interfaces/libpq: Makefile
Log message:
More thread.c cleanup.
---(end of broadcast)---
TIP 2: you
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/12 19:42:01
Modified files:
src/backend/libpq: pqcomm.c
Log message:
Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,
in hopes of soothing fears of th
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 16:19:32
Modified files:
src/pl/plpgsql/src: pl_comp.c
Log message:
Avoid malloc(0). Although standard mallocs seem not to object,
some debugging malloc packages do.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 00:18:41
Modified files:
src/interfaces/libpq: Makefile
Log message:
Cleanup.
---(end of broadcast)---
TIP 8: explain analyze i
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 00:09:57
Modified files:
src/port : thread.c
Log message:
Typo cleanup.
---(end of broadcast)---
TIP 2: you can get off a
In theory, the news2mail gateway is back in place ...
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 01:03:13
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1Statement.java
Log message:
Sometimes the thir
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/05 12:31:33
Modified files:
. : HISTORY
Log message:
Modify:
Prevent interval from supressing ':00' seconds display
---(end
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/06 11:53:01
Modified files:
contrib/tsearch2: README.tsearch2
Log message:
OpenFTS vs Tsearch2 comment
---(end of broadcast)---
TI
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 22:21:03
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Remove space between function name and opening paren in pg_dump, for
clarity.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/07 02:12:00
Modified files:
src/interfaces/ecpg/test: test_thread.pgc
Log message:
Update ecpg thread testing program to be more automated.
---(end of bro
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/13 15:56:21
Modified files:
doc/src/sgml : protocol.sgml
src/backend/commands: copy.c
src/interfaces/libpq: fe-exec.c fe-protocol3.c libpq-int.h
Log message:
li
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/14 11:19:25
Modified files:
src/backend/utils/adt: acl.c
src/bin/pg_dump: dumputils.c
Log message:
Handle double-quotes correctly in user names in ACL lists.
78 matches
Mail list logo