Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers - September 2006
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2006-09-01
bizgres - bizgres: Add administration commands for resource queues.
User Markir (01:25)
bizgres - bizgres: Add commands to administer resource queues
User Markir (01:30)
webtranslator - l10n: New Directory
User Mario__ (02:45)
webtranslator - l10n: pot files were added
User Mario__ (02:50)
orafce - orafce: standardized error messages some corrections and source
User Okbob (10:46)
orafce - orafce: new undocumented function reverse(text)
User Okbob (11:16)
orafce - orafce: new lnnvl function
User Okbob (11:35)
Re: [COMMITTERS] pgsql: Revert change to turn autovacuum on by default.
Tom Lane (16:35)
2006-09-02
pgsql: Suppress some NOTICE messages from REINDEX command.
Bruce Momjian (02:43)
Re: [COMMITTERS] pgsql: Suppress some NOTICE messages from REINDEX command.
Peter Eisentraut (09:07)
Re: [COMMITTERS] pgsql: Suppress some NOTICE
Bruce Momjian (11:47)
pgsql: Done: o -Allow PL/python to composite types and
Bruce Momjian (12:29)
pgsql: Allow PL/python to return composite types and result sets Sven
Bruce Momjian (12:30)
pgsql: Update wording: < o -Allow PL/python to composite types and
Bruce Momjian (12:31)
pgsql: Add new variable "server_version_num", which is almost the same
Bruce Momjian (13:12)
Re: [COMMITTERS] pgsql: Suppress some NOTICE messages from REINDEX command.
Peter Eisentraut (13:47)
Re: [COMMITTERS] pgsql: Suppress some NOTICE
Bruce Momjian (14:00)
Re: [COMMITTERS] pgsql: Allow PL/python to return composite types and result sets Sven
Tom Lane (14:25)
Re: [COMMITTERS] pgsql: Add new variable "server_version_num", which is almost the same
Tom Lane (14:30)
Re: [COMMITTERS] pgsql: Suppress some NOTICE
Tom Lane (14:46)
Re: [COMMITTERS] pgsql: Allow PL/python to return composite
Bruce Momjian (14:46)
Re: [COMMITTERS] pgsql: Add new variable
Bruce Momjian (14:48)
Re: [COMMITTERS] pgsql: Allow PL/python to return
Hannu Krosing (14:49)
Re: [COMMITTERS] pgsql: Allow PL/python to return
Tom Lane (15:20)
Re: [COMMITTERS] pgsql: Allow PL/python to return
Bruce Momjian (15:56)
Re: [COMMITTERS] pgsql: Suppress some NOTICE
Bruce Momjian (16:07)
Re: [COMMITTERS] pgsql: Allow PL/python to return
Hannu Krosing (16:30)
Re: [COMMITTERS] pgsql: Add new variable "server_version_num", which is almost the same
Tom Lane (16:39)
Re: [COMMITTERS] pgsql: Add new variable
Bruce Momjian (16:41)
pgsql: Add functions to /contrib/pgstattuple that show index statistics
Bruce Momjian (17:05)
pgsql: Apply a simple solution to the problem of making
Tom Lane (17:06)
pgsql: Remove GUC_REPORT for new "server_version_num" GUC variable.
Bruce Momjian (17:08)
Re: [COMMITTERS] pgsql: Add new variable
Bruce Momjian (17:08)
pgsql: Revert as not needed/inconsistent with SQL REINDEX: Suppress
Bruce Momjian (17:10)
pgsql: New Directory
Bruce Momjian (17:39)
snapshot - root: FIX: [#1000727] Incorrect syntax for create_dblink on
User Cunha17 (17:50)
pgsql: Change FETCH/MOVE to use int8.
Bruce Momjian (18:17)
snapshot - root: typo
User Cunha17 (18:42)
snapshot - src: FIX: [#1000716] database name is hardcoded This is a
User Cunha17 (18:45)
snapshot - src: Missing adds for the previous commit.
User Cunha17 (18:47)
npgsql - Npgsql: addendum of Japanese resource(resx).
User H-saito (19:25)
npgsql - Npgsql: Adding the PORT option.
User H-saito (20:22)
pgsql: Update: < Last updated: Sat Sep 2 08:31:04 EDT 2006 > Last
Bruce Momjian (20:31)
pgsql: Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating
Bruce Momjian (20:34)
pgsql: Small code cleanup for recent UPDATE SET (values) patch.
Bruce Momjian (20:52)
pgsql: Added async query capability.
Joe Conway (21:11)
pgsql: Wording improvements for archive_timeout.
Bruce Momjian (21:11)
pgsql: Use '' rather than \' for literal single quotes in strings in
Bruce Momjian (22:03)
webtranslator - l10n: Now, I understand more how Django works and I
User Mario__ (22:28)
pgsql: Add URL for autovacuum default: > >
Bruce Momjian (22:59)
pgsql: Change "superuser_reserved_connections" default to 3, because of
Bruce Momjian (23:04)
pgsql: Update postgresql.conf line for default
Bruce Momjian (23:08)
pgsql: Make autovacuum behavior more agressive, per discussion on
Bruce Momjian (23:12)
Re: [COMMITTERS] pgsql: Revert change to turn
Bruce Momjian (23:12)
snapshot - src: I don't know how this 'N' stuff got here.
User Cunha17 (23:13)
snapshot - src: ...
User Cunha17 (23:20)
snapshot - src: FIX: finish call on spi handle causes [Can't call method
User Cunha17 (23:27)
pgsql: Add: > * Simplify ability to create partitioned tables > >
Bruce Momjian (23:47)
2006-09-03
pgsql: Remove unnecessary copyObject() call in update (values) code.
Bruce Momjian (00:46)
Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.
Tom Lane (00:56)
pgsql: Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Bruce Momjian (01:15)
Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.
Bruce Momjian (01:16)
pgsql: Fix case where "PM" to_timestamp() mask was eating too many
Bruce Momjian (01:22)
pgsql: Update predicate locking text.
Bruce Momjian (01:59)
pgsql: Revert FETCH/MOVE int64 patch.
Bruce Momjian (03:19)
Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.
Tom Lane (03:22)
Re: [HACKERS] [COMMITTERS] pgsql: Change FETCH/MOVE
Bruce Momjian (03:24)
pgsql: Reverted: < * -Change LIMIT/OFFSET and FETCH/MOVE to use int8 >
Bruce Momjian (03:26)
pgsql: Properly round months into days and into seconds for interval
Bruce Momjian (03:34)
Re: pgsql: Properly round months into days and into seconds for interval
Michael Glaesemann (04:33)
Re: [HACKERS] [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.
Tom Lane (04:49)
pgfouine - pgfouine: * [0.7] commited Devrim Gunduz's changes to the
User Gsmet (09:38)
pgfouine - pgfouine: [0.7] fixed problems raised by Toshio Kuratomi in
User Gsmet (12:19)
pgsql: Synced parser.
Michael Meskes (12:24)
pgsql: Remove: < * Change LIMIT/OFFSET and FETCH/MOVE to use int8
Bruce Momjian (13:37)
Re: [HACKERS] [COMMITTERS] pgsql: Change FETCH/MOVE
Bruce Momjian (13:37)
pgbuildfarm - client-code: Don't ignore files listed in a cvsignore file
User Andrewd (15:28)
Re: [COMMITTERS] pgsql: Second try committing the path
Andrew Dunstan (15:44)
pgsql: Arrange for GetSnapshotData to copy live-subtransaction XIDs from
Tom Lane (15:59)
pgsql: Fix non-improvement of description of archive_timeout.
Tom Lane (19:06)
Re: [COMMITTERS] pgsql: Fix non-improvement of description of
Bruce Momjian (19:15)
pgsql: Suppress 'unused variable' warnings created by latest commit.
Tom Lane (19:30)
pgsql: Fix broken markup.
Tom Lane (22:15)
pgsql: Remove duplicated index entry.
Tom Lane (22:23)
pgsql: Code review for UPDATE SET (columnlist) patch.
Tom Lane (22:37)
2006-09-04
pgsql: Fix interval input parser so that fractional weeks and months are
Tom Lane (01:26)
pgsql: Clean up some leftover problems in pgstattuple: remove unwanted
Tom Lane (02:03)
pgsql: Update Japanese readme for pgstattuple.
Bruce Momjian (03:49)
pgsql: Add missing gettext calls for some SSL errors.
Peter Eisentraut (14:57)
pgsql: sslinfo contrib module - information about current SSL
Peter Eisentraut (15:07)
Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Tom Lane (15:13)
Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Peter Eisentraut (17:41)
npgsql - Npgsql: addendum of Japanese resource(resx).
User H-saito (18:14)
pgsql: Change ILIKE to invoke lower() and then do plain LIKE comparison
Tom Lane (18:32)
pgsql: Backpatch to 8.1.X fix for to_timestamp() where "PM/AM"
Bruce Momjian (19:29)
pgsql: Remove trailing slash use in ecpg regression script; caused
Bruce Momjian (19:36)
Re: [COMMITTERS] pgsql: sslinfo contrib module -
Bruce Momjian (19:44)
pgsql: Mention paremeterized queries do not work with partial indexes.
Bruce Momjian (19:58)
pgsql: Add GIN documentation.
Bruce Momjian (20:10)
Re: [COMMITTERS] pgsql: sslinfo contrib module -
Alvaro Herrera (20:20)
Re: [COMMITTERS] pgsql: sslinfo contrib module -
Tom Lane (20:29)
Re: [COMMITTERS] pgsql: sslinfo contrib module -
Bruce Momjian (20:31)
Re: [COMMITTERS] pgsql: sslinfo contrib module -
Stefan Kaltenbrunner (20:37)
psqlodbc - psqlodbc: The vesrion is now 8.2.0101.
User Hinoue (20:51)
pgsql: Sequences were not being shown due to the use of lowercase 's'
Bruce Momjian (21:03)
pgsql: Disallow TRUNCATE when there are any pending after-trigger events
Tom Lane (21:15)
pgsql: New Directory
Bruce Momjian (21:26)
pgsql: Add MSVC build tools.
Bruce Momjian (21:30)
Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase 's'
Tom Lane (21:35)
Re: [COMMITTERS] pgsql: Sequences were not being shown due to
Bruce Momjian (21:39)
pgsql: Trivial patch to double vacuum speed on tables with no indexes
Bruce Momjian (21:40)
pgsql: Update LDAP installation wording.
Bruce Momjian (21:43)
pgsql: Update setseed() documentation.
Bruce Momjian (21:47)
pgsql: Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
Tom Lane (22:22)
Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Alvaro Herrera (22:22)
Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`
Greg Sabino Mullane (22:36)
Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Tom Lane (22:41)
Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`
Tom Lane (22:46)
press - pr: Remvoe city ambiguity, add note on current advocacy quote
User Turnstep (23:00)
pgsql: Fix information_schema.key_column_usage to show correct value of
Tom Lane (23:13)
Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`
Greg Sabino Mullane (23:49)
2006-09-05
Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`
Tom Lane (00:02)
pgsql: Update Japanese FAQ.
Bruce Momjian (00:13)
pgsql: Fix imprecision from interval rounding of
Bruce Momjian (01:13)
npgsql - Npgsql: Addition of a message.
User H-saito (01:38)
pgsql: Remove GIN documentation Christopher Kings-Lynne
Bruce Momjian (03:09)
adddepends - adddepends: Imported Sources
User Oldcode (04:29)
dbf2pg - dbf2pg: Imported Sources
User Oldcode (04:31)
dbmirror - dbmirror: Imported Sources
User Oldcode (04:33)
simplefti - simplefti: Imported Sources
User Oldcode (04:38)
macmanufacturer - macmanufacturer: Imported Sources
User Oldcode (04:43)
userlocks - userlocks: Imported Sources
User Oldcode (04:49)
pgsql: Synced parser.
Michael Meskes (10:00)
pgsql: New Directory
Michael Meskes (12:02)
pgsql: Started to cleanup complex tests.
Michael Meskes (12:11)
pgsql: Lost some changes yet again
Michael Meskes (12:17)
pgsql: Remove contrib modules that have been migrated to pgfoundry:
Tom Lane (17:20)
psqlodbc - psqlodbc: typo.
User H-saito (17:33)
psqlodbc - psqlodbc: Addition of specification.
User H-saito (17:49)
pgsql: New Directory
Teodor Sigaev (17:57)
pgsql: New Directory
Teodor Sigaev (17:57)
pgsql: New Directory
Teodor Sigaev (17:57)
pgsql: New Directory
Teodor Sigaev (17:57)
pgsql: Add hstore contrib module.
Teodor Sigaev (18:00)
pgsql: Fix Intel compiler bug.
Teodor Sigaev (18:25)
pgsql: Fix markup and license.
Teodor Sigaev (18:39)
Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Peter Eisentraut (18:57)
Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Peter Eisentraut (19:00)
pgsql: Make Gen_fmgrtab.sh locale-proof.
Tom Lane (19:18)
pgsql: Get rid of the separate RULE privilege for tables: now only a
Tom Lane (21:08)
pgsql: Remove pgcrypto functions that were deprecated and slated for
Tom Lane (21:26)
pgsql: Silence compiler warnings about incompatible function pointer
Tom Lane (23:02)
pgsql: Silence compiler warning about signed vs unsigned chars.
Tom Lane (23:07)
pgsql: Fix sslinfo so it builds on Darwin.
Tom Lane (23:15)
bizgres - bizgres: Update and correct the README to provide a more
User Markir (23:17)
2006-09-06
npgsql - Npgsql: minor bug fixes.
User H-saito (01:20)
pgtclng - pgtcl: Imported Sources
User Lbayuk (01:26)
pgsql: Add interval division/multiplication regression tests.
Bruce Momjian (02:05)
pgsql: Fix compiler warnings on 64-bit boxes: difference between
Teodor Sigaev (07:22)
Re: pgsql: Fix compiler warnings on 64-bit boxes:
Gavin Sherry (07:37)
Re: pgsql: Fix compiler warnings on 64-bit boxes:
Teodor Sigaev (08:05)
Re: pgsql: Fix compiler warnings on 64-bit boxes:
Gavin Sherry (08:13)
plscheme - plscheme: Added basic SPI_execute functionality and corrected
User Knt (08:48)
plscheme - htdocs: New example added for basic SPI functionality.
User Knt (08:49)
plscheme - htdocs: Appended a new bullet to the features section
User Knt (08:51)
bizgres - bizgres: Resource scheduling added a new catalog -
User Markir (10:05)
bizgres - bizgres: Use a hash table for the (in memory) resource queues.
User Markir (10:08)
Re: [COMMITTERS] pgsql: Second try committing the path changes.
Michael Meskes (13:15)
Re: pgsql: Fix compiler warnings on 64-bit boxes:
Tom Lane (13:56)
npgsql - Npgsql: The project file for VisualStudio2003 is added.
User H-saito (16:07)
Re: [HACKERS] pgsql: Fix compiler warnings on 64-bit
Teodor Sigaev (16:41)
Re: [HACKERS] pgsql: Fix compiler warnings on 64-bit boxes:
Tom Lane (16:55)
npgsql - Npgsql: Ooops,sorry..
User H-saito (17:45)
npgsql - Npgsql: Dirt is taken.
User H-saito (17:53)
pgsql: Be more wary about which LIBS elements to pull into sslinfo link.
Tom Lane (18:30)
psqlodbc - psqlodbc: Fix Makefile to include docs and installer
User Dpage (18:49)
pgsql: Change processing of extended-Query mode so that an unnamed
Tom Lane (20:40)
bizgres - bizgres: BG-25.
User Agoldshuv (21:07)
pgsql: Update tools directory name.
Bruce Momjian (22:03)
webtranslator - l10n: Now I'm using RequestContest, that way I can use
User Mario__ (22:10)
Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`
Greg Sabino Mullane (23:40)
2006-09-07
pgsql: Add XML documentation.
Bruce Momjian (00:04)
pgsql: Update emacs info for FAQ_DEV.
Bruce Momjian (00:08)
pgsql: New Directory
Bruce Momjian (00:10)
pgsql: Update Emacs/vim editor info.
Bruce Momjian (00:10)
pgsql: HTLM cleanup.
Bruce Momjian (00:12)
npgsql - Npgsql: Fixed the resource each country.
User H-saito (02:14)
bizgres - bizgres: Add code to catch deadlocking against self (e.g.
User Markir (06:40)
plscheme - plscheme: spi-prepare and spi-execute-prepared functions are
User Knt (08:07)
plscheme - htdocs: Example for spi-prepare and spi-execute-prepared
User Knt (08:07)
plscheme - htdocs: Basic SPI functionality looks like get formed.
User Knt (08:10)
pgsql: Removed one output because integer/double usage differ
Michael Meskes (08:15)
pgsql: Changing a test case also changes the output that is expected.
Michael Meskes (11:18)
plscheme - plscheme: Guile exception handling is written from scratch.
User Knt (13:46)
edb-debugger - workstation: Correction of a format.
User H-saito (15:16)
npgsql - Npgsql: New Directory
User H-saito (15:33)
pgsql: Specify lo_write() to take a _const_ buffer, to match
Bruce Momjian (15:37)
npgsql - Npgsql: Add the DesignDialog.
User H-saito (15:40)
pgsql: Update pgcvslog comments.
Bruce Momjian (18:13)
pgfouine - pgfouine: fixed [#1000723] Normalization: negative and
User Gsmet (20:30)
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group