[COMMITTERS] pgsql-server/src/bin/initdb initdb.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 11:01:40 Modified files: src/bin/initdb : initdb.c Log message: Add owner description to initdb C code. Andrew Dunstan ---(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/commands/vacuum.c bac ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 10:57:15 Modified files: src/backend/commands: vacuum.c src/backend/storage/buffer: buf_init.c buf_table.c bufmgr.c freelist.c src/backend/utils/misc: guc.c postgresql.conf.sample src/include: miscadmin.h src/include/storage: buf_internals.h Log message: 2nd try for the ARC strategy. I added a couple more Assertions while tracking down the exact cause of the former bug. All 93 regression tests pass now. Jan ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/doc/src/sgml Tag: REL7_4_STABLE i ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 13:58:35 Modified files: doc/src/sgml : Tag: REL7_4_STABLE installation.sgml Log message: Add final port reports. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/ /Tag: /REL7_4_STABLE /INSTALL rc ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 13:59:35 Modified files: . : Tag: REL7_4_STABLE INSTALL src/test/regress: Tag: REL7_4_STABLE README Log message: Regenerate text files. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/doc/src/sgml installation.sgml
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 14:01:45 Modified files: doc/src/sgml : installation.sgml Log message: Add final port reports. ---(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/ /INSTALL rc/test/regress/README
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 14:03:11 Modified files: . : INSTALL src/test/regress: README Log message: Regenerate text files. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/src/bin/initdb initdb.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 16:12:48 Modified files: src/bin/initdb : initdb.c Log message: pgindent new initdb.c from Tom. ---(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
[COMMITTERS] pgsql-server/src/bin/initdb Makefile
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 16:30:37 Modified files: src/bin/initdb : Makefile Log message: Silly to copy sprompt.c from src/port when we're linking libpgport anyway. ---(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
Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile
Tom Lane wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/11/13 16:30:37 > > Modified files: > src/bin/initdb : Makefile > > Log message: > Silly to copy sprompt.c from src/port when we're linking libpgport anyway. The style has always been to compile in each app in case the flags change, or is that only for libpq? -- 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])
Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile
Bruce Momjian wrote: > Tom Lane wrote: > > CVSROOT:/cvsroot > > Module name:pgsql-server > > Changes by: [EMAIL PROTECTED] 03/11/13 16:30:37 > > > > Modified files: > > src/bin/initdb : Makefile > > > > Log message: > > Silly to copy sprompt.c from src/port when we're linking libpgport anyway. > > The style has always been to compile in each app in case the flags > change, or is that only for libpq? Never mind --- I see we are not using pgport consistently now and not using symlinks. -- 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 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/src/backend/catalog system_views.sql
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 18:13:39 Modified files: src/backend/catalog: system_views.sql Log message: Dunno why this got committed with DOS newlines, but fix that, and add a header comment/copyright notice. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [COMMITTERS] pgsql-server/src/backend/catalog system_views.sql
Tom Lane wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/11/13 18:13:39 > > Modified files: > src/backend/catalog: system_views.sql > > Log message: > Dunno why this got committed with DOS newlines, but fix that, and > add a header comment/copyright notice. It was me --- I checked initdb.c and those newlines were fine, but I never checked system_views.sql. I did transfer it from an XP machine, so maybe I did it somehow. -- 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 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/src/bin/initdb initdb.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 19:46:31 Modified files: src/bin/initdb : initdb.c Log message: Preliminary code review for C version of initdb. Re-centralize handling of option switches for backend, fix handling of COPY from data files so that we won't have the newline-after-\. issue back again, add back some comments and printouts lost from the shell script, etc. Still needs work for error handling; in particular the shell version worked much more nicely for the case of a postgres executable that fails on invocation. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile
Bruce Momjian <[EMAIL PROTECTED]> writes: >> Silly to copy sprompt.c from src/port when we're linking libpgport anyway. > The style has always been to compile in each app in case the flags > change, or is that only for libpq? libpq needs to build these modules PIC, but a simple executable does not. The whole notion of building libpgport as a library is wrong if you want to recompile in each app. regards, tom lane ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 22:04:05 Modified files: doc/src/sgml : Tag: REL7_4_STABLE release.sgml Log message: Beat some sense into the release notes. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/src backend/po/Tag: backend/po/RE ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 22:05:04 Modified files: src/backend/po : Tag: REL7_4_STABLE de.po src/bin/psql/po: Tag: REL7_4_STABLE de.po Log message: Translation updates ---(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
[COMMITTERS] pgsql-server/doc/src/sgml release.sgml
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 22:06:42 Modified files: doc/src/sgml : release.sgml Log message: Beat some sense into the release notes. ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/src backend/po/de.po bin/psql/po/ ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 22:08:18 Modified files: src/backend/po : de.po src/bin/psql/po: de.po Log message: Translation updates ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/doc Tag: REL7_4_STABLE bug.template
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 23:31:05 Modified files: doc: Tag: REL7_4_STABLE bug.template Log message: Update bug template to 7.4 --- that was the only one missing. ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/doc bug.template
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 23:30:54 Modified files: doc: bug.template Log message: Update bug template to 7.4 --- that was the only one missing. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/. HISTORY
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 23:41:12 Modified files: . : HISTORY Log message: Update HISTORY to match release.sgml. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/. Tag: REL7_4_STABLE HISTORY
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 23:41:25 Modified files: . : Tag: REL7_4_STABLE HISTORY Log message: Update HISTORY to match release.sgml. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/src/backend/storage/buffer README
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/14 00:32:11 Modified files: src/backend/storage/buffer: README Log message: Added documentation for the new interface between the buffer manager and the cache replacement strategy as well as a description of the ARC algorithm and the special tailoring of that done for PostgreSQL. Jan ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
