CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/20 16:09:45
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Rewrite pg_dump's comment-dumping code to pull over all the comments
in one query, rather than making a
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/02 17:14:45
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Always schema-qualify the name of a function referenced in CREATE CAST.
The former coding failed if the
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/24 13:25:15
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Avoid using string literal with embedded newline.
---(end of broadcast)---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/28 17:05:29
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Don't choke when the handler for a procedural language is located in
the pg_catalog schema. Per bug rep
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/21 01:46:28
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Fix findLastBuiltinOid_V70() to deliver correct result when running
against a 7.0 server.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/27 19:10:01
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Remove erroneous restriction that -t cannot be used to select a
sequence for dumping.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/27 12:34:06
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Changed the logic when a CAST is dumped according to discussion
on pgsql-hackers.
A cas
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/21 21:23:35
Modified files:
src/bin/pg_dump: pg_dump.c
src/interfaces/libpq: fe-exec.c fe-connect.c
Log message:
Message wording improvements
---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/19 20:15:19
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
pg_dump missed comments attached to primary key or unique constraints
(as distinct from their underlying
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/28 15:59:06
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Ensure that FK constraints are dumped after primary/unique constraints,
rather than relying on OID order
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/07/27 00:47:23
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
This is a totally trivial patch for something that was a very minor nit that
annoyed me the other day wh
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/07/25 18:02:53
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Recent patch to dump nondefault attstorage settings broke pg_dump for
dropped columns. Fix by using LEF
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/07/25 16:37:21
Modified files:
src/bin/pg_dump: pg_dump.c
Log message:
Seems my check constraint change did break stuff.
Alias the appropriate columns back to their o
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
15 matches
Mail list logo