Mailing lists [pgsql-committers]
- pgsql: Fix an oversight I made in a cleanup patch over a year ago: tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight I made in a cleanup patch over a year ago: tgl@postgresql.org (Tom Lane)
- pgsql: Add SPI-level support for executing SQL commands with tgl@postgresql.org (Tom Lane)
- pgsql: Support EXECUTE USING in plpgsql. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Update documentation talliesin@pgfoundry.org (User Talliesin)
- npgsql - Npgsql2: Update documentation talliesin@pgfoundry.org (User Talliesin)
- pgsql: Remove due to survey/discussion: < < * Prefix command-line momjian@postgresql.org (Bruce Momjian)
- pgsql: Convert three more guc settings to enum type: mha@postgresql.org (Magnus Hagander)
- npgsql - Npgsql2: [#1010312] Code cleanup. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Revert my bad decision of about a year ago to make tgl@postgresql.org (Tom Lane)
- pgsql: Revert my bad decision of about a year ago to make tgl@postgresql.org (Tom Lane)
- aupg - aupg_src: added default id=1 entry for trust graph to trust all rlucas@pgfoundry.org (User Rlucas)
- pgsql: Add URLs for: * Add SQL:2003 WITH RECURSIVE (hierarchical) momjian@postgresql.org (Bruce Momjian)
- pgsql: Convert syslog_facility guc to enum type. mha@postgresql.org (Magnus Hagander)
- pgsql: Remove -C from rsync call, because it omits directories named petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove -C from rsync call, because it omits directories named petere@postgresql.org (Peter Eisentraut)
- npgsql - Npgsql2: Don't change client encoding if we know it to already talliesin@pgfoundry.org (User Talliesin)
- npgsql - Npgsql2: Don't change client encoding if we know it to already talliesin@pgfoundry.org (User Talliesin)
- pgsql: Oops, add proper #ifdef for systems without support for syslog. mha@postgresql.org (Magnus Hagander)
- pgsql: Teach ANALYZE to distinguish dead and in-doubt tuples, which it tgl@postgresql.org (Tom Lane)
- pgsql: Teach ANALYZE to distinguish dead and in-doubt tuples, which it tgl@postgresql.org (Tom Lane)
- pgsql: Add to TODO: > * Improve how ANALYZE computes in-doubt tuples > momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove heap_release_fetch, which is no longer used anywhere; this tgl@postgresql.org (Tom Lane)
- pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis momjian@postgresql.org (Bruce Momjian)
- pgsql: Add a variant of the Levenshtein string-distance function that tgl@postgresql.org (Tom Lane)
- pgsql: Turn xmlbinary and xmloption GUC variables into enumsTurn mha@postgresql.org (Magnus Hagander)
- pgsql: Convert backslash_quote guc to use enum. mha@postgresql.org (Magnus Hagander)
- pgsql: Have psql command 'help' suggest the use of \?, updated version. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove unneed #include now that current_query() has moved to the momjian@postgresql.org (Bruce Momjian)
- pgsql: Allow 'help' in psql to show \? help, for novice assistance. momjian@postgresql.org (Bruce Momjian)
- pgsql: Implement current_query(), that shows the currently executing momjian@postgresql.org (Bruce Momjian)
- pgsql: Oops, change should go in scan.l to survive a clean checkout and mha@postgresql.org (Magnus Hagander)
- pgsql: Remove no-longer-used function assign_backslash_quote() tgl@postgresql.org (Tom Lane)
- pgsql: Re-implement division for numeric values using the traditional tgl@postgresql.org (Tom Lane)
- Re: pgsql: Remove no-longer-used function assign_backslash_quote() Magnus Hagander
- pgsql: Have pg_stop_backup() wait for all archive files to be sent, momjian@postgresql.org (Bruce Momjian)
- pgsql: Defend against JOINs having more than 32K columns altogether. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against JOINs having more than 32K columns altogether. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against JOINs having more than 32K columns altogether. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against JOINs having more than 32K columns altogether. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against JOINs having more than 32K columns altogether. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against JOINs having more than 32K columns altogether. tgl@postgresql.org (Tom Lane)
- pgsql: Re-add dblink_current_query() for backward compatibility. momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Updated assembly version to Beta3 release fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added missing assembly reference. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Make dblink_current_query() reference pg_catalog.current_query(), momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Updated Monodevelop project file. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Updated RELEASENOTES.txt fxjr@pgfoundry.org (User Fxjr)
- pgsql: A small visit from the portability and localization police. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Added missing DateDataTypes.cs file to project fxjr@pgfoundry.org (User Fxjr)
- dbi-link - dbi-link: Changed quote_ident and quote_literal functions in dfetter@pgfoundry.org (David Fetter)
- npgsql - Npgsql2: Fixed assembly references. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added missing files to fix build jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Added assembly reference to fix build jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Improve hash_any() to use word-wide fetches when hashing suitably tgl@postgresql.org (Tom Lane)
- pgsql: Make plpgsql support FOR over a query specified by a cursor tgl@postgresql.org (Tom Lane)
- pgsql: Add documentation clarification for IS [NOT] NULL and row-valued momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO: > > o Add ability to obfuscate function bodies > momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Added SSPI patch from Brar Piening jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Added SSPI patch from Brar Piening jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Change Integrated Security default to false. jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Added additional resources to project jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Added documentation about integrated security. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Updated release notes for Npgsql beta3 release fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Updated changelog for Npgsql Beta3 release fxjr@pgfoundry.org (User Fxjr)
- pgsql: Implement a few changes to how shared libraries and dynamically petere@postgresql.org (Peter Eisentraut)
- pgsnap - pgsnap: Imported Sources gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Refactoring TODO file. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Check pgstattuple availability. gleu@pgfoundry.org (User Gleu)
- pgsql: Always define stlib, since some platforms need it for building petere@postgresql.org (Peter Eisentraut)
- Re: pgsql: Implement a few changes to how shared libraries and dynamically Tom Lane
- Re: [HACKERS] pgsql: Implement a few changes to how shared libraries and dynamically Andrew Dunstan
- Re: [HACKERS] pgsql: Implement a few changes to how shared libraries and dynamically Magnus Hagander
- pgsql: Make integer_datetimes the default on msvc as well, to have the mha@postgresql.org (Magnus Hagander)
- pgsql: On cygwin and win32, don't override the shlib name when building petere@postgresql.org (Peter Eisentraut)
- pgsnap - pgsnap: Bugfix : last_vacuum/last_analyze columns are first gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: * Support for -W commandline option (per Olivier "dup" gleu@pgfoundry.org (User Gleu)
- prefix - prefix: fix gpr_penalty implementation, having it consider dim@pgfoundry.org (User Dim)
- optimizer - jos: Greedy algorithm rewritten from scratch and added to julo@pgfoundry.org (User Julo)
- prefix - prefix: Better version of gpr_penalty() dim@pgfoundry.org (User Dim)
- optimizer - jos: Greedy algorithm crash bug fixies. julo@pgfoundry.org (User Julo)
- pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to tgl@postgresql.org (Tom Lane)
- pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to tgl@postgresql.org (Tom Lane)
- pgsnap - pgsnap: Support for pgstattuple contrib module. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: New Directory gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Show/hide SQL statements for each report. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Bugfix : sequence relkind is 'S', not 's'. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Add some contrib modules to "Installed products" gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Small typo. gleu@pgfoundry.org (User Gleu)
- Re: pgsql: Make integer_datetimes the default on msvc as well, to have the Andrew Dunstan
- Re: pgsql: Make integer_datetimes the default on msvc as well, to have the Andrew Dunstan
- pgsql: Remove mention of the Berkeley origins of the alias "Postgres" momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Remove mention of the Berkeley origins of the alias "Postgres" Tom Lane
- pgsql: Revert sentence removal from nickname in FAQ. momjian@postgresql.org (Bruce Momjian)
- Re: [HACKERS] pgsql: Remove mention of the Berkeley origins of the alias "Postgres" Bruce Momjian
- Re: pgsql: Revert sentence removal from nickname in FAQ. Bruce Momjian
- Re: pgsql: Revert sentence removal from nickname in FAQ. Alvaro Herrera
- pgsql: Revert README cleanups. momjian@postgresql.org (Bruce Momjian)
- pgsql: Small wording improvements for source code READMEs. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update text FAQ. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Revert sentence removal from nickname in FAQ. Bruce Momjian
- pgsql: Document that continuous archiving backup can be used for cases momjian@postgresql.org (Bruce Momjian)
- prefix - prefix: penalty fix, some more debug Assert() tied to test data dim@pgfoundry.org (User Dim)
- prefix - prefix: Augment README.txt with some more tests dim@pgfoundry.org (User Dim)
- pgbouncer - pgbouncer: ignore_startup_parameters config variable. mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: Cmdline option and config param to support user mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: More descriptive usage screen. mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: refresh generated manpages mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: update AUTHORS mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: set version to 1.1.3rc1 mkz@pgfoundry.org (User Mkz)
- prefix - prefix: more Asserts to try to find where garbage comes from dim@pgfoundry.org (User Dim)
- pgsnap - pgsnap: Get last log file. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: command usage was wrong. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Reports for pgPool and other tools are not always gleu@pgfoundry.org (User Gleu)
- prefix - prefix: Respect GiST calling conventions for gpr_penalty() dim@pgfoundry.org (User Dim)
- npgsql - Npgsql2: Fixed mapping for char parameter values. fxjr@pgfoundry.org (User Fxjr)
- prefix - prefix: refine __pr_penalty() DEBUG, some more docs dim@pgfoundry.org (User Dim)
- prefix - prefix: Cleanup: get rid of useless operators and functions dim@pgfoundry.org (User Dim)
- pgsql: PGTYPEStimestamp_sub should use the values and not the pointers meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of meskes@postgresql.org (Michael Meskes)
- prefix - prefix: more DEBUGs, fixes in gpr_picksplit() dim@pgfoundry.org (User Dim)
- pgsql: Mention pg_backend_pid() in the system information section in alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove mention of DBD::PgSPI, which is unmaintained and generally alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Make parameters in implementation have same const:ness as the mha@postgresql.org (Magnus Hagander)
- prefix - prefix: fix gpr_consistent() key retrieval from GiST parameters dim@pgfoundry.org (User Dim)
- pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on mha@postgresql.org (Magnus Hagander)
- pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on mha@postgresql.org (Magnus Hagander)
- pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on mha@postgresql.org (Magnus Hagander)
- pgsql: Add TODO URLs moved from open items queue: > momjian@postgresql.org (Bruce Momjian)
- pgsql: Replace "amgetmulti" AM functions with "amgetbitmap", in which tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Sspi patch from Brar Piening jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Fully qualify type name for ProviderException so that jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Add Entity Framework configurations to allow 2.0 jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Readded cast for byte[] when handling bytea fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix main README typo. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update URLs for dead space map. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add TODO: > * Support procedures, which return no value > > momjian@postgresql.org (Bruce Momjian)
- pgsql: Changed TODO wording: < * Support procedures, which return no momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Changed TODO wording: < * Support procedures, which return no Tom Lane
- pgsql: Update wording: < * Allow functions to control the transaction momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Changed TODO wording: < * Support procedures, which return no Bruce Momjian
- pgsql: Fix several datatype input functions that were allowing unused tgl@postgresql.org (Tom Lane)
- pgsql: Fix several datatype input functions that were allowing unused tgl@postgresql.org (Tom Lane)
- pgsql: Fix several datatype input functions that were allowing unused tgl@postgresql.org (Tom Lane)
- pgsql: Fix several datatype input functions that were allowing unused tgl@postgresql.org (Tom Lane)
- pgsql: Fix several datatype input functions that were allowing unused tgl@postgresql.org (Tom Lane)
- pgsql: Fix several datatype input functions that were allowing unused tgl@postgresql.org (Tom Lane)
- pgsql: Add some debug support code to try to catch future mistakes in tgl@postgresql.org (Tom Lane)
- pgsql: A quick try at un-breaking the Cygwin build. tgl@postgresql.org (Tom Lane)
- pgsql: A quick try at un-breaking the Cygwin build. tgl@postgresql.org (Tom Lane)
- pgsql: A quick try at un-breaking the Cygwin build. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: #1010371 - Fix DataTable.Load by fixing jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Tests for Fill and populating schema jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Test for DataTable.Load and using varchar and char. jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Create new routines systable_beginscan_ordered, tgl@postgresql.org (Tom Lane)
- pgsql: Clean up a few places where Datums were being treated as pointers tgl@postgresql.org (Tom Lane)
- pgsql: Turn the -i/--ignore-version options of pg_dump and pg_dumpall tgl@postgresql.org (Tom Lane)
- CVSROOT: add a global cvsignore know, currently just with objfiles.txt scrappy@postgresql.org (Marc G. Fournier)
- pgsql: Phase 2 of project to make index operator lossiness be determined tgl@postgresql.org (Tom Lane)
- pgsql: Since createplan.c no longer cares whether index operators are tgl@postgresql.org (Tom Lane)
- pgsql: Add URL for: * Consider automatic caching of statements at momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix indentation in new REFERENCED BY psql output, per Brendan alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Push index operator lossiness determination down to GIST/GIN tgl@postgresql.org (Tom Lane)
- pgsql: Make integer_datetimes the default for MSVC even if not mentioned adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Add pg_terminate_backend() to allow terminating only a single momjian@postgresql.org (Bruce Momjian)
- pgsql: Done: > * -Allow administrators to safely terminate individual momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO: > * Allow XML to accept more liberal DOCTYPE momjian@postgresql.org (Bruce Momjian)
- pgsql: Move LISTEN/NOTIFY items to separate TODO section. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add TODO item: < * Allow NOTIFY in rules involving conditionals momjian@postgresql.org (Bruce Momjian)
- pgsql: Add multi-line flag to regex that needs it. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Add multi-line flag to regex that needs it. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Add multi-line flag to regex that needs it. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Revert addition of pg_terminate_backend() because of race momjian@postgresql.org (Bruce Momjian)
- pgsql: Re-add terminate TODO item. momjian@postgresql.org (Bruce Momjian)
- pgsql: Avoid using unnecessary pgwin32_safestat in libpq. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Avoid using unnecessary pgwin32_safestat in libpq. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Avoid using unnecessary pgwin32_safestat in libpq. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Add to TODO: > * Implement the non-threaded Avahi service momjian@postgresql.org (Bruce Momjian)
- pgsql: Update TODO wording. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix comment typo. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the tgl@postgresql.org (Tom Lane)
- pgsql: Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the tgl@postgresql.org (Tom Lane)
- pgsql: Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the tgl@postgresql.org (Tom Lane)
- pgsql: Update most recent release to 8.3.1. momjian@postgresql.org (Bruce Momjian)
- pgsql: Ignore blank lines in typedef file. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix MinGW warnings re formats and unused variables. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Repair two places where SIGTERM exit could leave shared memory tgl@postgresql.org (Tom Lane)
- pgsql: Repair two places where SIGTERM exit could leave shared memory tgl@postgresql.org (Tom Lane)
- pgsql: Repair two places where SIGTERM exit could leave shared memory tgl@postgresql.org (Tom Lane)
- pgsql: Add some code to EXPLAIN to show the targetlist (ie, output tgl@postgresql.org (Tom Lane)
- pgsql: Re-enable pg_terminate_backend() using SIGTERM. momjian@postgresql.org (Bruce Momjian)
- pgsql: TODO Done: > * -Allow administrators to safely terminate momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix a couple of oversights associated with the "physical tlist" tgl@postgresql.org (Tom Lane)
- pgsql: Fix a couple of oversights associated with the "physical tlist" tgl@postgresql.org (Tom Lane)
- pgsql: Clean up a few places where Datums were being treated as pointers alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Fix a couple of oversights associated with the "physical tlist" Gregory Stark
- Re: pgsql: Fix a couple of oversights associated with the "physical tlist" Tom Lane
- pgsql: Cause EXPLAIN's VERBOSE option to print the target list (output tgl@postgresql.org (Tom Lane)
- pgsql: Fix two race conditions between the pending unlink mechanism that heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix two race conditions between the pending unlink mechanism that heikki@postgresql.org (Heikki Linnakangas)
- pgsnap - pgsnap: Add an explanation for the install process, from Damien gleu@pgfoundry.org (User Gleu)
- pgsql: Fix rmtree() so that it keeps going after failure to remove any tgl@postgresql.org (Tom Lane)
- pgsql: Fix rmtree() so that it keeps going after failure to remove any tgl@postgresql.org (Tom Lane)
- pgsql: Modify the float4 datatype to be pass-by-val. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix typo. tgl@postgresql.org (Tom Lane)
- pgsql: Change the float4-returning functions in contrib/seg to fmgr v1 alvherre@postgresql.org (Alvaro Herrera)
- pgsnap - pgsnap: Add cache hit ratio module. gleu@pgfoundry.org (User Gleu)
- pgsql: Remove TODO.detail references; instead add TODO URLs pointing to momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove TODO.detail directory. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update TODO using new script. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add TODO2html tool to convert TODO to HTML. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add script FAQ2txt to convert HTML files to txt. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update doc script comments. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Remove TODO.detail references; instead add TODO URLs pointing to Alvaro Herrera
- pgsql: seg_size() has to be V1 calling convention, too. tgl@postgresql.org (Tom Lane)
- pgsql: Convert earthdistance's only C function to v1 call convention, to tgl@postgresql.org (Tom Lane)
- pgsnap - pgsnap: New stylesheet, from Damien Clochard. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Add database primary options (autovac, stat collector, gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Bugfix : for 'relation "index name" is not a btree gleu@pgfoundry.org (User Gleu)
- pgsql: Fix broken compare function for tsquery_ops. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix broken compare function for tsquery_ops. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix broken compare function for tsquery_ops. teodor@postgresql.org (Teodor Sigaev)
- pgsnap - pgsnap: Show/hide user/system objects. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: New release 0.2.0. gleu@pgfoundry.org (User Gleu)
- pgsql: Allow float8, int8, and related datatypes to be passed by value tgl@postgresql.org (Tom Lane)
- pgsql: Make earthdistance use version-0 calling convention if not tgl@postgresql.org (Tom Lane)
- pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a tgl@postgresql.org (Tom Lane)
- Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a Andrew Dunstan
- pgsql: Fix a couple of places in execMain that erroneously assumed that tgl@postgresql.org (Tom Lane)
- pgsql: Fix a couple of places in execMain that erroneously assumed that tgl@postgresql.org (Tom Lane)
- Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a Tom Lane
- Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a Dave Page
- Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a Magnus Hagander
- pgsql: Add link to major version release notes at the top of the minor mha@postgresql.org (Magnus Hagander)
- pgsql: Add link to major version release notes at the top of the minor mha@postgresql.org (Magnus Hagander)
- pgsql: Add link to major version release notes at the top of the minor mha@postgresql.org (Magnus Hagander)
- pgsql: Add link to major version release notes at the top of the minor mha@postgresql.org (Magnus Hagander)
- pgsql: Add link to major version release notes at the top of the minor mha@postgresql.org (Magnus Hagander)
- pgsql: Add link to major version release notes at the top of the minor mha@postgresql.org (Magnus Hagander)
- prefix - prefix: New picksplit() idea from Jordan as new opclass, DEBUG dim@pgfoundry.org (User Dim)
- pgsql: Make float4byval and float8byval configurable on MSVC. mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a Magnus Hagander
- pgsql: Fix typo, noted by Stefan Kaltenbrunner. mha@postgresql.org (Magnus Hagander)
- pgsql: Fix typo, noted by Stefan Kaltenbrunner. mha@postgresql.org (Magnus Hagander)
- muninpgplugins - muninpgplugins: Imported Sources c2main@pgfoundry.org (User C2main)
- Re: pgsql: Make float4byval and float8byval configurable on MSVC. Andrew Dunstan
- Re: pgsql: Make float4byval and float8byval configurable on MSVC. Tom Lane
- Re: pgsql: Make float4byval and float8byval configurable on MSVC. Magnus Hagander
- pgsql: Clean up float4byval and float8byval handling by dealing with mha@postgresql.org (Magnus Hagander)
- pgsql: Fix convert_IN_to_join to properly handle the case where the tgl@postgresql.org (Tom Lane)
- pgsql: Fix convert_IN_to_join to properly handle the case where the tgl@postgresql.org (Tom Lane)
- pgsql: Issue explicit error messages for attempts to use "shell" tgl@postgresql.org (Tom Lane)
- pgsnap - pgsnap: Add "functions" report. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: I forgot the ChangeLog. gleu@pgfoundry.org (User Gleu)
- prefix - prefix: Implement prefix_range send and recv functions dim@pgfoundry.org (User Dim)
- pgsql: Replace developer FAQ with a reference to the wiki, which is mha@postgresql.org (Magnus Hagander)
- pgsql: Replace developer FAQ with a reference to the wiki, which is mha@postgresql.org (Magnus Hagander)
- pgsql: Replace developer FAQ with a reference to the wiki, which is mha@postgresql.org (Magnus Hagander)
- pgsql: Replace developer FAQ with a reference to the wiki, which is mha@postgresql.org (Magnus Hagander)
- pgsql: Replace developer FAQ with a reference to the wiki, which is mha@postgresql.org (Magnus Hagander)
- pgsql: Replace developer FAQ with a reference to the wiki, which is mha@postgresql.org (Magnus Hagander)
- prefix - prefix: New Directory dim@pgfoundry.org (User Dim)
- prefix - prefix: debian package postgresql-8.3-prefix dim@pgfoundry.org (User Dim)
- prefix - prefix: casting from text to prefix_range is now implicit dim@pgfoundry.org (User Dim)
- prefix - prefix: Adding TESTS.txt document, revamp README.txt dim@pgfoundry.org (User Dim)
- pgsql: FAQ2txt now only controls the main FAQ, not FAQ_DEV. momjian@postgresql.org (Bruce Momjian)
- prefix - prefix: Adding restrict and join selectivity estimator function dim@pgfoundry.org (User Dim)
- pgsql: Don't pull in pthreads header files in this file because we never mha@postgresql.org (Magnus Hagander)
- prefix - prefix: Documentation proof-reading by Alvaro dim@pgfoundry.org (User Dim)
- pgsql: Fix using too many LWLocks bug, reported by Craig Ringer teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix using too many LWLocks bug, reported by Craig Ringer teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix using too many LWLocks bug, reported by Craig Ringer teodor@postgresql.org (Teodor Sigaev)
- prefix - prefix: picksplit presorting avalable with dim@pgfoundry.org (User Dim)
- prefix - prefix: text prefixing support is now deprecated dim@pgfoundry.org (User Dim)
- pgsql: Prevent shutdown in normal mode if online backup is running, and mha@postgresql.org (Magnus Hagander)
- prefix - prefix: build_pr cleanup, now takes (prefix, first, last) as dim@pgfoundry.org (User Dim)
- pgsnap - pgsnap: Kill the frames! :) gleu@pgfoundry.org (User Gleu)
- pgsql: Add URL for MERGE: > momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO: < > o Add prompt escape to display the client and momjian@postgresql.org (Bruce Momjian)
- dbsamples - pagila: add unique indexes to partitions to match primary xzilla@pgfoundry.org (User Xzilla)
- pgsql: Add GIT URL: > momjian@postgresql.org (Bruce Momjian)
- pllolcode - pllolcode: Make conditionals work. eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Update error messages, per notes from Tom. mha@postgresql.org (Magnus Hagander)
- pgsql: Update TODO description for GIT: * Consider smaller indexes that momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove, item done, description unclear: < * Allow index scans to momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO: < > * Allow adding enumerated values to an momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO: > * Allow index scans to return matching index momjian@postgresql.org (Bruce Momjian)
- pgsql: Add URL for: * Allow index scans to return matching index keys, momjian@postgresql.org (Bruce Momjian)
- pgsql: Add TODO item: > > o Impove COPY performance > > momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO: > * Allow prepared transactions with temporary momjian@postgresql.org (Bruce Momjian)
- pgsql: Add embedded usage mention to FAQ, per Greg Smith. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix ALTER TABLE ADD COLUMN ... tgl@postgresql.org (Tom Lane)
- pgsql: Fix ALTER TABLE ADD COLUMN ... tgl@postgresql.org (Tom Lane)
- pgsql: Fix ALTER TABLE ADD COLUMN ... tgl@postgresql.org (Tom Lane)
- pgsql: Fix ALTER TABLE ADD COLUMN ... tgl@postgresql.org (Tom Lane)
- pgsql: Fix ALTER TABLE ADD COLUMN ... tgl@postgresql.org (Tom Lane)
- pgsql: Update: < * Allow adding enumerated values to an existing momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove transformAlterTableStmt's kluge to replace tgl@postgresql.org (Tom Lane)
- pgsql: Update TODO item: > * Allow adding/renaming/removing enumerated momjian@postgresql.org (Bruce Momjian)
- pgsnap - pgsnap: Beautify three reports. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Enable connections via the Unix socket. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Adds some TODO from pollux, and complete the changelog. gleu@pgfoundry.org (User Gleu)
- orafce - orafce: add skeleton for plunit - assertations okbob@pgfoundry.org (User Okbob)
- pllolcode - pllolcode: Make WTF blocks (switch statements) work. eggyknap@pgfoundry.org (User Eggyknap)
- Re: pgsql: Add embedded usage mention to FAQ, per Greg Smith. David Fetter
- pgsql: Update to remove passive wording from FAQ, David Fetter momjian@postgresql.org (Bruce Momjian)
- pgsql: Update wording from David Fetter. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Add embedded usage mention to FAQ, per Greg Smith. Bruce Momjian
- pgsnap - pgsnap: New Directory gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Add man page, from pollux. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Add -o command line option (output directory), per a gleu@pgfoundry.org (User Gleu)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: New Directory pgunittest@pgfoundry.org (User Pgunittest)
- pgunittest - pgUnitTest: pgunittest@pgfoundry.org (User Pgunittest)
- Re: pgsql: Update: < * Allow adding enumerated values to an existing Andrew Dunstan
- Re: pgsql: Update: < * Allow adding enumerated values to an existing Gregory Stark
- pgsql: Add URL for: * Allow adding/renaming/removing enumerated values momjian@postgresql.org (Bruce Momjian)
- pllolcode - pllolcode: Remove debug code eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Code review for recent patch to terminate online backup during tgl@postgresql.org (Tom Lane)
- pgsql: Back-patch Heikki's fix to make tgl@postgresql.org (Tom Lane)
- pgsql: Add SGML ID attributes to the arrays subsections, and a few index alvherre@postgresql.org (Alvaro Herrera)
- npgsql - Npgsql2: Make Fill test work with version 2 of the protocol jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Improvements to System.Transactions support. jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Added tests for System.Transactions jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Add generate_subscripts, a series-generation function which alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Bump the catversion for the previous patch. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix broken configure test for libxslt: it was probing for tgl@postgresql.org (Tom Lane)
- pgsql: Fix broken configure test for libxslt: it was probing for tgl@postgresql.org (Tom Lane)
- pgsql: Update comment for 8.4: > #A hyphen, "-", marks changes that momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Add generate_subscripts, a series-generation function which Tom Lane
- pgsql: Increase the statement_timeout value used in the prepared_xacts tgl@postgresql.org (Tom Lane)
- pgsql: Fix volatility marking for the generate_series and alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove typename from A_Const. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix REASSIGN OWNED so that it works on procedural languages too. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix REASSIGN OWNED so that it works on procedural languages too. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Some minor further cleanup around A_Const. tgl@postgresql.org (Tom Lane)
- pllolcode - pllolcode: Make basic IM IN YR loops work. eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - pllolcode: Declare iminyrNode(lolNode*) and squash a warning eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - pllolcode: Make GTFO handling in WTF? blocks affect external eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Add example showing how to remove a password from a role. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix nodeTidscan.c to not trigger an error if the block number tgl@postgresql.org (Tom Lane)
- pgsql: Fix nodeTidscan.c to not trigger an error if the block number tgl@postgresql.org (Tom Lane)