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 - June 2010
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
Jump to day:
1
2
3
4
5
7
8
9
10
11
12
13
14
15
16
17
18
19
21
22
23
24
25
27
28
29
30
2010-06-01
npgsql - Npgsql2: bug #1010825 - support derive parameters for
User Jbcooley (00:27)
npgsql - Npgsql2: support null items in arrays
User Jbcooley (00:30)
pgsql: Show schema name for REINDEX.
Bruce Momjian (00:33)
npgsql - Npgsql2: provide default value during model generation
User Jbcooley (01:59)
npgsql - Npgsql2: cleaned up UpdatedRowSource code and added value
User Jbcooley (02:02)
pgsql: Add documentation section "Using C++ for Extensibility".
Bruce Momjian (02:31)
pgsql: Fix SGML markup for tag title.
Bruce Momjian (02:35)
pgsql: Mention palloc/pfree for C++ memory allocation in docs.
Bruce Momjian (02:54)
pgsql: Comment out C++ docs for later user.
Bruce Momjian (03:19)
reorg - pg_batch: version 1.2.2.
User Itagaki (07:34)
reorg - pg_reorg: version 1.1.2.
User Itagaki (07:35)
pgsql: Update C++ release note item wording.
Bruce Momjian (13:43)
Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is
Hiroshi Inoue (21:52)
2010-06-02
pgsql: Fix obsolete comments that I neglected to update in a previous
Heikki Linnakangas (09:28)
stackbuilder - wizard: Modified SB to read both 64bit and 32bit view of
User Sachin (10:42)
pgsql: Run recently backported plperlu_plperl regression tests when
Andrew Dunstan (15:58)
pgsql: Run recently backported plperlu_plperl regression tests when
Andrew Dunstan (15:58)
2010-06-03
pgsql: Document that && geometric operator is true even if only a point
Bruce Momjian (01:34)
pgsql: Clarify array generate_subscripts() documentation example.
Bruce Momjian (02:06)
pgsql: Document that citext operators must be in the current search
Bruce Momjian (03:04)
pgsql: On clean shutdown during recovery, don't warn about possible
Robert Haas (03:20)
stackbuilder - wizard: Added 'windows-x64' as the new platform type and
User Sachin (09:07)
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (09:38)
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (09:40)
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (09:41)
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (09:43)
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (09:44)
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (09:45)
stackbuilder - wizard: Added an option to download packages only (for
User Sachin (10:45)
pgsql: Fix regression test name for plperlu_plperl in msvc.
Andrew Dunstan (11:03)
pgsql: Fix regression test name for plperlu_plperl in msvc.
Andrew Dunstan (11:04)
pgsql: Document use of C++ for extension use.
Bruce Momjian (14:39)
pgsql: Document regexp_matches() better and show example of single-row
Bruce Momjian (14:40)
pgsql: Markup fix.
Bruce Momjian (14:41)
pgsql: Bump PG_CONTROL_VERSION to account for the incompatible change
Tom Lane (14:50)
pgsql: Update 9.0 release notes to current.
Bruce Momjian (16:33)
pgsql: Fix reference to nonexistent configure option --enable-ssl ->
Peter Eisentraut (19:29)
pgsql: Fix CREATE TRIGGER release mention, WHERE -> WHEN.
Bruce Momjian (19:38)
stackbuilder - wizard: Bumped SB version to 3.0.0, Removed (x86) prefix
User Sachin (19:43)
pgsql: Add comments about definitions that may affect
Alvaro Herrera (20:37)
pgsql: Fix some inconsistent quoting of wal_level values in messages
Peter Eisentraut (21:02)
pgsql: Translation updates for 9.0beta2
Peter Eisentraut (21:12)
pgsql: Remove link that breaks HISTORY file generation.
Tom Lane (21:23)
pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr()
Tom Lane (22:17)
pgsql: Adjust misleading comment in walsender.c.
Tom Lane (23:00)
2010-06-04
pgsql: tag 9.0beta2
Marc G. Fournier (07:28)
pgsql: Added variable handling for RETURNING clause to ecpg.
Michael Meskes (10:09)
pgsql: Data returned by RETURNING clause wasn't correctly processed by
Michael Meskes (10:48)
pgsql: Data returned by RETURNING clause wasn't correctly processed by
Michael Meskes (10:48)
Re: pgsql: Added variable handling for RETURNING clause to ecpg.
David Fetter (12:07)
Re: pgsql: Added variable handling for RETURNING clause to ecpg.
Michael Meskes (12:39)
Fwd: Re: pgsql: Added variable handling for RETURNING clause to ecpg.
Michael Meskes (12:58)
Re: Fwd: Re: pgsql: Added variable handling for RETURNING clause to ecpg.
David Fetter (14:22)
2010-06-05
pgsql: Improve our explanation of the OVERLAPS operator.
Tom Lane (14:56)
pgmemcache: pgmemcache Makefile pgmemcache.c pgmemcache.h
ormod (15:38)
2010-06-07
pgsql: Replace "slave" to "standby" in documentation for consistent
Takahiro Itagaki (02:01)
pgsql: Ensure default-only storage parameters for TOAST relations to be
Takahiro Itagaki (02:59)
pgsql: Ensure default-only storage parameters for TOAST relations to be
Takahiro Itagaki (03:01)
Re: [COMMITTERS] pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr()
Fujii Masao (13:35)
pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall
Teodor Sigaev (15:14)
pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall
Teodor Sigaev (15:14)
pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall
Teodor Sigaev (15:15)
pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall
Teodor Sigaev (15:15)
Re: Re: [COMMITTERS] pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr()
Tom Lane (15:45)
pgsql: Avoid useless snprintf() call when update_process_title is turned
Tom Lane (15:49)
Re: pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall
Tom Lane (15:50)
slony1-ctl - slony-ctl: add exit_error_msg function
User C2main (21:45)
slony1-ctl - slony-ctl: last commit ommit those two files, adding error
User C2main (22:25)
2010-06-08
pgbulkload - pgbulkload: pg_bulkload 3.0beta1.
User Itagaki (02:45)
pgbulkload - pgbulkload: Added English documentation.
User Itagaki (02:54)
Re: [COMMITTERS] pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2
Takahiro Itagaki (06:17)
Re: pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall
Teodor Sigaev (09:31)
pgsql: Make procedural language handler reference C-language function
Robert Haas (20:12)
2010-06-09
pgsql: Fix typo in the header comment.
Tatsuo Ishii (00:54)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (00:56)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (00:56)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (00:59)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (00:59)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (01:00)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (01:00)
pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (01:00)
pgsql: Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
Robert Haas (02:39)
pgsql: Avoid "identifier will be truncated" warning in dblink when
Takahiro Itagaki (03:39)
pgsql: Avoid "identifier will be truncated" warning in dblink when
Takahiro Itagaki (03:40)
pgsql: Make the walwriter close it's handle to an old xlog segment if
Magnus Hagander (10:54)
pgsql: Make the walwriter close it's handle to an old xlog segment if
Magnus Hagander (10:54)
pgsql: Make the walwriter close it's handle to an old xlog segment if
Magnus Hagander (10:54)
Re: pgsql: Fix connection leak in dblink when dblink_connect() or
Tom Lane (14:58)
pgsql: In standby mode, respect checkpoint_segments in addition to
Heikki Linnakangas (15:04)
pgsql: Add index entry for ::, per complaint from John Gage.
Alvaro Herrera (16:43)
pgsql: Add index entry for ::, per complaint from John Gage.
Alvaro Herrera (16:43)
pgsql: Update ALTER TABLE docs to account for exclusion and deferrable
Alvaro Herrera (17:48)
pgsql: Remove stray word from comment.
Robert Haas (21:14)
2010-06-10
pgsql: Fix incorrect change in dblink introduced by the previous commit
Takahiro Itagaki (00:41)
pgsql: Fix incorrect change in dblink introduced by the previous commit
Takahiro Itagaki (00:42)
Re: pgsql: Fix connection leak in dblink when dblink_connect() or
Takahiro Itagaki (00:48)
pgsql: Quote all string values in EXPLAIN (FORMAT YAML) output.
Robert Haas (01:26)
pgsql: Fix quite-bogus handling of arrays in plpython datum-to-PyObject
Tom Lane (04:05)
pgsql: Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
Heikki Linnakangas (07:00)
pgsql: Make TriggerFile variable static.
Heikki Linnakangas (07:49)
pgsql: Rename restartpoint_command to archive_cleanup_command.
Takahiro Itagaki (08:13)
psqlodbc - psqlodbc: 1.
User Hinoue (13:03)
pgsql: Update text of 9.0 release notes Josh Berkus
Bruce Momjian (21:48)
slony1-ctl - slony-ctl: New Directory
User C2main (23:37)
slony1-ctl - slony-ctl: Add gettext usage, English native, fr.po added
User C2main (23:38)
2010-06-11
pgstatsinfo - pg_statsinfo: pg_statsinfo 2.0.0.
User Itagaki (06:22)
pgstatsinfo - pg_reporter: pg_reporter 1.0.0.
User Itagaki (06:25)
pgbouncer - pgbouncer: Ignore application_name startup parameter.
User Mkz (13:50)
pgsql: Add missing 'Z' letter to getopt_long call --- the newly added
Tom Lane (23:58)
2010-06-12
pgsql: Add a regression test case for bug #5497
Peter Eisentraut (06:05)
pgsql: Update Python version information
Peter Eisentraut (06:05)
pgsql: Fix typo/bug, found by Clang compiler
Peter Eisentraut (09:14)
pgsql: Add target to build HTML documentation as single page
Peter Eisentraut (09:55)
pgsql: Add space between after ">" in ">$@" in SGML Makefile, for
Bruce Momjian (15:42)
pgsql: Add SGML Makefile rule for single-page text, postgres.txt.
Bruce Momjian (15:58)
pgsql: Have pg_upgrade create its output files in the current directory,
Bruce Momjian (17:05)
pgsql: Remove lynx -stdin flag for postgres.text.
Bruce Momjian (17:17)
pgsql: Add missing --use-existing --help mention from regression binary.
Bruce Momjian (17:21)
pgsql: Update pg_upgrade C comment about cwd.
Bruce Momjian (17:45)
pgsql: postgres.txt should get cleaned by 'make clean'.
Tom Lane (21:40)
2010-06-13
psqlodbc - psqlodbc: addition of correction.
Hiroshi Saito (06:18)
psqlodbc - psqlodbc: add faq.(6.8) "Why can't we set up DSN on WIN x64."
Hiroshi Saito (12:53)
psqlodbc - psqlodbc: add the tips.
Hiroshi Saito (14:51)
pgsql: Fix ALTER LARGE OBJECT and GRANT ...
Robert Haas (17:43)
npgsql - Npgsql2: [#1010776] for a prepared command, ExecuteNonQuery()
User Fxjr (20:09)
2010-06-14
pgsql: Remove max_standby_delay message from ps display of recovery
Takahiro Itagaki (00:49)
pgsql: Fix typo.
Robert Haas (01:07)
pgsql: Fix misplaced modifier.
Robert Haas (02:18)
reorg - pg_reorg: Fix a bug that pg_reorg cannot parse index definitions
User Itagaki (05:11)
pgsql: If a corrupt WAL record is received by streaming replication,
Heikki Linnakangas (06:04)
pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."
Takahiro Itagaki (08:54)
Re: pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."
Tom Lane (13:57)
pgsql: New Directory
Simon Riggs (16:07)
pgsql: New contrib module for use as an archive_cleanup_command, or as a
Simon Riggs (16:17)
pgsql: Files for pg_archivecleanup
Simon Riggs (16:19)
pgsql: Docs for pg_archivecleanup
Simon Riggs (17:25)
pgsql: Fix doc plperl doc with is -> are change.
Bruce Momjian (18:47)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:49)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:49)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:49)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:49)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:49)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:50)
pgsql: Rearrange dblink's dblink_build_sql_insert() and related routines
Tom Lane (20:50)
2010-06-15
pgsql: Properly define pg_upgrade global variable, per bug report from
Bruce Momjian (02:08)
pg-migrator - pg_migrator: Properly define global variable.
User Bmomjian (02:12)
orafce - orafce: Change argument types of concat() from anyelement to
User Itagaki (02:49)
pgsql: Add new GUC categories corresponding to sections in docs, and
Takahiro Itagaki (07:52)
pgsql: Unbreak MSVC builds for pg_archivecleanup by linking with
Andrew Dunstan (12:48)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Consolidate and improve checking of key-column-attnum arguments
Tom Lane (16:22)
pgsql: Document new 9.0 behavior of ANALYZE on inheritance hierarchies.
Robert Haas (18:43)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Fix dblink_build_sql_insert() and related functions to handle
Tom Lane (19:04)
pgsql: Remove hstore's text[] => text[] operator.
Robert Haas (19:48)
pgsql: Clarify SELECT FOR UPDATE behavior in docs.
Bruce Momjian (20:04)
pgsql: Change the interpretation of the primary_key_attnums parameter of
Tom Lane (20:29)
pgsql: Fix storage of getopt() return, should be 'int', for pg_upgrade.
Bruce Momjian (23:25)
pg-migrator - pg_migrator: getopt() returns 'int', not 'char'.
User Bmomjian (23:25)
2010-06-16
pgsql: Refactor sprintf calls with computed format strings into multiple
Peter Eisentraut (00:54)
pgsql: Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP
Peter Eisentraut (02:12)
pgsql: Remove perl symbol table additions for plperl functions, and
Andrew Dunstan (14:50)
pgsql: 9.0 release notes updates.
Bruce Momjian (18:31)
pgsql: Update doc description for 9.0 release note item: Have
Bruce Momjian (18:46)
pgsql: Fix pg_upgrade to remove malloc(0) call.
Bruce Momjian (19:43)
pg-migrator - pg_migrator: Remove malloc(0) call.
User Bmomjian (19:43)
2010-06-17
pgsql: Remove prototype of GetOldestWALSendPointer(), that is marked as
Takahiro Itagaki (00:06)
pgsql: Document that receive location can rewind if replication
Robert Haas (01:32)
npgsql - Npgsql2: Cleanup extra lines and newline format.
User Jbcooley (01:50)
pgsql: Fix typo, init => int, per KOIZUMI Satoru.
Tom Lane (16:03)
pgsql: Fix typo, init => int, per KOIZUMI Satoru.
Tom Lane (16:03)
pgsql: Don't allow walsender to send WAL data until it's been safely
Tom Lane (16:41)
pgsql: Add missing close brackets in old-style COPY syntax diagram.
Tom Lane (17:03)
pgsql: Clean up pg_archivecleanup's error and logging output: put
Tom Lane (17:31)
pgsql: Make RemoveOldXlogFiles's debug printout match style used
Tom Lane (17:37)
pgsql: Clean up some randomness associated with trace_recovery_messages:
Tom Lane (17:44)
2010-06-18
reorg - pg_batch: Fix -w and -W options.
User Itagaki (01:10)
reorg - pg_reorg: Fix -w and -W options.
User Itagaki (01:12)
pgbulkload - pgbulkload: Fix -w and -W options.
User Itagaki (01:13)
pgstatsinfo - pg_reporter: Fix -w and -W options.
User Itagaki (01:14)
pgsql: Rename hstore => text[] operator to % This is not yet in any
Robert Haas (03:52)
textsearch-ja - textsearch_senna: Remove library dependency to libxml2
User Itagaki (07:14)
stackbuilder - wizard: Resolved FB # 16061, Added a dummy server to the
User Sachin (08:31)
stackbuilder - wizard: When an app is de-selected, check if any other
User Sachin (09:21)
slony1-ctl - slony-ctl: Change configuration init add gettext - i18n
User C2main (22:19)
slony1-ctl - slony-ctl: Use templates to simplify script
User C2main (22:20)
2010-06-19
slony1-ctl - slony-ctl: Clean files Add gettext Improve output Fix some
User C2main (22:23)
slony1-ctl - slony-ctl: New examples
User C2main (22:25)
slony1-ctl - slony-ctl: Add check configuration file Add help on error
User C2main (22:34)
slony1-ctl - slony-ctl: Add gettext Add sanity checks
User C2main (22:46)
Prev
|
Next
Jump to day:
1
2
3
4
5
7
8
9
10
11
12
13
14
15
16
17
18
19
21
22
23
24
25
27
28
29
30
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group