CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 01:32:03
Modified files:
src/backend/parser: parse_coerce.c
Log message:
Fix up JOIN .. USING with domains
The attached fixes select_common_type() to support th
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 01:23:59
Modified files:
doc: TODO
Log message:
Done:
> * -Allow CIDR format to be used in pg_hba.conf
---(end of broadcas
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 01:19:35
Modified files:
doc: TODO
Log message:
Done:
> * -Allow UPDATE to use SET col = DEFAULT
---(end of broadcast)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 01:19:24
Modified files:
doc/src/sgml/ref: update.sgml
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: analyze.c gram.y parse_target.c
src/backe
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 01:09:36
Modified files:
src/bin/pg_dump: Tag: REL7_3_STABLE pg_dump.c
Log message:
[ Backpatch to 7.3.X.]
If they're not, the below causes problems, as the for
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 01:08:19
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
If they're not, the below causes problems, as the foreign key is added
after the CHECK. Cluster depends
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 00:56:31
Modified files:
src/backend/utils/adt: ruleutils.c
src/backend/utils/cache: lsyscache.c
src/bin/pg_dump: pg_dump.c
src/include/utils: lsyscache.h
Log
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 00:50:53
Modified files:
doc/src/sgml : datatype.sgml
Log message:
Add missing 's.
---(end of broadcast)---
TIP 2: you can ge
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 00:40:19
Modified files:
contrib: Makefile
src/backend/catalog: sql_features.txt
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: analyze
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 00:02:38
Modified files:
src/test/regress/expected: inherit.out
Log message:
Back out commit.
---(end of broadcast)---
TIP 1: s
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/25 00:01:36
Modified files:
src/test/regress/expected: inherit.out
Log message:
Adjust expected output for new functions.
---(end of broadcast)---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 23:43:55
Modified files:
doc: TODO
Log message:
Add:
> * Allow creation of a libpq-only tarball
>
---(end of broad
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 23:07:33
Modified files:
doc/src/sgml : perform.sgml
Log message:
Seems the runtime.sgml and perform.sgml patches combined are
incompatible.
I believe
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:26:16
Modified files:
src/include/catalog: catversion.h
Log message:
Update catversion for ipv6 addition.
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:20:50
Modified files:
doc/src/sgml : client-auth.sgml
Log message:
Documentation about using CIDR addresses in pg_hba.conf.
Andrew Dunstan
--
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:19:47
Modified files:
src/backend/libpq: auth.c
src/interfaces/libpq: fe-auth.c
Log message:
> This change (I'm sure this will wrap poorly -- sorry):
>
http
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:18:58
Modified files:
src/pl/plpython: plpython.c plpython_error.sql
plpython_function.sql
Log message:
> I've worked with the Pl/Python code in the
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:17:44
Modified files:
contrib/rserv : RServ.pm Replicate.in
Log message:
Attached is a patch that provides *VERY* limited support for multiple
slave
servers.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:15:24
Modified files:
src/backend/libpq: pg_hba.conf.sample
Log message:
Here's a small patch to pg_hba.conf.sample that explains the use of CIDR
addresses.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:14:37
Modified files:
doc/src/sgml : catalogs.sgml
Log message:
Create entries for the foreign keys in the system catalog
chapter.
I got tired of
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:14:05
Modified files:
doc/src/sgml : client-auth.sgml
Log message:
client-auth.sgml references a renamed ID in runtime.sgml
Josh Berkus
-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:13:24
Modified files:
doc/src/sgml : runtime.sgml
Log message:
Attached is the fully corrected version of the re-ording patch for
Runtime.sgml and dependant files.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:11:09
Modified files:
contrib/adddepend: README.adddepend adddepend
Log message:
- Corrections for tables, columns with uppercase characters
- Don't attempt to conver
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:10:15
Modified files:
contrib/dblink : README.dblink dblink.c dblink.h dblink.sql.in
contrib/dblink/doc: connection cursor execute query
contrib/dblink/expected: dbli
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:09:24
Modified files:
src/interfaces/python: pg.py
Log message:
This is a bug in python interface module,
postgresql-7.3.3/src/interfaces/python/pg.py.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 22:08:13
Modified files:
src/backend/utils/adt: inet_net_ntop.c
src/backend/utils/time: tqual.c
Log message:
>> If a transaction marks a tuple for update and later comm
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:29:25
Modified files:
doc/src/sgml/ref: create_conversion.sgml drop_index.sgml
Log message:
Most of the synopsis areas for DROP commands use "name" as the
identifier,
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:27:24
Modified files:
doc/src/sgml : query.sgml
Log message:
Revert ORDBMS change, per Peter.
---(end of broadcast)---
TIP
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:26:46
Modified files:
doc/src/sgml : query.sgml start.sgml
Log message:
Alter query.sgml to mention PostgreSQL as an ORDBMS. This falls in line
with advocacy and '
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:25:44
Modified files:
src/backend/commands: trigger.c
Log message:
In an attempt to simplify my life I'm submitting this patch that
restructures the deferred trigger
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:20:09
Modified files:
src/include/storage: s_lock.h
Log message:
Add x86_64 support for spinlocks.
Jeffrey W. Baker
---(end of broa
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:19:11
Modified files:
doc/src/sgml : perform.sgml
src/include/storage: s_lock.h
Log message:
Small patch to link to the proper place in the "runtime" file,
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:14:50
Modified files:
doc/src/sgml : array.sgml func.sgml
src/backend/catalog: pg_aggregate.c
src/backend/commands: aggregatecmds.c
src/backend/executor: e
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 20:05:20
Modified files:
doc: TODO
Log message:
Done:
> * -Add IPv6 capability to INET/CIDR types
---(end of broadcast)---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 19:59:46
Modified files:
contrib/fuzzystrmatch: README.fuzzystrmatch fuzzystrmatch.c
fuzzystrmatch.h
Log message:
Jim C. Nasby wrote:
> S
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 19:42:42
Modified files:
src/backend/utils/adt: inet_net_ntop.c
Log message:
Prevent compiler warning from sprintf in recent ipv6 patch.
---(end of bro
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 19:21:24
Modified files:
doc/src/sgml : datatype.sgml
src/backend/utils/adt: inet_net_ntop.c inet_net_pton.c network.c
src/include/catalog: pg_proc.h
src/incl
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 15:45:39
Modified files:
doc: TODO
Log message:
Update:
< * Have SELECT '13 minutes'::interval display zero seconds
> * Have SELECT '13 minu
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/24 11:45:46
Modified files:
src/interfaces/ecpg/compatlib: Makefile
Log message:
Add -L../ecpglib -lecpg for Cygwin compile.
---(end of broadcast)---
39 matches
Mail list logo