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 since 2011-01-25 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2011-01-25
pgsql: In test_open_sync(), writes kilobytes as intended,not by bytes.
Bruce Momjian (00:43)
pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define,bu
Bruce Momjian (01:08)
pgsql: Use consistent spacing for PGAPPICON Makefile option.
Bruce Momjian (01:46)
reorg - pg_reorg: Added project configuration files for MSVC 2010
User Itagaki (06:41)
pgsql: Typo fix for MemSet size.
Magnus Hagander (09:51)
pgsql: Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane (20:43)
pgsql: Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane (22:52)
pgsql: Fix thinko in ALTER FOREIGN TABLE documentation.
Robert Haas (22:56)
pgsql: Remove old claim that ExclusiveLock is sometimes taken onsystem
Tom Lane (23:39)
pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLEdocumentation
Robert Haas (23:52)
pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLEdocumentation
Robert Haas (23:52)
2011-01-26
pgsql: Update warning about synchronous-commit durability,per suggesti
Bruce Momjian (01:32)
Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Tom Lane (02:40)
Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Bruce Momjian (02:44)
Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Tom Lane (03:00)
Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Bruce Momjian (03:02)
Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Tom Lane (03:06)
Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Bruce Momjian (03:19)
pgsql: Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes,rath
Bruce Momjian (03:21)
Re: pgsql: Update warning about synchronous-commit durability, per suggesti
Robert Haas (11:31)
pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (11:37)
pgsql: Add a comment explaining why we force physical removal of OIDs.
Robert Haas (11:43)
orafce - orafce: New Directory
User Itagaki (12:28)
orafce - orafce: Support build for 32bit and 64bit binaries for Windows
User Itagaki (12:34)
pgsql: Make 'on' uppercase in a sql example.
Itagaki Takahiro (13:36)
Re: pgsql: Update warning about synchronous-commit durability, per suggesti
Bruce Momjian (14:16)
pgsql: Update sync commit performance documentation to be consistentwi
Bruce Momjian (14:16)
pgsql: Update contrib documention mentions to point to actualdocumenta
Bruce Momjian (14:25)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (15:36)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (15:46)
pgsql: In pg_test_fsync,use K(1024) rather than k(1000) for write size
Bruce Momjian (16:03)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (16:05)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (16:33)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (16:47)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (17:43)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (18:32)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Alvaro Herrera (18:54)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Kevin Grittner (19:01)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (20:16)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (20:48)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (20:58)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (21:20)
pgsql: Per Peter E, use 'kB' for kilobyte, not 'K'.
Bruce Momjian (21:21)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas (21:34)
Re: [COMMITTERS] pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Tom Lane (22:04)
pgsql: Fix compiler warnings
Peter Eisentraut (22:19)
Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Peter Eisentraut (22:42)
Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Tom Lane (22:47)
Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Peter Eisentraut (23:08)
Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Tom Lane (23:15)
Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Jan Urbański (23:25)
pgsql: Use -Wformat-security when available
Peter Eisentraut (23:35)
pgsql: Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut (23:35)
pgsql: Improve exception usage in PL/Python
Peter Eisentraut (23:35)
pgsql: Also save the error detail in SPIError
Peter Eisentraut (23:35)
pgsql: autoreconf
Peter Eisentraut (23:35)
Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Tom Lane (23:40)
2011-01-27
pgsql: Change inv_truncate() to not repeat itssystable_getnext_ordered
Tom Lane (00:34)
pgsql: Restructure streaming docs so streaming seems more integratedin
Bruce Momjian (00:55)
pgsql: Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
Robert Haas (13:45)
pgsql: Update non-durable docs about non-synchronous-commit allowing
Bruce Momjian (17:07)
pgsql: Improve grammar and spelling in durability discussion.
Tom Lane (17:49)
pgsql: Update psql's \copyright to match the text we have in theCOPYRI
Heikki Linnakangas (18:21)
pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14,and 8.2.
Tom Lane (21:10)
pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14,and 8.2.
Tom Lane (21:10)
pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14,and 8.2.
Tom Lane (21:10)
pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14,and 8.2.
Tom Lane (21:10)
pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14,and 8.2.
Tom Lane (21:10)
pgsql: Translation updates for release 8.2.20
Peter Eisentraut (21:14)
pgsql: Translation updates for release 9.0.3
Peter Eisentraut (21:14)
pgsql: Translation updates for release 8.4.7
Peter Eisentraut (21:14)
pgsql: Translation updates for release 8.3.14
Peter Eisentraut (21:14)
pgsql: Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane (21:30)
pgsql: Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane (21:30)
pgsql: Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane (21:30)
pgsql: Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane (21:30)
pgsql: Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane (21:30)
pgsql: Prevent buffer overrun while parsing an integer in a"query_int"
Tom Lane (22:46)
pgsql: Prevent buffer overrun while parsing an integer in a"query_int"
Tom Lane (22:46)
pgsql: Prevent buffer overrun while parsing an integer in a"query_int"
Tom Lane (22:46)
pgsql: Prevent buffer overrun while parsing an integer in a"query_int"
Tom Lane (22:46)
pgsql: Prevent buffer overrun while parsing an integer in a"query_int"
Tom Lane (22:46)
pgsql: Update release notes.
Tom Lane (22:48)
pgsql: Update release notes.
Tom Lane (22:48)
pgsql: Update release notes.
Tom Lane (22:48)
pgsql: Update release notes.
Tom Lane (22:48)
pgsql: Update release notes.
Tom Lane (22:48)
pgsql: Rephrase pg_conversion description to avoid splitting linkacros
Tom Lane (23:42)
2011-01-28
pgsql: Tag 8.2.20
Marc G. Fournier (02:26)
pgsql: Tag 8.3.14
Marc G. Fournier (02:26)
pgsql: Tag 8.4.7
Marc G. Fournier (02:26)
pgsql: Tag 9.0.3
Marc G. Fournier (02:26)
pginstaller - pginst: Update version number.
Dave Page (11:48)
pginstaller - pginst: Update version number.
Dave Page (13:09)
npgsql - Npgsql2: [#1010973] specified cast is invalid - datetime
User Fxjr (19:04)
pgsql: Copy-edit a paragraph in the contrib/seg documentation.
Tom Lane (19:35)
2011-01-29
pgsql: Try to avoid running with a full fsync request queue.
Robert Haas (13:10)
pgsql: Use GSSAPI library for SSPI auth,when native SSPI is not availa
Magnus Hagander (16:15)
pgsql: Make installation.sgml build standalone again.
Tom Lane (17:52)
pgsql: Properly capitalize documentation headings; some only had initi
Bruce Momjian (18:02)
Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state
Peter Eisentraut (18:34)
2011-01-30
pgsql: Add option to include WAL in base backup
Magnus Hagander (20:43)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Robert Haas (22:08)
pgsql: Make reduce_outer_joins() smarter about semijoins.
Tom Lane (22:12)
pgsql: Make reduce_outer_joins() smarter about semijoins.
Tom Lane (22:12)
pgsql: Make reduce_outer_joins() smarter about semijoins.
Tom Lane (22:12)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Jan Urbański (22:23)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Robert Haas (22:33)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Tom Lane (22:47)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Robert Haas (22:55)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Tom Lane (23:19)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Tom Lane (23:27)
2011-01-31
pgsql: Enable building with the Mingw64 compiler.
Andrew Dunstan (01:03)
Re: pgsql: Enable building with the Mingw64 compiler.
Tom Lane (01:10)
pgsql: Fix typo
Andrew Dunstan (01:34)
Re: pgsql: Enable building with the Mingw64 compiler.
Andrew Dunstan (01:36)
pgsql: Tag refs/tags/REL8_3_14 was created
pgsql (02:28)
pgsql: Tag refs/tags/REL8_4_7 was created
pgsql (02:28)
pgsql: Tag refs/tags/REL8_2_20 was created
pgsql (02:28)
pgsql: Tag refs/tags/REL9_0_3 was created
pgsql (02:28)
pgsql: Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas (16:26)
pgsql: Fix typo
Heikki Linnakangas (16:29)
Re: pgsql: Support multiple concurrent pg_basebackup backups.
Thom Brown (16:38)
pgsql: Move upgrade instructions into its own section under "ServerSet
Bruce Momjian (18:06)
pgsql: Update docs on building for Windows to accomodate currentrealit
Andrew Dunstan (18:48)
pgsql: Fix error code for canceling statement due to conflict withreco
Simon Riggs (19:21)
pgsql: Fix error code for canceling statement due to conflict withreco
Simon Riggs (19:27)
pgsql: Fix SGML markup for upgrade doc addition.
Bruce Momjian (19:59)
pgsql: Update pg_upgrade docs to mention its use in a lessrisk-warning
Bruce Momjian (20:22)
pgsql: Remove spurious word, spotted by Thom Brown.
Heikki Linnakangas (20:52)
Re: pgsql: Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas (20:52)
2011-02-01
pgsql: Create new errcode for recovery conflict caused by db drop onma
Simon Riggs (00:21)
pgsql: Fix pg_upgrade to create pg_authid restore functions in the'pos
Bruce Momjian (01:16)
pgsql: Support LIKE and ILIKE index searches via contrib/pg_trgmindexe
Tom Lane (02:35)
pgsql: In pg_authid.rolpassword docs, make "md5" appear as a literal.
Bruce Momjian (03:29)
pgsql: Improve docs for pg_authid encryption description with betterma
Bruce Momjian (03:54)
pgsql: Add a link from client_encoding parameter to the list ofcharact
Itagaki Takahiro (05:30)
pgsql: Fix wrong error reports in 'number of array dimensions exceedst
Itagaki Takahiro (07:15)
pgsql: Fix wrong error reports in 'number of array dimensions exceedst
Itagaki Takahiro (07:15)
pgsql: Fix wrong error reports in 'number of array dimensions exceedst
Itagaki Takahiro (07:15)
pgsql: Fix wrong error reports in 'number of array dimensions exceedst
Itagaki Takahiro (07:15)
pgsql: Fix wrong error reports in 'number of array dimensions exceedst
Itagaki Takahiro (07:15)
pgsql: Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs (08:45)
pgsql: Create new errcode for recovery conflict caused by db drop onma
Simon Riggs (08:52)
pgsql: Undefine setlocale() macro on Win32
Magnus Hagander (12:29)
pgsql: Undefine setlocale() macro on Win32
Magnus Hagander (12:29)
pgsql: Undefine setlocale() macro on Win32
Magnus Hagander (12:29)
pgsql: Undefine setlocale() macro on Win32
Magnus Hagander (12:29)
pgsql: Set up PLPerl trigger data using C code instead of Perl code.
Andrew Dunstan (15:07)
pgsql: Add pg_upgrade comment for why we can't use template1inheritanc
Bruce Momjian (17:23)
pgsql: Add missing period "." in pg_upgrade documentation.
Bruce Momjian (18:53)
pgsql: Clarify pg_upgrade install instructions,per suggestion from Rob
Bruce Momjian (18:57)
pgsql: Document that Slony can do upgrades easier _because_ itsupports
Bruce Momjian (20:21)
pgsql: Document that effective cache size does not assume dataremains
Bruce Momjian (20:23)
pgsql: Add validator to PL/Python
Peter Eisentraut (20:55)
pgsql: Clarify documentation to state that "zero_damaged_pages" doesno
Bruce Momjian (21:44)
pgsql: Properly capitalize hyphenated words in documentation titles.
Bruce Momjian (22:00)
pgsql: Document that CREATE VIEW that uses "*" for the column listwill
Bruce Momjian (22:17)
2011-02-02
snapshot - src: ENH: First effort to remove COMMUNICATION_KEY and
User Cunha17 (00:17)
textsearch-ja - textsearch_senna: textsearch_senna 9.0.0.
User Itagaki (06:11)
textsearch-ja - eudc: eudc version 1.1.0.
User Itagaki (10:53)
pgsql: Add comment on why we're passing a useless 'false' to the plper
Andrew Dunstan (17:48)
pgsql: Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut (20:09)
pgsql: Simplify pg_upgrade checking of executable permissions.
Bruce Momjian (20:40)
pgsql: Fix wrong verb in pg_upgrade text message, per Haas.
Bruce Momjian (21:53)
pgsql: Mark all GUC variables with <varname> markup,rather than <liter
Bruce Momjian (23:07)
2011-02-03
Re: pgsql: Wrap PL/Python SPI calls into subtransactions
Andrew Dunstan (00:57)
pgsql: Clean up missed change to plpython expected files.
Tom Lane (01:16)
Re: pgsql: Wrap PL/Python SPI calls into subtransactions
Tom Lane (01:18)
pgsql: Repair multiple breakage in Windows-specific code forappending
Tom Lane (01:27)
pgsql: Log restartpoints in the same fashion as checkpoints.
Robert Haas (02:11)
pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear thisis
Bruce Momjian (03:28)
pgsql: Rename function to first_path_var_separator() to clarify itwork
Bruce Momjian (03:50)
pgsql: Various sepgsql corrections.
Robert Haas (04:41)
pgsql: Minor sepgsql regression test fixes.
Robert Haas (04:48)
pgsql: sepgsql doc fix
Robert Haas (04:49)
pgsql: Further sepgsql documentation cleanup.
Robert Haas (05:25)
pgsql: Fix typo.
Magnus Hagander (10:27)
pgsql: Fix typo.
Magnus Hagander (10:27)
pgsql: Fix typo.
Magnus Hagander (10:27)
pgsql: Include more status information in walsender results
Magnus Hagander (12:56)
pgsql: Simplify code used in is_absolute_path() macro; also add commen
Bruce Momjian (15:47)
pgsql: In docs, PL is Procedural Language, not Programming Language.
Bruce Momjian (16:54)
pgsql: ALTER TABLE sometimes takes only ShareUpdateExclusiveLock.
Robert Haas (20:15)
2011-02-04
pgsql: Avoid maintaining three separate copies of the error codeslist.
Robert Haas (03:35)
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Robert Haas (03:37)
pgsql: Preserve copyright notice from old errcodes.h file.
Robert Haas (03:38)
pgsql: Unbreak the VPATH build.
Robert Haas (05:09)
pgsql: Use single quotes when there are backslashes in the filename
Magnus Hagander (09:53)
pgsql: Unbreak 'configure' followed immediately by 'make install'.
Robert Haas (12:06)
pgsql: Attempt to un-break the documentation build again
Magnus Hagander (14:25)
pgsql: Make handling of errcodes.h more consistent with othergenerated
Robert Haas (14:29)
pgsql: Use $(MAKE) rather than make.
Robert Haas (14:49)
pgsql: Update ALTER TABLE docs to mention using VACUUM FULL forrewrite
Robert Haas (18:09)
pgsql: Avoid including postgres.h in frontend compiles of src/port.
Robert Haas (18:13)
pgsql: In docs,move PQrequestCancel() deprecation mention up to match
Bruce Momjian (19:23)
pgsql: Move pipe.c into the backend.
Robert Haas (20:55)
pgsql: Clarify comment in ATRewriteTable().
Robert Haas (21:16)
pgsql: Add doc comment that installation.sgml can't use xrefs.
Bruce Momjian (22:30)
2011-02-05
pgsql: Attempt to unbreak MSVC builds after pipe.c move.
Andrew Dunstan (01:50)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group