Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Header And Logo
|
Site Navigation
Home
About
Downloads
Documentation
Community
Developers
Support
Section Navigation
Community
Contributors
Mailing Lists
Subscribe
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-testers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
Community login
Profile
Lost password
Search archives
Advanced Search
pgsql-committers 2008-09 Chronological Index (2/2)
Last updated: Wed Jan 18 01:50:33 2012
293 messages
Thread Index
[
Prev Page
]
[Next Page]
11 September 2008
pgtreelib - pgtreelib: psql
User Kostas (15:47)
plproxy - plproxy: news for 2.0.7
User Mkz (15:35)
pgsql: Adjust the parser to accept the typename syntax INTERVAL ...
Tom Lane (15:27)
plproxy - plproxy: Use server_encoding as remote connection encoding
User Mkz (15:05)
plproxy - plproxy: disable binary i/o completely
User Mkz (14:48)
plproxy - plproxy: allow non-ascii chars in idents
User Mkz (14:47)
plproxy - plproxy: more serious encoding test
User Mkz (14:44)
pgsql: Initialize the minimum frozen Xid in vac_update_datfrozenxid
Alvaro Herrera (14:01)
pgsql: Initialize the minimum frozen Xid in vac_update_datfrozenxid
Alvaro Herrera (14:01)
pgsql: Initialize the minimum frozen Xid in vac_update_datfrozenxid
Alvaro Herrera (14:01)
plproxy - plproxy: dont crash on nameless input arguments
User Mkz (12:53)
plproxy - plproxy: refresh expected file
User Mkz (11:03)
plproxy - plproxy: test also nonascii column
User Mkz (11:00)
stackbuilder - wizard: Search the unpacked Mac download to find the
Dave Page (09:08)
pgtreelib - pgtreelib: function graph
User Kostas (05:47)
pgtreelib - pgtreelib: New Directory
User Kostas (05:47)
pgtreelib - pgtreelib: dot graph
User Kostas (05:47)
pgtreelib - pgtreelib: New Directory
User Kostas (05:47)
pgtreelib - pgtreelib: nested set model
User Kostas (05:47)
10 September 2008
pgsql: Tweak newly added set_config_sourcefile() so that the target
Tom Lane (19:16)
pgsql: Make our parsing of INTERVAL literals spec-compliant (or at least
Tom Lane (18:29)
pgsql: Add "source file" and "source line" information to each GUC
Alvaro Herrera (18:10)
pgsql: Avoid using sprintf() for a simple octal conversion in
Tom Lane (17:01)
pgsql: Avoid using sprintf() for a simple octal conversion in
Tom Lane (17:01)
plproxy - plproxy: new regtest to detect encoding handling problems
User Mkz (13:25)
stackbuilder - wizard: Swedish translation update.
User Mha (09:33)
npgsql - Npgsql2: Updated project homepage
User Fxjr (05:02)
pgsql: Fix a couple of places where the plpgsql grammar would produce an
Tom Lane (01:09)
09 September 2008
pgsql: Improve the plan cache invalidation mechanism to make it
Tom Lane (18:58)
pgsql: Improve plpgsql's ability to report tuple incompatibility
Alvaro Herrera (15:14)
stackbuilder - wizard: The newest Japanese po.
User H-saito (13:49)
08 September 2008
plproxy - plproxy: Postgres 8.2 did not have PGDLLIMPORT on win32
User Mkz (22:34)
Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the
Simon Riggs (18:49)
Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the
Fujii Masao (18:12)
Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the
Simon Riggs (17:28)
pgsql: Fix a couple of problems pointed out by Fujii Masao in the
Tom Lane (16:42)
pgsql: Make pg_dump --data-only try to order the table dumps so that
Tom Lane (15:26)
npgsql - Npgsql2: Added a test for bug 1006158
User Fxjr (14:25)
npgsql - Npgsql2: [1010426] Broken Connections.
User Fxjr (14:22)
npgsql - Npgsql2: Uncommented out the code which checks if a connection
User Fxjr (14:02)
npgsql - Npgsql2: [1010466] Npgsql isn't using pool when executing
User Fxjr (14:01)
stackbuilder - wizard: Remove debug code.
Dave Page (13:41)
stackbuilder - wizard: Automatic merge using stringmerge script.
Dave Page (13:40)
stackbuilder - wizard: String management scripts
Dave Page (13:39)
stackbuilder - wizard: de_DE fixes from Andreas 'ads' Scherbaum
Dave Page (13:20)
stackbuilder - wizard: Update translation template.
Dave Page (12:36)
pginstaller - web: Correct misleading text that states CREATESERVICEUSER
Dave Page (07:45)
pgsql: Create a separate grantable privilege for TRUNCATE, rather than
Tom Lane (00:50)
pgsql: Support set-returning functions in the target lists of Agg and
Tom Lane (00:41)
07 September 2008
pgsql: Clarify description of pg_restore's handling of large objects.
Tom Lane (19:13)
pgsql: Reimplement text_position and related functions to use
Tom Lane (04:20)
pgsql: Add a few more details in the source-code-formatting
Tom Lane (02:01)
pgsql: Clarify documention workding for xip_list().
Bruce Momjian (01:39)
06 September 2008
pgsql: Adjust psql's new \ef command to present an empty CREATE FUNCTION
Tom Lane (20:18)
Re: pgsql: Fix an oversight in the 8.2 patch that improved mergejoin
Simon Riggs (14:38)
Re: pgsql: Fix an oversight in the 8.2 patch that improved mergejoin
Gregory Stark (12:06)
pgsql: Implement a psql command "\ef" to edit the definition of a
Tom Lane (00:01)
05 September 2008
pgsql: Add comment about why pg_dump doesn't dump the public schema
Bruce Momjian (23:53)
pgsql: Fix an oversight in the 8.2 patch that improved mergejoin
Tom Lane (21:07)
pgsql: Check for gcov and lcov only when coverage testing is enabled.
Peter Eisentraut (18:55)
pgsql: Add some additional casts and regression tests for the citext
Tom Lane (18:25)
Re: pgsql: Add missing descriptions for aggregates, functions and
Bruce Momjian (16:56)
pgsql: Add Win32 MSVC code to support this recent patch: Add missing
Bruce Momjian (16:54)
libpqtypes - libpqtypes: Add PQtypesRegister as a macro and made
User Achernow (16:42)
plproxy - plproxy: more docs about passwords
User Mkz (16:24)
plproxy - plproxy: v2.0.6
User Mkz (15:23)
plproxy - plproxy: v2.0.6
User Mkz (15:23)
npgsql - Npgsql2: Fixed ClearAllPools which were missing a line to
User Fxjr (14:57)
plproxy - plproxy: update
User Mkz (14:51)
stackbuilder - wizard: Allow installed apps to be reinstalled.
Dave Page (14:49)
npgsql - Npgsql2: Fixed an improperly added finally block to handle
User Fxjr (14:15)
stackbuilder - wizard: Improve error message handling for applist and
Dave Page (13:25)
pgloader - pgloader: Use psycopg cursor.copy_expert() when avaiable (>
User Dim (12:52)
pgloader - pgloader: FIX fixed reader: it now know about -C
User Dim (12:50)
plproxy - plproxy: Redefine YYMALLOC/YYFREE instead malloc/free.
User Mkz (12:41)
pgsql: Code coverage testing with gcov.
Peter Eisentraut (12:11)
pgbouncer - pgbouncer: Default to --enable-debug To get the old
User Mkz (11:02)
stackbuilder - wizard: Ensure we run as root on GTK platforms where
Dave Page (10:00)
pgsql: Add DSSSL stylesheet location for Mac OS X/Fink installation.
Peter Eisentraut (09:37)
libpqtypes - libpqtypes: fix a couple typos in pqt-specs.3 man page
User Achernow (02:58)
04 September 2008
pgstatspack - pgstatspack: fixed minor bug where the delete procedure
User Kpierno (19:48)
pgbouncer - pgbouncer: Put own includes at the startt of CPPFLAGS
User Mkz (13:02)
pgsql: Fix strategy propagation to scanEntry for partial match by moving
Teodor Sigaev (11:47)
stackbuilder - wizard: Provide more useful error messages when an FTP or
Dave Page (10:41)
npgsql - Npgsql2: added condition to referenced 3.5 assemblies
User Jbcooley (02:15)
03 September 2008
pgsql: If a loadable module has wrong values in its magic block, spell
Tom Lane (22:35)
libpqtypes - libpqtypes: added PQtypesEventName() as a macro and updated
User Achernow (20:48)
libpqtypes - libpqtypes: error in comment, attrsize no longer exists
User Achernow (16:39)
libpqtypes - libpqtypes: comment in events.c still said hooks.c
User Achernow (16:32)
libpqtypes - libpqtypes: changed PQcopyResult options and removed attrs
User Achernow (15:46)
libpqtypes - libpqtypes: updated makefiles so they build events.c rather
User Achernow (14:29)
libpqtypes - libpqtypes: renaming hooks.c to events.c to match new
User Achernow (13:17)
libpqtypes - libpqtypes: removed object hooks and replaced them with
User Achernow (13:14)
npgsql - Npgsql2: change multiset value to read from type rather than
User Jbcooley (01:47)
02 September 2008
pgsql: Prevent memory leaks in our various bison parsers when an error
Tom Lane (20:38)
stackbuilder - wizard: Capitalise CPack correctly
Dave Page (15:32)
stackbuilder - wizard: Use CXXFLAGS not CPPFLAGS
Dave Page (14:55)
stackbuilder - wizard: wxWidgets is required
Dave Page (13:47)
stackbuilder - wizard: Always link with default wxWidgets libraries on
Dave Page (13:18)
stackbuilder - wizard: Hide the temp variable from the UI
Dave Page (13:07)
stackbuilder - wizard: New, more robust module for finding wxWidgets.
Dave Page (12:54)
stackbuilder - wizard: New Directory
Dave Page (12:53)
01 September 2008
pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to
Tom Lane (22:31)
pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to
Tom Lane (22:30)
pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to
Tom Lane (22:30)
pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to
Tom Lane (22:30)
pgsql: Sigh, I missed checking the ecpg tests ...
Tom Lane (21:42)
pgsql: Add a variant expected-output file for the sequence regression
Tom Lane (21:24)
npgsql - Npgsql2: [npgsql-open-discussion][1003946] RE: Connection leak
User Fxjr (20:58)
pgsql: Add a bunch of new error location reports to parse-analysis error
Tom Lane (20:42)
pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the
Heikki Linnakangas (18:53)
pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the
Heikki Linnakangas (18:52)
pgsql: Synchronize the shared object build rules in Makefile.port with
Peter Eisentraut (08:50)
Thread Index
[
Prev Page
]
[Next Page]
Privacy Policy
|
About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group