[COMMITTERS] pgsql-server/src/interfaces/ecpg/preproc preproc.y
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/24 18:04:09 Modified files: src/interfaces/ecpg/preproc: preproc.y Log message: Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[COMMITTERS] pgsql-server/src/interfaces/ecpg/preproc Tag: ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/24 18:05:06 Modified files: src/interfaces/ecpg/preproc: Tag: REL7_4_STABLE preproc.y Log message: Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/ oc/src/sgml/func.sgml rc/backend ...
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/24 23:36:24
Modified files:
doc/src/sgml : func.sgml
src/backend/utils/adt: formatting.c timestamp.c
src/include/utils: timestamp.h
src/test/regress/expected: timestamptz.out
src/test/regress/sql: timestamptz.sql
Log message:
> > I have no idea if this in Oracle or not. But it's something I
> > needed, and other people in the past asked about it too.
>
> It is in Oracle, but you aren't exactly on the spot. It should be
>
> IYYY - 4 digits ('2003')
> IYY - 3 digits ('003')
> IY - 2 digits ('03')
> I- 1 digit ('3')
Here is an updated patch that does that.
Kurt Roeckx
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
[COMMITTERS] pgsql-server/src/backend/libpq hba.c pg_hba.co ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/24 23:44:05 Modified files: src/backend/libpq: hba.c pg_hba.conf.sample Log message: Patch that makes quoting "sameuser", "samegroup", and "all" remove special meaning of these terms in pg_hba.conf. Also changes ugly pg_hba.conf IPv6 netmask of ::::::: to ::1/128. Andrew Dunstan ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/src backend/bootstrap/bootstrap.c ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/24 23:52:51 Modified files: src/backend/bootstrap: bootstrap.c src/backend/main: main.c src/backend/postmaster: pgstat.c postmaster.c src/backend/storage/lmgr: proc.c src/backend/tcop: postgres.c src/include: pgstat.h Log message: Continued rearrangement to permit pgstat + BootstrapMain processes to be fork/exec'd, in the same mode as the previous patch for backends. Claudio Natoli ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
