[COMMITTERS] pgsql-server/doc bug.template FAQ_czeck src/FA ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 12:56:00 Modified files: doc: bug.template Added files: doc: FAQ_czeck doc/src/FAQ: FAQ_czech.html Log message: Add Czech language FAQ's Pavel Stehule ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/ /Tag: /REL7_4_STABLE /configure ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 12:57:36 Modified files: . : Tag: REL7_4_STABLE configure configure.in doc: Tag: REL7_4_STABLE FAQ FAQ_DEV FAQ_MSWIN bug.template doc/src/FAQ: Tag: REL7_4_STABLE FAQ.html FAQ_DEV.html src/include: Tag: REL7_4_STABLE pg_config.h.win32 src/interfaces/libpq: Tag: REL7_4_STABLE libpq.rc Log message: Stamp 7.4.1. Update 7.4.1 FAQ's to current. ---(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/13 16:02:01 Modified files: doc: TODO Log message: Update TODO.detail syntax: < * Add free-behind capability for large sequential scans (fadvise) > * Add free-behind capability for large sequential scans [fadvise] ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/doc/TODO.detail fadvise
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 16:02:16 Added files: doc/TODO.detail: fadvise Log message: Add fadvise TODO.detail. ---(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 docguide.sgml
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 16:09:15 Modified files: doc/src/sgml : docguide.sgml Log message: SGML doc build instructions --- no more DTDDECL, fix double dash in path name. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/ /configure onfig/docbook.m4
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 16:25:18 Modified files: . : configure config : docbook.m4 Log message: Add /usr/local/sgml/docbook-dsssl to the default search patch for docbook style sheets, as discussed with Peter. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/doc/src/sgml client-auth.sgml fun ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 19:59:07 Modified files: doc/src/sgml : client-auth.sgml func.sgml information_schema.sgml installation.sgml jdbc.sgml libpq.sgml mvcc.sgml rules.sgml runtime.sgml doc/src/sgml/ref: copy.sgml create_table_as.sgml postmaster.sgml select_into.sgml Log message: This patch makes some SGML markup more consistent and makes a small improvement to the SSL auth docs. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/doc/src/sgml problems.sgml ref/lo ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 20:05:29 Modified files: doc/src/sgml : problems.sgml doc/src/sgml/ref: lock.sgml Log message: This patch makes some SGML markup more consistent and makes a small improvement to the SSL auth docs. ---(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/doc/src/sgml maintenance.sgml pag ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 20:10:33 Modified files: doc/src/sgml : maintenance.sgml page.sgml perform.sgml plperl.sgml protocol.sgml typeconv.sgml Log message: This patch makes some improvements and adds some additional detail to the documentation on routine database maintainence activities. I also corrected a bunch of SGML markup. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/doc/src/sgml/ref analyze.sgml cre ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 20:15:03 Modified files: doc/src/sgml/ref: analyze.sgml create_user.sgml postmaster.sgml reset.sgml select.sgml Log message: This patch fixes a few more uppercase GUC vars. I also removed an example from the RESET reference page because it seemed completely redundant. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/src backend/access/heap/heapam.c ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 20:34:47 Modified files: src/backend/access/heap: heapam.c src/backend/access/nbtree: nbtxlog.c src/backend/access/transam: xlog.c xlogutils.c src/backend/commands: sequence.c src/backend/storage/buffer: buf_init.c buf_table.c bufmgr.c src/include/storage: buf_internals.h bufmgr.h Log message: I posted some bufmgr cleanup a few weeks ago, but it conflicted with some concurrent changes Jan was making to the bufmgr. Here's an updated version of the patch -- it should apply cleanly to CVS HEAD and passes the regression tests. This patch makes the following changes: - remove the UnlockAndReleaseBuffer() and UnlockAndWriteBuffer() macros, and replace uses of them with calls to the appropriate functions. - remove a bunch of #ifdef BMTRACE code: it is ugly & broken (i.e. it doesn't compile) - make BufferReplace() return a bool, not an int - cleanup some logic in bufmgr.c; should be functionality equivalent to the previous code, just cleaner now - remove the BM_PRIVATE flag as it is unused - improve a few comments, etc. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/doc/src/sgml/ref prepare.sgml
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/13 20:55:46 Modified files: doc/src/sgml/ref: prepare.sgml Log message: Fix two typos in the documentation for PREPARE. ---(end of broadcast)--- TIP 8: explain analyze is your friend
