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 2008-05-16 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2008-05-16
pgsql: Persuade GIN to react to control-C in a reasonable amount of time
Tom Lane (01:27)
pgsql: Done: PL/pgSQL > o -Add CASE capability to language (already
Bruce Momjian (02:23)
npgsql - Npgsql2: Updated for beta 4 release
User Jbcooley (02:42)
pgfouine - pgfouine: fixed stderr date parsing
User Gsmet (08:32)
pgfouine - pgfouine: CSV log preliminary support
User Gsmet (08:32)
pgsql: Add localization support to ecpg.
Peter Eisentraut (15:20)
pgsql: Extend GIN to support partial-match searches, and extend tsquery
Tom Lane (16:31)
pgsql: Add detection of psql pager to trigger on wide output.
Bruce Momjian (16:59)
pgsql: Done in TODO: > o -Have \l+ show database size, if permissions
Bruce Momjian (17:03)
pgsql: Update psql startup banner to be shorter, suggest "help" for
Bruce Momjian (17:17)
pgsql: Update contrib for tsearch changes.
Tom Lane (17:26)
pgsql: Suppress compiler warning induced by recent header file
Tom Lane (17:31)
pgsql: Implement error checking for pthreads calls in thread-safe mode.
Magnus Hagander (18:30)
pgsql: Suppress a possibly-uninitialized-variable warning.
Tom Lane (18:34)
pgsql: Recent patch doesn't compile without <limits.h>
Tom Lane (18:35)
pgsql: Reduce unnecessary PANIC to ERROR, improve a couple of comments.
Tom Lane (19:15)
pgsql: Add a RESTART (without parameter) option to ALTER SEQUENCE,
Tom Lane (23:36)
pgsql: Fix declarations of pthread functions, missed in recent commit.
Tom Lane (23:57)
2008-05-17
pgsql: Allow ALTER SEQUENCE START WITH to change the recorded
Tom Lane (01:20)
pgsql: Add $PostgreSQL$ markers to a lot of files that were missing
Andrew Dunstan (01:28)
Re: pgsql: Add $PostgreSQL$ markers to a lot of files that were missing
Bruce Momjian (01:45)
Re: pgsql: Add $PostgreSQL$ markers to a lot of files that were missing
Andrew Dunstan (01:58)
pgsql: fix ecpg regression tests broken by over-eager adding of
Andrew Dunstan (02:43)
Re: pgsql: Implement error checking for pthreads calls in thread-safe mode.
Gregory Stark (11:36)
pgsql: Remove DEFAULT_SYNC_FLAGBIT ...
Tom Lane (16:49)
pgsql: Fix a subtle bug exposed by recent wal_sync_method
Tom Lane (17:24)
pgsql: Fix utterly-bogus code for computing row heights.
Tom Lane (17:52)
pgsql: Improve pg_regress so that it reports the fact if any test
Tom Lane (20:02)
pgsql: ecpglib needs to link with libintl if it's in use.
Tom Lane (20:23)
pgsql: Don't call rm with empty file list.
Peter Eisentraut (20:24)
pgsql: Another fix for compiles on an empty 'po' directory.
Bruce Momjian (21:27)
Re: [COMMITTERS] pgsql: Don't call rm with empty file list.
Bruce Momjian (21:27)
pgsql: In psql, test for output to stdout when forcing pager for wide
Bruce Momjian (21:40)
pgsql: Use isatty() test for pager on Win32; not sure why it was
Bruce Momjian (23:34)
pgsql: Rewrite the warning about non-transaction-safety of TRUNCATE ...
Tom Lane (23:36)
2008-05-18
pgsql: okay, looks like ecpg/compatlib needs -lintl too.
Tom Lane (03:24)
pgsql: Remove old kluge put in to allow Windows regression tests to
Andrew Dunstan (06:50)
pgsql: Make another try at using -Wl,--as-needed to suppress linking of
Tom Lane (20:13)
2008-05-19
pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for
Tom Lane (04:14)
pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for
Tom Lane (04:14)
libpqtypes - libpqtypes: bug fix in datetime.c, out-of-range time_t
User Achernow (13:37)
pgsql: Make to_char()'s localized month/day names depend on LC_TIME, not
Tom Lane (18:08)
pgsql: Remove arbitrary 10MB limit on two-phase state file size.
Heikki Linnakangas (18:16)
pgsql: Remove arbitrary 10MB limit on two-phase state file size.
Heikki Linnakangas (18:16)
pgsql: Remove arbitrary 10MB limit on two-phase state file size.
Heikki Linnakangas (18:17)
pgsql: Remove arbitrary 10MB limit on two-phase state file size.
Heikki Linnakangas (18:17)
2008-05-20
pgsql: Done: < o Use LC_TIME for localized weekday/month names, rather
Bruce Momjian (00:35)
pgsql: Simplify code in formatting.c now that to upper/lower/initcase do
Bruce Momjian (01:41)
pgsql: Adjust -Wl,--asneeded test to avoid using the switch if it breaks
Tom Lane (03:30)
npgsql - Npgsql2: updates to Entity Framework support for .NET 3.5 SP1
User Jbcooley (04:06)
npgsql - Npgsql2: updates to Entity Framework support for .NET 3.5 SP1
User Jbcooley (04:06)
pgtcl - libpgtcl: * Add support for the lo_truncate function that
User Karl (15:07)
pgsql: Synced parser.
Michael Meskes (23:17)
2008-05-21
pgsql: ecpg_keywords.o also depends on preproc.h
Michael Meskes (00:26)
pgloader - pgloader: Close database connection on PGLoader object
User Dim (07:44)
libpqtypes - libpqtypes: spelling error in docs, PGputf should be PQputf
User Achernow (09:38)
pgloader - pgloader: New Directory
User Dim (10:18)
pgloader - pgloader: Support for fixed format datafile
User Dim (10:33)
orafce - orafce: regress tests for plunit some small fix ToDo: README
User Okbob (10:36)
pgsql: Use CRITICAL_SECTION instead of Mutexes for thread-locking in
Magnus Hagander (14:20)
pgsql: Fix function headers not matching prototype in header file, per
Magnus Hagander (16:00)
pgsql: Add include directory required after the latest changes to the
Magnus Hagander (18:15)
pgsql: Link in keywords file instead of copying it.
Michael Meskes (19:51)
2008-05-23
pgtcl - libpgtcl: * Add "escape_bytea" and "unescape_bytea" to the
User Karl (19:06)
pginstaller - pginst: Check for the correct version of python (2.5 is
User Mha (19:29)
pginstaller - pginst: Check for the correct version of python (2.5 is
User Mha (19:29)
2008-05-24
pgtcl - libpgtcl: * Add new pg_result suboption -tupleArrayWithoutNulls.
User Karl (06:13)
pgsnap - pgsnap: Onclick calls aren't useful with jquery (per a comment
User Gleu (07:07)
2008-05-25
pgsql: Adjust timestamp regression tests to prevent two low-probability
Tom Lane (21:51)
pgsql: Adjust timestamp regression tests to prevent two low-probability
Tom Lane (21:51)
pgsql: Adjust timestamp regression tests to prevent two low-probability
Tom Lane (21:51)
pgsql: Adjust timestamp regression tests to prevent two low-probability
Tom Lane (21:51)
pgsql: Adjust timestamp regression tests to prevent two low-probability
Tom Lane (21:51)
pgsql: Adjust timestamp regression tests to prevent two low-probability
Tom Lane (21:51)
2008-05-26
pgsql: Fix an old corner-case bug in set_config_option: push_old_value
Tom Lane (18:54)
pgsql: Fix an old corner-case bug in set_config_option: push_old_value
Tom Lane (18:54)
pgsql: Fix an old corner-case bug in set_config_option: push_old_value
Tom Lane (18:54)
pgsql: Fix an old corner-case bug in set_config_option: push_old_value
Tom Lane (18:54)
pgsql: Fix an old corner-case bug in set_config_option: push_old_value
Tom Lane (18:54)
temporal - temporal: added notice that the repository has moved to
User Jdavis (19:12)
2008-05-27
pgsql: Alter the xxx_pattern_ops opclasses to use the regular equality
Tom Lane (00:13)
pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Magnus Hagander (12:24)
pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Magnus Hagander (12:24)
pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Magnus Hagander (12:24)
pgsnap - pgsnap: Bugfix : default report for statistics tab should be
User Gleu (15:56)
pgsnap - pgsnap: Bugfix : on "Installed Products" report, pgsnap didn't
User Gleu (16:11)
pgsnap - pgsnap: Bugfix : pg_config and pg_controldata reports were not
User Gleu (16:49)
pgsql: Clarify description of typmod input function, per Jeff Davis.
Tom Lane (18:05)
pgsql: Clarify description of typmod input function, per Jeff Davis.
Tom Lane (18:05)
pgsnap - pgsnap: Release 0.3.3.
User Gleu (20:01)
pgsnap - pgsnap: Apply 0.3.3 patches to HEAD.
User Gleu (20:16)
pgsnap - pgsnap: Fixes PHP notice messages.
User Gleu (21:11)
pgsql: Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and
Tom Lane (21:13)
pgsql: Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and
Tom Lane (21:13)
pgsql: Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and
Tom Lane (21:13)
pgsql: Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and
Tom Lane (21:14)
pgsnap - pgsnap: Add GEQO in "Installed Products" report.
User Gleu (21:17)
pgsnap - pgsnap: Add links in "Installed Products" report.
User Gleu (21:44)
pgsnap - pgsnap: Add an "Exclusive Locks" report (without transactions
User Gleu (21:58)
pgsnap - pgsnap: Fix DB name in Locks report.
User Gleu (22:04)
pgsnap - pgsnap: Bugfix : Fix DB name in Locks and "Exclusive Locks"
User Gleu (22:16)
pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Tom Lane (22:18)
pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Tom Lane (22:18)
pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Tom Lane (22:18)
2008-05-28
pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Tom Lane (00:45)
pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Tom Lane (00:45)
pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Tom Lane (00:45)
pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Tom Lane (00:45)
pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Tom Lane (00:46)
pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Tom Lane (00:46)
pgsql: Add a field to guc enums to allow hiding of values from display
Magnus Hagander (09:04)
pgloader - pgloader: Build tablename and COPY column list only at COPY
User Dim (10:07)
Re: pgsql: Add a field to guc enums to allow hiding of values from display
Tom Lane (14:21)
Re: pgsql: Add a field to guc enums to allow hiding of values from display
Magnus Hagander (14:33)
pgsql: Set hidden field for guc enum missed in previous commit.
Magnus Hagander (15:22)
Re: pgsql: Add a field to guc enums to allow hiding of values from display
Alex Hunsaker (16:53)
pgsql: Backpatch Zdenek Kotala's fix to prevent pglz_decompress from
Tom Lane (21:58)
pgsql: Backpatch Zdenek Kotala's fix to prevent pglz_decompress from
Tom Lane (21:58)
2008-05-29
nairogms - alpha: New Directory
User Neothezion (00:25)
nairogms - alpha: start of alpha release of the project
User Neothezion (00:26)
pgsql: Add URL for: * Add deferred trigger queue file >
Bruce Momjian (01:58)
pgsql: Update odbc URL.
Bruce Momjian (02:01)
pgsql: Add description to: * Add deferred trigger queue file < This
Bruce Momjian (02:04)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: New Directory
User Neothezion (08:59)
nairogms - alpha: First import of the project
User Neothezion (09:02)
nairogms - alpha: deleted old sql files
User Neothezion (09:07)
pgloader - pgloader: Protect the database connection establishing into
User Dim (09:16)
pgloader - pgloader: Document host setting for Unix Domain Socket
User Dim (09:23)
pgsnap - pgsnap: Fixes one more PHP notice message.
User Gleu (18:23)
pgsql: Fix some bugs introduced by the 8.2-era conversion of cube
Tom Lane (18:46)
pgsql: Fix some bugs introduced by the 8.2-era conversion of cube
Tom Lane (18:46)
pgsql: Fix some bugs introduced by the 8.2-era conversion of cube
Tom Lane (18:46)
pgsnap - pgsnap: Bugfix : Blocks read et Blocks hit informations were
User Gleu (19:01)
pgsql: Make 8.3.x psql print tab characters as an appropriate number of
Tom Lane (19:34)
pgsnap - pgsnap: Bugfix : Objects from schemas out of search_path
User Gleu (20:18)
pgsnap - pgsnap: Bugfix : Check the availability of pg_connect()
User Gleu (20:32)
pgsnap - pgsnap: TODO review.
User Gleu (20:40)
pgsql: Tweak libpq to avoid crashing due to incorrect buffer size
Tom Lane (22:02)
pgsql: Improve the documentation comment for replace().
Tom Lane (22:48)
2008-05-30
pgsql: Copy refint.so and autoinc.so into the src/test/regress directory
Tom Lane (00:04)
pgsnap - pgsnap: Fixes 8.0 compatibility.
User Gleu (06:31)
pgsnap - pgsnap: Adds 7.4 compatibility.
User Gleu (06:40)
pgsnap - pgsnap: I forgot to include a file.
User Gleu (06:55)
prefix - prefix: Contributed spec file for RPM packaging, thx to Devrim
User Dim (20:59)
2008-05-31
pgsnap - pgsnap: Bugfix : pg_config report was not available with 7.4
User Gleu (09:13)
pgsql: Done: -Remove psql newline patch when we find out why mingw
Andrew Dunstan (15:05)
2008-06-01
pgsnap - pgsnap: TODO review : add 0.4 roadmap.
User Gleu (07:28)
pgsnap - pgsnap: Release 0.3.4.
User Gleu (08:13)
pgsnap - pgsnap: Adds 0.3.4 bugfixes in HEAD release.
User Gleu (08:25)
pgsnap - pgsnap: Update website for 0.3.4 release.
User Gleu (08:27)
pgsnap - pgsnap: Changelog was wrong...
User Gleu (08:28)
pgsql: Marginal improvements to the documentation for PGOPTIONS.
Tom Lane (16:23)
pgsql: Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the
Tom Lane (17:32)
pgsql: Update time zone data files to tzdata release 2008c (DST law
Tom Lane (18:23)
pgsql: Update time zone data files to tzdata release 2008c (DST law
Tom Lane (18:23)
pgsql: Update time zone data files to tzdata release 2008c (DST law
Tom Lane (18:23)
pgsql: Update time zone data files to tzdata release 2008c (DST law
Tom Lane (18:23)
pgsql: Update time zone data files to tzdata release 2008c (DST law
Tom Lane (18:23)
2008-06-02
pgsql: Fix initdb to reject a relative path for -X (--xlogdir) argument.
Tom Lane (03:48)
pgsql: Fix initdb to reject a relative path for -X (--xlogdir) argument.
Tom Lane (03:48)
pgsnap - pgsnap: Add a --without-sysobjects command line option to
User Gleu (12:18)
citext - citext: Added the module version check macro PG_MODULE_MAGIC to
User Demolish (21:43)
2008-06-03
pgsnap - pgsnap: Some reports' titles are modified to get more
User Gleu (07:20)
pgsnap - pgsnap: Forgot to update manpage and --help message with the
User Gleu (07:33)
pgloader - pgloader: 2.3.1 release
User Dim (12:18)
pgloader - pgloader: debian package related corrections
User Dim (12:58)
pgsql: Remove unused variable (was already done in HEAD)
Tom Lane (20:55)
2008-06-04
pgsql: Draft release notes for upcoming back-branch updates.
Tom Lane (03:16)
pgsql: Draft release notes for upcoming back-branch updates.
Tom Lane (03:16)
pgsql: Draft release notes for upcoming back-branch updates.
Tom Lane (03:16)
pgsql: Draft release notes for upcoming back-branch updates.
Tom Lane (03:16)
pgsql: Draft release notes for upcoming back-branch updates.
Tom Lane (03:16)
pgsql: Draft release notes for upcoming back-branch updates.
Tom Lane (03:17)
pgsql: Added lost sysmbol SQL_SQL to list of allowed variable names.
Michael Meskes (12:23)
pgsql: Added symbol SQL to list of allowed variables.
Michael Meskes (12:26)
pgsql: Added SQL to list of allowed variable names.
Michael Meskes (12:27)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group