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 - December 2007
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
25
26
27
28
29
30
31
2007-12-01
pgloader - pgloader: FIX debian packaging wrt pysupport proper usage.
User Dim (10:15)
pgsql: Workaround for perl problem where evaluating UTF8 regexes can
Andrew Dunstan (15:20)
pgsql: Revert inadvertantly committed change.
Andrew Dunstan (15:30)
pgsql: Workaround for perl problem where evaluating UTF8 regexes can
Andrew Dunstan (15:31)
pgsql: Workaround for perl problem where evaluating UTF8 regexes can
Andrew Dunstan (15:39)
pgsql: Suppress compiler warnings in recent plperl patch.
Tom Lane (17:58)
pgsql: Suppress compiler warnings in recent plperl patch.
Tom Lane (17:58)
pgsql: Suppress compiler warnings in recent plperl patch.
Tom Lane (17:58)
pgsql: Code review for LIKE ...
Tom Lane (23:44)
2007-12-02
pgsql: Sync release notes with CVS HEAD; various editorial improvements.
Tom Lane (03:47)
pgsql: Mention hash opclasses in 'System Dependencies on Operator
Tom Lane (04:36)
python - lo: Make construct capable of seeing None as lack of value.
James William Pye (15:33)
python - ip: Remove abstract module.
James William Pye (15:40)
python - pq: Use msg[1] instead of data.
James William Pye (15:42)
npgsql - Npgsql2: Removed incorrectly added file.
User Fxjr (17:24)
npgsql - Npgsql2: Added simplified chinese resource.
User Fxjr (17:26)
pgloader - pgloader: debian packaging review by Julien Danjou
User Dim (17:37)
npgsql - Npgsql2: [#1010202] Adding NpgsqlConnectionStringBuilder class
User Fxjr (18:06)
npgsql - Npgsql2: Added another changedatabase test to test recent
User Fxjr (18:21)
pgsql: Improve the manual's discussion of partitioning.
Tom Lane (19:20)
press - pr: New Directory
User Kostas (19:56)
press - pr: greek translation presskit83
User Kostas (19:58)
press - pr: Translated HTML presskit (mostly copied from TXT release)
User Nickg (20:34)
press - pr: Small wording improvements
User Nickg (20:35)
pgsql: Add SGML docs for contrib/dict_int and contrib/dict_xsyn.
Tom Lane (21:13)
pgsql: Remove README files now migrated to SGML docs.
Tom Lane (21:15)
pgsql: Ensure that all <sect1> and <refentry> tags have IDs.
Tom Lane (22:33)
press - pr: added translation of features83.html
User Conni (23:00)
2007-12-03
pgsql: Revert COPY OUT to follow the pre-8.3 handling of ASCII control
Tom Lane (00:03)
pgsql: Stamp 8.3beta4.
Tom Lane (00:11)
pgsql: Update SGML contrib documentation to catch up with recent changes
Tom Lane (03:05)
Re: [COMMITTERS] pgsql: Improve the manual's discussion of partitioning.
ITAGAKI Takahiro (03:23)
pgsql: Add SGML documentation for contrib/spi and contrib/test_parser.
Tom Lane (04:18)
pgsql: Remove obsoleted README files.
Tom Lane (04:22)
Re: [COMMITTERS] pgsql: Improve the manual's discussion of partitioning.
Tom Lane (04:33)
pgsql: Improve partitioning example, per Itagaki Takahiro.
Tom Lane (04:59)
pgloader - pgloader: debian packaging review, second pass
User Dim (09:13)
pgloader - pgloader: debian/control now supports a Homepage field
User Dim (09:28)
pgloader - pgloader: More aggressive cleaning for preparing the orig
User Dim (10:10)
pginstaller - pginst: Include missing setup script in zip file.
User Dpage (10:25)
pginstaller - pginst: Version number bump for beta4
User Dpage (10:29)
pgbouncer - pgbouncer: print connection age in disconnect message
User Mkz (13:11)
npgsql - Npgsql2: [#1010202] Adding NpgsqlConnectionStringBuilder class
User Fxjr (13:12)
pginstaller - pginst: Add some documentation of the release process.
User Dpage (13:12)
pgsql: Add missing documentation for SSPI packets.
Magnus Hagander (13:40)
Re: pgsql: Remove obsoleted README files.
Hannes Eder (15:31)
pgsql: Don't try to install README.spi Hannes Eder
Magnus Hagander (15:42)
Re: [PATCHES] pgsql: Remove obsoleted README files.
Magnus Hagander (15:43)
Re: [PATCHES] pgsql: Remove obsoleted README files.
Tom Lane (15:45)
pgsql: Default to integer timestamps being off until 8.4, to correspond
Magnus Hagander (17:17)
pgsql: Remove contrib/spi/preprocessor, which has been uninteresting
Tom Lane (19:20)
edb-debugger - server: Cleanup a bunch of compiler warnings, C++isms
User Dpage (21:04)
pgsql: Fix build_minmax_path() to cope if an IS NULL clause turns up in
Tom Lane (22:37)
pgsql: Entity-ify a passel of & < > characters.
Tom Lane (23:49)
2007-12-04
pllolcode - pllolcode: Simple arithmetic now works (yay!).
User Eggyknap (03:49)
pgbouncer - pgbouncer: log connection age on disconnect
User Mkz (09:22)
edb-debugger - server: Use closesocket() on Windows, not close() to
User Dpage (11:39)
pgsql: Don't send an empty SSPI negotiation packet at the end of the
Magnus Hagander (13:02)
edb-debugger - server: Adjust BreakCountKey so that it can be properly
User Dpage (15:37)
edb-debugger - server: Add an MSBuild project to allow the debugger
User Dpage (15:39)
npgsql - Npgsql2: Applied patch to add files modified by patch:
User Fxjr (18:30)
pgloader - pgloader: Beginning of real logging implementation for
User Dim (23:08)
pgsql: Correct misattribution of earthdistance module --- according to
Tom Lane (23:45)
2007-12-05
python - fe: Set of changes.
James William Pye (00:01)
python - lo: Refactor the version parser.
James William Pye (00:06)
npgsql - Npgsql2: update the japanese resources.
User H-saito (02:33)
npgsql - Npgsql2: add the resources.
User H-saito (02:43)
npgsql - Npgsql2: Entry failure of NpgsqlTypes resource.
User H-saito (03:20)
pllolcode - pllolcode: Add support for boolean functions, and rework
User Eggyknap (04:53)
pgsql: Remove unused, occasionally confusing graphics building support.
Peter Eisentraut (10:06)
npgsql - Npgsql2: Fixed nunit tests, added some util scripts.
User Fxjr (20:14)
pgbouncer - pgbouncer: seems Wextra does not turn on all warnings
User Mkz (20:22)
npgsql - Npgsql2: Added NUnit test cases to vs.net solution files.
User Fxjr (20:28)
npgsql - Npgsql2: [#1010201] Include NUnit20 testsuite to VS solution
User Fxjr (20:49)
npgsql - Npgsql2: [#1010209] Patch for test suite.
User Fxjr (20:55)
2007-12-06
npgsql - Npgsql2: add the japanese resources.
User H-saito (01:07)
pllolcode - pllolcode: Implement BOTH SAEM and DIFFRINT (comparison
User Eggyknap (01:26)
npgsql - Npgsql2: add the nant build file of testsuite(GUI).
User H-saito (02:18)
npgsql - Npgsql2: Fixed typo.
User H-saito (02:24)
plu - plu: New Directory
User Andres (04:11)
pgsql: Make an editorial pass over the newly SGML-ified contrib
Tom Lane (04:12)
plu - plu: New Directory
User Andres (04:13)
plu - plu: Initial commit
User Andres (04:13)
npgsql - Npgsql2: Npgsql2 does not support a design dialog.
User H-saito (04:31)
npgsql - Npgsql2: add the VisualStudio project.
User H-saito (04:56)
plu - plu: New Directory
User Andres (06:02)
plu - plu: New Directory
User Andres (06:03)
plu - plu: Initial commit
User Andres (06:04)
pgbouncer - pgbouncer: log more details about fd usage
User Mkz (07:29)
pgbouncer - pgbouncer: support sending log to syslog
User Mkz (08:32)
pgbouncer - pgbouncer: debug noise to show struct sizes
User Mkz (09:08)
pgbouncer - pgbouncer: new features to SBuf - struct field reorder to
User Mkz (09:11)
pgbouncer - pgbouncer: int/ptr hash function
User Mkz (09:18)
pgsql: Change wording of logged message when cancelling an autovacuum
Alvaro Herrera (14:32)
plproxy - plproxy: simplify the PLPROXY_IDLE_CONN_CHECK related code
User Mkz (15:04)
pgsql: Disable asserts by default on msvc build (to make it the same as
Magnus Hagander (17:07)
pgsql: Add missing table entry for lastval(), per Jeff Davis.
Tom Lane (17:47)
2007-12-07
pllolcode - pllolcode: Make this work on OpenBSD; add TODO items.
User Eggyknap (00:01)
python - lo: Add a dictionary function.
James William Pye (00:40)
python - ctl: Use pg_config dictionary.
James William Pye (02:51)
python - tin: Use dictionary pg_config.
James William Pye (02:57)
pgsql: Fix typo in pg_standby docs.
Neil Conway (08:25)
pgloader - pgloader: Systematic usage of new logger module
User Dim (14:24)
pgloader - pgloader: new logging options documentation
User Dim (14:37)
pgbouncer - pgbouncer: reorder SBuf fields to get better alignment for
User Mkz (14:45)
pgsql: Realign the running text in this file to 79 characters wide.
Peter Eisentraut (16:44)
pgsql: Clean up a couple of problems in crosstab_hash's use of a hash
Tom Lane (16:44)
pgsql: Change documentation, change "distributed" checkpoints to
Bruce Momjian (16:53)
pgsql: Update HOT description to make index column changes clearer.
Bruce Momjian (17:42)
pgsql: Remove completed 8.3 TODO items: < o -Allow commenting of
Bruce Momjian (17:52)
pgloader - pgloader: Do not use no more DEBUG, VERBOSE and QUIET globals
User Dim (18:28)
pgloader - pgloader: * Rework DatabaseError and consider dichotomy in
User Dim (21:13)
pgsql: In release notes, mention "most" updates are improved with HOT.
Bruce Momjian (21:22)
pgloader - pgloader: pgloader 2.2.5 hits cvs
User Dim (22:25)
2007-12-08
pllolcode - pllolcode: NUMBARs are now stored internally as doubles
User Eggyknap (05:45)
pllolcode - pllolcode: Add support for NOOB values and NULL input
User Eggyknap (15:36)
pllolcode - pllolcode: Update documentation
User Eggyknap (15:37)
pgsql: In the release notes, mention that the "Overview" items are
Bruce Momjian (17:24)
pgloader - pgloader: make site target for uploading html documentation
User Dim (20:19)
pgsql: Fix mergejoin cost estimation so that we consider the statistical
Tom Lane (21:05)
2007-12-09
pgsql: Fix completely-bogus volatility markings on pg_trgm functions.
Tom Lane (02:22)
pllolcode - pllolcode: Support NULL return values, clean out spurious
User Eggyknap (04:09)
pgsql: Fix up the PQconnectionUsedPassword mess: create a separate
Tom Lane (19:01)
pgsql: Fix bogus prompt for password in -u case.
Tom Lane (19:04)
pgsql: The E.
Tom Lane (21:01)
pgloader - pgloader: debian packaging: fixes for lintian warnings
User Dim (21:17)
Re: pgsql: The E.
Simon Riggs (23:52)
2007-12-10
Re: pgsql: The E.
Tom Lane (00:02)
pgsql: Fix attribution for Rime of the Ancient Mariner (obviously it's
Tom Lane (00:12)
pgsql: FAQ wording and markup fix.
Bruce Momjian (00:32)
pgsql: Update Brazilian FAQ.
Bruce Momjian (00:34)
pgsql: Change the "distributed checkpoint" release note item to Greg
Alvaro Herrera (01:48)
Re: pgsql: The E.
Gregory Stark (01:49)
pgsql: Make an editorial pass over the newly SGML-ified contrib
Tom Lane (05:32)
pgbouncer - pgbouncer: version 1.1.2
User Mkz (08:04)
plproxy - plproxy: reformat AUTHORS, add Steve Singer as contributor
User Mkz (08:53)
plproxy - plproxy: tag 2.0.3 final
User Mkz (08:55)
plproxy - plproxy: explain explicit SELECT bit more
User Mkz (08:56)
pgloader - pgloader: New logging mecanism init fix, when nothing is
User Dim (10:36)
pginstaller - pginst: tips addition of the translation string of
User H-saito (11:58)
pgsql: Document how to turn off disk write cache on popular operating
Bruce Momjian (14:05)
plproxy - plproxy: small tutorial updates - installation, pooling, tbl
User Mkz (14:20)
pgsql: Write cache doc cleanups Greg Smith
Bruce Momjian (14:51)
plproxy - plproxy: avoid wildcards on tgz generation
User Mkz (15:01)
Re: pgsql: Make an editorial pass over the newlySGML-ified contrib
Simon Riggs (15:12)
npgsql - Npgsql2: Fixed compilation warnings.
User Fxjr (15:34)
plproxy - plproxy: update todo
User Mkz (15:47)
pgbouncer - pgbouncer: update todo list
User Mkz (16:36)
pgsql: Wording improvement for write-cache disabling instructions.
Bruce Momjian (22:08)
pgsql: Mention Stefan Kaltenbrunner as contributor for text search
Bruce Momjian (22:14)
pgsql: Add release note introduction.
Bruce Momjian (23:37)
pgsql: Remove Stefan Kaltenbrunner mention from full text release note
Bruce Momjian (23:38)
2007-12-11
pllolcode - pllolcode: Make arithmetic stuff pay more attention to
User Eggyknap (00:46)
pgsql: Make vacuumlo prompt for password when needed, thus making its -W
Tom Lane (02:09)
pgsql: Remove the -P options of oid2name and pgbench, as they are
Tom Lane (02:31)
pginstaller - pginst: Update french xml file.
User Gleu (07:07)
pgbouncer - pgbouncer: check if linker supports --as-needed
User Mkz (08:27)
Re: pgsql: Document how to turn off disk write cache on popular operating
Magnus Hagander (08:44)
Re: Document how to turn off disk write cache on popular operating
Bruce Momjian (13:18)
pgsql: Use _USE_32BIT_TIME_T when building with MSVC.
Magnus Hagander (14:34)
Re: Document how to turn off disk write cache on popular operating
Magnus Hagander (14:41)
Re: Document how to turn off disk write cache on popular operating
Tom Lane (15:09)
Re: Document how to turn off disk write cache on popular operating
Magnus Hagander (15:13)
pgsql: Extend the format of CSV logs to include the additional
Alvaro Herrera (15:19)
pgbouncer - pgbouncer: helper macro for notice pkt
User Mkz (16:21)
pgbouncer - pgbouncer: avoid duplicate error msg packet from console
User Mkz (16:23)
pgbouncer - pgbouncer: fake some SHOW/SET parameters to let psycopg
User Mkz (16:49)
pgsql: Typo pointed out by Erwin Brandstetter.
Magnus Hagander (18:30)
pgsql: Remove the long-deprecated -u option from psql, since it does
Tom Lane (19:01)
pgsql: Make documentation of -W options more accurate and uniform.
Tom Lane (19:57)
Re: pgsql: Typo pointed out by Erwin Brandstetter.
Tom Lane (20:20)
Re: pgsql: Typo pointed out by Erwin Brandstetter.
Devrim GÜNDÜZ (20:27)
Re: pgsql: Typo pointed out by Erwin Brandstetter.
Jonah H. Harris (20:28)
Re: pgsql: Typo pointed out by Erwin Brandstetter.
Tom Lane (20:37)
Re: pgsql: Typo pointed out by Erwin Brandstetter.
Magnus Hagander (20:39)
Re: pgsql: Typo pointed out by Erwin Brandstetter.
Alvaro Herrera (20:56)
2007-12-12
pgsnmpd - pgsnmpd: I forgets..sorry.
User H-saito (01:24)
plu - plu: New Directory
User Andres (04:33)
plu - plu: Example and a bit of documentation.
User Andres (04:33)
pgsql: Change 'merge sort join', a phrase we use nowhere else, to the
Tom Lane (06:23)
pgsql: Adjust release notes for HISTORY.html generation.
Bruce Momjian (06:58)
pgsql: This item was fixed in a different way, so has been removed: <
Bruce Momjian (06:59)
pgsql: Add random I/O URL: >
Bruce Momjian (07:06)
pgbouncer - pgbouncer: remove generated manpages from cvs, they are
User Mkz (08:17)
pgbouncer - pgbouncer: verbose asm hack
User Mkz (09:27)
pgsql: Provide a more accurate, detailed log message when the archive
Peter Eisentraut (09:39)
press - pr: Corrections
User Conni (12:49)
Re: pgsql: Provide a more accurate, detailed log message when the archive
Bjorn Munch (13:17)
pgsql: Clean up unportable attempt to use #if inside a macro call, also
Tom Lane (16:53)
Re: pgsql: Provide a more accurate, detailed log message when the archive
Tom Lane (16:56)
aupg - aupg_src: fixed reference in trigger function to aupgschema.write
User Rlucas (21:27)
aupg - aupg_src: removed augpgschema designation in front of
User Rlucas (21:29)
aupg - aupg_src: one more schema change on write-only generated trigger
User Rlucas (21:30)
pgsql: Improve the method of localizing column names and other fixed
Tom Lane (21:41)
2007-12-13
pgsql: Mark items needing updating for beta stamping.
Bruce Momjian (02:02)
pgsql: Change a couple of examples to say ALTER MAPPING instead of ADD
Tom Lane (06:32)
pgsql: Clarify log messages
Peter Eisentraut (11:55)
tuplesort.c
Manolo _ (12:09)
pgsql: Correct result type of convert_to, per Pavel Stehule.
Alvaro Herrera (13:22)
Re: pgsql: Clarify log messages
Simon Riggs (14:31)
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
25
26
27
28
29
30
31
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group