CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/24 02:38:38
Modified files:
contrib/vacuumlo: vacuumlo.c
Log message:
Add positive defense against dropped columns, per suggestion from
Christopher Kings-Lynne. Also fix a
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/22 22:51:09
Modified files:
src/backend/catalog: index.c
src/backend/commands: indexcmds.c
Log message:
Putting back the previous change must be the first thing.
A
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 20:31:52
Modified files:
src/bin/pg_dump: pg_backup_archiver.c pg_dump.c
Log message:
Issue CREATE SCHEMA as the originally connecting user, with an
AUTHORIZATION clause
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 19:48:53
Modified files:
doc/src/sgml/ref: pg_dump.sgml pg_restore.sgml
src/bin/pg_dump: pg_backup.h pg_backup_archiver.c pg_dump.c
pg_dumpall.c pg_rest
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 18:00:18
Modified files:
doc: TODO
Log message:
Add:
> * Allow LISTEN/NOTIFY to store info in memory rather than tables
--
Tom Lane wrote:
> Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a
> really general fix might be difficult, I believe the only case where
> AtCommit_Notify could see an uncommitted tuple is where the other guy
> has just unlistened and not yet committed.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 17:45:58
Modified files:
doc: TODO
Log message:
Add:
* Allow major upgrades without dump/reload, perhaps using pg_upgrade
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 16:58:50
Modified files:
doc/src/sgml : plpgsql.sgml
Log message:
Minor copy-editing for plpgsql chapter.
---(end of broadcast)--
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 14:12:53
Modified files:
src/backend/parser: parse_coerce.c
Log message:
Tweak generic_type_consistency routines to avoid loss of functionality
since 7.3: 'select array_
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 12:11:42
Modified files:
src/backend/executor: Tag: REL7_3_STABLE spi.c
Log message:
_SPI_cursor_operation forgot to check for failure return from
_SPI_begin_call. Per
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 12:11:33
Modified files:
src/backend/executor: spi.c
Log message:
_SPI_cursor_operation forgot to check for failure return from
_SPI_begin_call. Per gripe from Tomasz M
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 09:56:35
Modified files:
src/interfaces/ecpg: ChangeLog
src/interfaces/ecpg/preproc: preproc.y
Log message:
- Changed struct definition handling so "struct foo {}" alwa
12 matches
Mail list logo