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 2005-12 Thread Index (1/3)
Last updated: Wed Jan 18 01:52:21 2012
519 messages
Main Index
[Prev Page]
[
Next Page
]
pgsql: Trim an obsolete comment: it is no longer relevant that "SELECT"
Neil Conway (Sun 01 01:41)
pgsql: Clean up initdb's code for selecting max_connections and
Tom Lane (Sun 01 00:07)
pgsql: Rename variable to cmd_str.
Bruce Momjian (Sat 31 19:39)
pgsql: Rename variable 'what' to 'stat_msg'.
Bruce Momjian (Sat 31 17:46)
pgsql: Prefix client-side prepare with '[protocol]' rather than
Bruce Momjian (Sat 31 16:50)
pgsql: Rename send_rfq to send_ready_for_query.
Bruce Momjian (Fri 30 23:49)
pgsql: Mmark client-side prepare/bind/execute statements with "[client]"
Bruce Momjian (Fri 30 22:55)
pgsql: Add support for Solaris x86_64 using Sun's compiler.
Bruce Momjian (Fri 30 21:43)
pgsql: Repair EXPLAIN failure when trying to display a plan condition
Tom Lane (Fri 30 18:34)
<Possible follow-ups>
pgsql: Repair EXPLAIN failure when trying to display a plan condition
Tom Lane (Fri 30 18:34)
pgsql: Add: > * Make CLUSTER preserve recently-dead tuples per MVCC
Bruce Momjian (Fri 30 03:25)
pgsql: Disallow setting ssl = on if SSL is not compiled in.
Peter Eisentraut (Fri 30 00:13)
committers email / archive problems
Andrew Dunstan (Thu 29 23:29)
Re: committers email / archive problems
Tom Lane (Fri 30 02:56)
pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (Thu 29 21:47)
Re: pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (Thu 29 21:54)
<Possible follow-ups>
pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (Thu 29 21:47)
pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (Thu 29 21:47)
Re: pgsql: Index: src/pl/plpython/plpython.c
Tom Lane (Fri 30 03:17)
pgfouine - pgfouine: added queries/second stuff
User Gsmet (Thu 29 20:52)
pgfouine - pgfouine: added queries/second peak
User Gsmet (Thu 29 20:44)
pgfouine - pgfouine: rollback the timestamp format change
User Gsmet (Thu 29 20:43)
pgfouine - pgfouine: let's set the max_execution_time higher
User Gsmet (Thu 29 20:17)
python - be: Clear up a few more warnings on Darwin.
James William Pye (Thu 29 18:43)
python - be: Pamper Python23 with a \n.
James William Pye (Thu 29 18:34)
pgsql: Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff
Tom Lane (Thu 29 18:08)
python - pq: Include stdint dot h.
James William Pye (Thu 29 17:19)
pgsql: Update: < * Add missing rtree optimizer selectivity > * Improve
Bruce Momjian (Thu 29 16:45)
pgsql: Move declaration of check_function_bodies to where the perl
Andrew Dunstan (Thu 29 14:28)
pgsql: Revert some careless search-and-replace: "ADD" in comment text
Neil Conway (Thu 29 04:53)
pgsql: Remove a space that incorrectly precedes a comma in the PL/pgSQL
Bruce Momjian (Thu 29 04:02)
<Possible follow-ups>
pgsql: Remove a space that incorrectly precedes a comma in the PL/pgSQL
Bruce Momjian (Thu 29 04:02)
npgsql - Npgsql: 2005-12-29 Francisco Figueiredo Jr.
User Fxjr (Thu 29 03:43)
python - be: Clear up warnings.
James William Pye (Wed 28 23:54)
pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (Wed 28 23:22)
<Possible follow-ups>
Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Magnus Hagander (Sat 31 14:35)
Re: pgsql: Arrange to set the LC_XXX environment
Dave Page (Sat 31 15:31)
Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (Sat 31 21:25)
pgsql: Update regression tests for new referential integrity error
Bruce Momjian (Wed 28 23:17)
python - be: Include Python's compile.h for Darwin or Python2.3.
James William Pye (Wed 28 23:08)
python - be: Add sequence accessors to varchar and bpchar.
James William Pye (Wed 28 21:18)
python - be: Add circle accessors.
James William Pye (Wed 28 21:16)
pgsql: Fix plperl validator to honor check_function_bodies: when that is
Tom Lane (Wed 28 18:34)
pgsql: Move plpgsql's fetchArgInfo() into funcapi.c, and rename to
Tom Lane (Wed 28 18:11)
python - be: Add box accessors.
James William Pye (Wed 28 16:55)
pgsql: Mention "table" in "violates foreign key constraint" message that
Bruce Momjian (Wed 28 16:47)
pgsql: Remove silly use of DLLIMPORT.
Tom Lane (Wed 28 16:38)
pgsql: Add COPY CSV test that tests CSV output of \.
Bruce Momjian (Wed 28 15:07)
<Possible follow-ups>
pgsql: Add COPY CSV test that tests CSV output of \.
Bruce Momjian (Wed 28 15:07)
pgsql: Update COPY CSV \.
Bruce Momjian (Wed 28 14:38)
<Possible follow-ups>
pgsql: Update COPY CSV \.
Bruce Momjian (Wed 28 14:38)
pgsql: Update: < * Add missing optimizer selectivities for date,
Bruce Momjian (Wed 28 03:59)
pgsql: Add regression tests for CSV and \., and add automatic quoting of
Bruce Momjian (Wed 28 03:25)
Re: pgsql: Add regression tests for CSV and \., and add automatic quoting of
Andrew Dunstan (Wed 28 12:17)
Re: pgsql: Add regression tests for CSV and \., and add
Bruce Momjian (Wed 28 15:02)
<Possible follow-ups>
pgsql: Add regression tests for CSV and \., and add automatic quoting of
Bruce Momjian (Wed 28 05:38)
Re: pgsql: Add regression tests for CSV and \., and add automatic quoting of
Andrew Dunstan (Wed 28 13:20)
Re: pgsql: Add regression tests for CSV and \., and add
Bruce Momjian (Wed 28 15:09)
Re: pgsql: Add regression tests for CSV and \., and add
Andrew Dunstan (Wed 28 15:27)
Re: pgsql: Add regression tests for CSV and \., and add
Bruce Momjian (Wed 28 15:36)
pgsql: Done: < * %Make row-wise comparisons work per SQL spec > * -Make
Bruce Momjian (Wed 28 02:12)
pgsql: Implement SQL-compliant treatment of row comparisons for < <= >
Tom Lane (Wed 28 01:30)
pgsql: Increase amount of shared buffers initdb tries to allocate to
Andrew Dunstan (Wed 28 00:17)
python - be: Add path accessors.
James William Pye (Tue 27 19:45)
pgfouine - pgfouine: added a callback function to format labels
User Gsmet (Tue 27 19:31)
pgfouine - pgfouine: improved timestamp formatting
User Gsmet (Tue 27 19:29)
pgfouine - pgfouine: fix the problem of the additionnal empty line
User Gsmet (Tue 27 19:29)
pgsql: Our code had: if (c == '\\' &&
Bruce Momjian (Tue 27 18:10)
Re: pgsql: Our code had: if (c == '\\' &&
Luke Lonergan (Wed 28 03:23)
<Possible follow-ups>
pgsql: Our code had: if (c == '\\' &&
Bruce Momjian (Tue 27 18:10)
pgsql: Protect ADD and HEADER symbols from conflicting with MIPS
Bruce Momjian (Tue 27 04:00)
npgsql - Npgsql: 2005-12-26 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>
User Jbcooley (Tue 27 03:33)
<Possible follow-ups>
npgsql - Npgsql: 2005-12-26 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>
User Jbcooley (Tue 27 04:16)
pgsql: More uses of IS_HIGHBIT_SET() macro.
Bruce Momjian (Mon 26 19:30)
wikipedia - wikipgedia: Update version information to reference
User Xzilla (Mon 26 16:32)
wikipedia - wikipgedia: Add wikipgedia specific information
User Xzilla (Mon 26 16:03)
pgsql: Rename pg_make_encrypted_password to PQencryptPassword.
Peter Eisentraut (Mon 26 14:58)
pgsql: Add: * %Make row-wise comparisons work per SQL spec Right
Bruce Momjian (Mon 26 12:12)
pgsql: Various cosmetic code cleanup for PL/Python: - use "bool" rather
Neil Conway (Mon 26 11:59)
pgfouine - pgfouine: duration only queries
User Gsmet (Mon 26 00:31)
<Possible follow-ups>
pgfouine - pgfouine: duration only queries
User Gsmet (Mon 26 00:32)
pgfouine - pgfouine: new parser
User Gsmet (Mon 26 00:29)
<Possible follow-ups>
pgfouine - pgfouine: new parser
User Gsmet (Mon 26 00:32)
pgfouine - pgfouine: new parser
User Gsmet (Mon 26 00:55)
npgsql - Npgsql: 2005-12-25 Francisco Figueiredo Jr.
User Fxjr (Sun 25 16:17)
<Possible follow-ups>
npgsql - Npgsql: 2005-12-25 Francisco Figueiredo Jr.
User Fxjr (Sun 25 16:40)
psqlodbc - psqlodbc: fix problem with SQLState returning in failed stmt
User Luf (Sun 25 07:26)
psqlodbc - psqlodbc: driver answer for pg_* tables in SQLColAttribute it
User Luf (Sun 25 07:22)
psqlodbc - psqlodbc: get count of binding parameters from stmt it avoid
User Luf (Sun 25 07:18)
pgsql: I have added these macros to c.h: #define HIGHBIT
Bruce Momjian (Sun 25 02:14)
pgsql: Minor doc tweak: "NOT NULL" is redundant with "SERIAL" in
Neil Conway (Sun 25 01:41)
pgsql: Spell fix.
Bruce Momjian (Sat 24 19:29)
pgsql: Update why unified diff is _sometimes_ better.
Bruce Momjian (Sat 24 18:37)
Re: pgsql: Update why unified diff is _sometimes_ better.
Andrew Dunstan (Sat 24 19:06)
Re: pgsql: Update why unified diff is _sometimes_ better.
Bruce Momjian (Sat 24 19:29)
pgsql: Previous commit message should have been: Add comment marker for
Bruce Momjian (Sat 24 18:23)
pgsql: Add
Bruce Momjian (Sat 24 18:21)
pgsql: Alignment cleanup.
Bruce Momjian (Sat 24 18:11)
pgsql: Formatting cleanups.
Bruce Momjian (Sat 24 17:19)
pgsql: Formatting cleanup.
Bruce Momjian (Sat 24 16:49)
pgsql: Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii (Sat 24 09:35)
<Possible follow-ups>
pgsql: Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii (Sat 24 09:42)
pgsql: Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii (Sat 24 10:11)
pgsql: Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii (Sat 24 10:40)
pgsql: Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii (Sat 24 12:08)
python - be: Add README.
James William Pye (Sat 24 01:27)
pgsql: Wups, fat-fingered the calculation the first time.
Tom Lane (Fri 23 23:28)
pgsql: Update info about shared memory space calculation to match CVS
Tom Lane (Fri 23 23:02)
pgsql: Fix make_relative_path() to support cases where target_path and
Tom Lane (Fri 23 22:34)
<Possible follow-ups>
pgsql: Fix make_relative_path() to support cases where target_path and
Tom Lane (Fri 23 22:34)
pgsql: Fix make_relative_path() to support cases where target_path and
Tom Lane (Fri 23 22:34)
wikipedia - wikipgedia: backporting changes from mediawiki head added
Sven Klemm (Fri 23 20:37)
pgbuildfarm - client-code: fix seek bug - params were wrong way round
User Andrewd (Fri 23 18:26)
wikipedia - wikipgedia: further bugfixes backported from mediawiki 1.5.4
Sven Klemm (Fri 23 17:26)
pgbuildfarm - client-code: - silence warnings about undefined verbose
User Andrewd (Fri 23 16:56)
pgsql: Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the
Peter Eisentraut (Fri 23 16:46)
wikipedia - wikipgedia: fixed typo in entities2literals.pl
Sven Klemm (Fri 23 16:21)
wikipedia - wikipgedia: additional check before eval
Sven Klemm (Fri 23 02:19)
pgsql: Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
Tatsuo Ishii (Fri 23 02:11)
Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Neil Conway (Fri 23 03:18)
Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Tom Lane (Fri 23 04:43)
Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Bruce Momjian (Fri 23 04:46)
Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Tatsuo Ishii (Sat 24 00:50)
Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Tatsuo Ishii (Sat 24 01:07)
<Possible follow-ups>
pgsql: Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
Tatsuo Ishii (Sat 24 00:49)
pgsql: Add an officially exported libpq function to encrypt passwords,
Tom Lane (Fri 23 01:16)
Re: pgsql: Add an officially exported libpq function to encrypt passwords,
Peter Eisentraut (Fri 23 15:01)
Re: pgsql: Add an officially exported libpq function to encrypt passwords,
Tom Lane (Fri 23 15:59)
pgsql: Add quotes around search_path "$user" so that SHOW output can be
Bruce Momjian (Fri 23 00:38)
pgsql: Update item: > > A more complex solution would be to save
Bruce Momjian (Thu 22 23:05)
pgsql: Adjust string comparison so that only bitwise-equal strings are
Tom Lane (Thu 22 22:50)
<Possible follow-ups>
pgsql: Adjust string comparison so that only bitwise-equal strings are
Tom Lane (Thu 22 22:50)
pgsql: Adjust string comparison so that only bitwise-equal strings are
Tom Lane (Thu 22 22:50)
pgsql: Adjust string comparison so that only bitwise-equal strings are
Tom Lane (Thu 22 22:50)
pgsql: Adjust string comparison so that only bitwise-equal strings are
Tom Lane (Thu 22 22:50)
pgsql: Update interval documenation to mention the storage system used.
Bruce Momjian (Thu 22 21:45)
<Possible follow-ups>
pgsql: Update interval documenation to mention the storage system used.
Bruce Momjian (Thu 22 21:45)
pgfouine - pgfouine: abitily to write several lines at once
User Gsmet (Thu 22 20:19)
press - pr: Remove completely broken link that somehow confused the
User Mha (Thu 22 10:16)
wikipedia - wikipgedia: Parser internal placeholder string now fully
Sven Klemm (Thu 22 05:33)
pgfouine - pgfouine: more work on graphs
User Gsmet (Wed 21 23:34)
<Possible follow-ups>
pgfouine - pgfouine: more work on graphs
User Gsmet (Thu 22 20:19)
pgsql: Add documentation example of using interval multiplication with
Bruce Momjian (Wed 21 23:22)
<Possible follow-ups>
pgsql: Add documentation example of using interval multiplication with
Bruce Momjian (Wed 21 23:23)
pgfouine - pgfouine: fixed a problem with setPadding (missing reference)
User Gsmet (Wed 21 18:15)
pgsql: Add additional example for interval multiplication.
Bruce Momjian (Wed 21 16:02)
<Possible follow-ups>
pgsql: Add additional example for interval multiplication.
Bruce Momjian (Wed 21 16:02)
wikipedia - wikipgedia: updated language files to mediawiki head
Sven Klemm (Wed 21 14:38)
pgsql: Fix word's length in pg_regexec call
Teodor Sigaev (Wed 21 13:07)
<Possible follow-ups>
pgsql: Fix word's length in pg_regexec call
Teodor Sigaev (Wed 21 13:08)
pgsql: Multibyte encodings support for ISpell dictionary
Teodor Sigaev (Wed 21 13:05)
mysqlcompat - mysqlcompat: Implemented week() and related functions.
User Mfuhr (Wed 21 05:05)
mysqlcompat - mysqlcompat: Overlooked a function in week() commit.
User Mfuhr (Wed 21 04:58)
pgfouine - pgfouine: added Artichow library I modified it to use Vera
User Gsmet (Tue 20 18:59)
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
<Possible follow-ups>
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
pgfouine - pgfouine: New Directory
User Gsmet (Tue 20 18:57)
wikipedia - wikipgedia: bugfix for blocking ips for indefinite time
Sven Klemm (Tue 20 16:04)
dbsamples - dbsamples: USDA foods database
User Chriskl (Tue 20 05:25)
pgsql: Teach planner how to rearrange join order for some classes of
Tom Lane (Tue 20 02:30)
grantfu - grantfu: Imported Sources
User Mkz (Mon 19 23:25)
pgfouine - pgfouine: updated ChangeLog
User Gsmet (Mon 19 22:56)
<Possible follow-ups>
pgfouine - pgfouine: updated ChangeLog
User Gsmet (Thu 22 20:41)
pgfouine - pgfouine: work on hourly statistics
User Gsmet (Mon 19 22:51)
pgfouine - pgfouine: better checks on -from and -to work on hourly
User Gsmet (Mon 19 22:49)
pgfouine - pgfouine: apply patch from Laurent Almeras to allow -from and
User Gsmet (Mon 19 21:58)
pgfouine - pgfouine: fixed a bug: the first complete query is not
User Gsmet (Mon 19 21:19)
pgbuildfarm - client-code: Add "use warnings" to test new branch.
User Turnstep (Mon 19 19:37)
Fwd: PostgreSQL and Ultrasparc T1
Juan Casero (Sun 18 17:15)
Re: Fwd: PostgreSQL and Ultrasparc T1
Tom Lane (Sun 18 17:57)
pgfouine - pgfouine: fixed a missing reference
User Gsmet (Sun 18 16:04)
pgfouine - pgfouine: it's now possible to get the timestamp of a query
User Gsmet (Sun 18 15:46)
pgfouine - pgfouine: display hostname only if we can get it
User Gsmet (Sun 18 15:45)
About Windows Documentation
Nitin Sharma (Sun 18 09:10)
wikipedia - wikipgedia: fix for insert with option IGNORE reverted old
Sven Klemm (Sun 18 04:45)
pgsql: Add new psql command \password for changing role password with
Peter Eisentraut (Sun 18 02:17)
Main Index
[Prev Page]
[
Next Page
]
Mail converted by
MHonArc
Privacy Policy
|
About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group