[COMMITTERS] pgsql-server/. HISTORY
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 03:28:29 Modified files: . : HISTORY Log message: Regenerate HISTORY for release. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql-server/. Tag: REL7_4_STABLE HISTORY
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 03:28:46 Modified files: . : Tag: REL7_4_STABLE HISTORY Log message: Regenerate HISTORY for release. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [COMMITTERS] pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ...
Peter Eisentraut - PostgreSQL wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/12/21 17:36:34 > > Modified files: > doc/src/sgml : Tag: REL7_4_STABLE release.sgml > > Log message: > Some refining of release notes. Markup is still broken by someone else, > so I cannot remake HISTORY. I have regenerated HISTORY in 7.4.x and HEAD. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(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/doc TODO
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 12:30:27 Modified files: doc: TODO Log message: Clarification: < * Have psql \dn show only visible schemas using current_schemas() > * Have psql \dn show only visible temp schemas using current_schemas() ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/src backend/main/main.c include/s ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 19:36:38 Modified files: src/backend/main: main.c src/include/storage: s_lock.h Log message: Test for __alpha and __alpha__. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/src backend/storage/lmgr/s_lock.c ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 19:39:53 Modified files: src/backend/storage/lmgr: s_lock.c src/include/port: bsdi.h freebsd.h netbsd.h openbsd.h Log message: This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || __sparc__. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/src/pl/plpgsql/src gram.y
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 20:01:57 Modified files: src/pl/plpgsql/src: gram.y Log message: Allow plpgsql variables' default value expressions to reference existing variables (such as function parameters). Per gripe from David Fetter. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/src backend/storage/lmgr/s_lock.c ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 20:32:06 Modified files: src/backend/storage/lmgr: s_lock.c src/include/port: bsdi.h freebsd.h netbsd.h openbsd.h sco.h univel.h unixware.h src/include/storage: s_lock.h Log message: Remove NEED_I386_TAS_ASM and just test for compiler defines. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql-server/src/backend/main main.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 20:34:04 Modified files: src/backend/main: main.c Log message: Remove __alpha__ additions in main.c but document that they are missing. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql-server/src backend/port/dynloader/netbsd ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 23:31:30 Modified files: src/backend/port/dynloader: netbsd.c openbsd.c src/backend/storage/lmgr: s_lock.c spin.c src/include/port: aix.h beos.h bsdi.h cygwin.h darwin.h freebsd.h hpux.h irix5.h linux.h netbsd.h nextstep.h openbsd.h osf.h qnx4.h sco.h solaris.h sunos4.h svr4.h univel.h unixware.h src/include/storage: s_lock.h Log message: Move slock_t typdefs into s_lock.h from include/port files for centralization and easier maintanence. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/src/include/storage s_lock.h
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 23:52:10 Modified files: src/include/storage: s_lock.h Log message: Have configure --without-spinlocks actually not use spinlock code, even if supported by the cpu. ---(end of broadcast)--- TIP 8: explain analyze is your friend
