Mailing lists [pgsql-committers]
- pgsql: Make the win32 putenv() override update *all* present versions of mha@postgresql.org (Magnus Hagander)
- pgsql: Make the win32 putenv() override update *all* present versions of mha@postgresql.org (Magnus Hagander)
- pgsql: Update SQL features supported list petere@postgresql.org (Peter Eisentraut)
- pgsql: Delete solution cache file on clean, if it exists. mha@postgresql.org (Magnus Hagander)
- pgsql: Detect a 64-bit build environment on Windows, and generate the mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Add missing 'static' tag. Simon Riggs
- pgsql: Silence compiler warning on 64-bit windows build mha@postgresql.org (Magnus Hagander)
- pgsql: Support "x IS NOT NULL" clauses as indexscan conditions. tgl@postgresql.org (Tom Lane)
- pgsql: Add an "argisrow" field to NullTest nodes, following a plan made tgl@postgresql.org (Tom Lane)
- pgsql: Fix cast for _open_osfhandle(). mha@postgresql.org (Magnus Hagander)
- pgsql: Fix one more cast for _open_osfhandle(). mha@postgresql.org (Magnus Hagander)
- pgsql: Support 64-bit shared memory when building on 64-bit Windows. mha@postgresql.org (Magnus Hagander)
- pgsql: Set proper sizes for size_t and void* on 64-bit Windows builds. mha@postgresql.org (Magnus Hagander)
- pgsql: Silence compiler warning about size of size_t being larger than mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Fix one more cast for _open_osfhandle(). Tom Lane
- pgsql: check_exclusion_constraint didn't actually work correctly for tgl@postgresql.org (Tom Lane)
- pgsql: Fix similar_escape() to convert parentheses to non-capturing tgl@postgresql.org (Tom Lane)
- pgsql: Add missing schema-qualification in tab completion query. tgl@postgresql.org (Tom Lane)
- pgsql: Make ssize_t 64-bit on Win64, for compatibility with for example mha@postgresql.org (Magnus Hagander)
- pgsql: Dept of second thoughts: my first cut at supporting "x IS NOT tgl@postgresql.org (Tom Lane)
- pgsql: Silence compiler warning about printf format for HANDLE. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: When estimating the selectivity of an inequality "column > tgl@postgresql.org (Tom Lane)
- pgbulkload - pgbulkload: Add pgut-be header file. mhasegawa@pgfoundry.org (User Mhasegawa)
- pgbulkload - pgbulkload: - Support encoding conversion (ENCODING = mhasegawa@pgfoundry.org (User Mhasegawa)
- pgsql: Write an end-of-backup WAL record at pg_stop_backup(), and wait heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Improve PGXS makefile system to allow the module's makefile to tgl@postgresql.org (Tom Lane)
- pgsql: Add a Win64-specific spin_delay() function. mha@postgresql.org (Magnus Hagander)
- pg-migrator - pg_migrator: Mention need to rename tablespace directories bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Check values passed back from PLPerl to the database, via adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Remove sometimes inaccurate error hint about source of wrongly adunstan@postgresql.org (Andrew Dunstan)
- pg-migrator - pg_migrator: Stamp 8.4.11. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Stamp 8.4.11. bmomjian@pgfoundry.org (User Bmomjian)
- pgbulkload - pgbulkload: Add sanitization even if the input is in the itagaki@pgfoundry.org (User Itagaki)
- pgsql: Get rid of the need for manual maintenance of the initial tgl@postgresql.org (Tom Lane)
- pgsql: Fix parallel-make timing problem. tgl@postgresql.org (Tom Lane)
- Re: pgsql: Get rid of the need for manual maintenance of the initial Robert Haas
- pgsql: Verify input in pg_read_file(). itagaki@postgresql.org (Takahiro Itagaki)
- Re: pgsql: Get rid of the need for manual maintenance of the initial Tom Lane
- pgsql: Remove too-smart-for-its-own-good optimization of not overwriting tgl@postgresql.org (Tom Lane)
- Re: pgsql: Get rid of the need for manual maintenance of the initial Andrew Dunstan
- pgsql: Fix a few places where we needed -I. tgl@postgresql.org (Tom Lane)
- pgsql: Further code review for genbki.pl. tgl@postgresql.org (Tom Lane)
- pgsql: Use _mm_pause() for win64 spin_delay(), per note from Tsutomu mha@postgresql.org (Magnus Hagander)
- pgsql: Disable linker warning 4197 on Win64, that is caused by the fact mha@postgresql.org (Magnus Hagander)
- pgsql: Move the default configuration for the MSVC build system to mha@postgresql.org (Magnus Hagander)
- plproxy - plproxy: Enable pl/proxy clusters to be defined by SQL/MED mpihlak@pgfoundry.org (User Mpihlak)
- plproxy - plproxy: Regression tests for SQL/MED. mpihlak@pgfoundry.org (User Mpihlak)
-
pgsql: Applied patch by Boszormenyi Zoltan
to add sqlda meskes@postgresql.org (Michael Meskes) - pgsql: Adjusted CVS headers. meskes@postgresql.org (Michael Meskes)
- pgsql: Still not correct. meskes@postgresql.org (Michael Meskes)
- pgsql: Thrid try. meskes@postgresql.org (Michael Meskes)
- pgsql: Ah, should read the file completely. meskes@postgresql.org (Michael Meskes)
- pgsql: And then forgot to commit the fixed files. meskes@postgresql.org (Michael Meskes)
- pgsql: And another one of the same problem. meskes@postgresql.org (Michael Meskes)
- pgsql: And another one meskes@postgresql.org (Michael Meskes)
- Re: pgsql: And another one Magnus Hagander
- pgsql: Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file tgl@postgresql.org (Tom Lane)
- pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). rhaas@postgresql.org (Robert Haas)
- pgsql: Add support for doing FULL JOIN ON FALSE. tgl@postgresql.org (Tom Lane)
- pgsql: Add support for doing FULL JOIN ON FALSE. tgl@postgresql.org (Tom Lane)
- pgsql: Add verification of variable names in pgbench. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: Adjust headers to allow pgbench to be built with PGXS. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: Use OIDCHARS: Use OIDCHARS for oid character length, rather than momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove tabs in SGML. momjian@postgresql.org (Bruce Momjian)
- pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use momjian@postgresql.org (Bruce Momjian)
- pgsql: Preserve relfilenodes: Add support to pg_dump --binary-upgrade momjian@postgresql.org (Bruce Momjian)
- pgsql: Update catalog version for recent relfilenode patch, so momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove erroneous comma added to pg_dumpall tablespace query when momjian@postgresql.org (Bruce Momjian)
- pgsql: binary upgrade: Preserve relfilenodes for views and composite momjian@postgresql.org (Bruce Momjian)
- pg-migrator - pg_migrator: Support new backend API to preserve bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Support new backend API to preserve bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Support rewritten-based full vacuum as VACUUM FULL. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: Applied Zoltan's patch to remove hardware dependant offset meskes@postgresql.org (Michael Meskes)
- Re: pgsql: And another one Michael Meskes
- Re: pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use Simon Riggs
- plproxy - plproxy: Adjustments for PostgreSQL 8.5 mpihlak@pgfoundry.org (User Mpihlak)
- Re: pgsql: And another one Magnus Hagander
- pgsql: Silence compiler warning about uninitialized variables. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: Removed more inttypes.h stuff. meskes@postgresql.org (Michael Meskes)
- pgsql: Removed test case using nan as float value because printf's meskes@postgresql.org (Michael Meskes)
- Re: pgsql: Applied Zoltan's patch to remove hardware dependant offset Andrew Dunstan
- Re: pgsql: Applied Zoltan's patch to remove hardware dependant offset Andrew Dunstan
- pg-migrator - pg_migrator: Support new backend API to preserve h-saito@pgfoundry.org (User H-saito)
- pgsql: Remove __FUNCTION__ keyword that is not recognized by som meskes@postgresql.org (Michael Meskes)
- Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som Alvaro Herrera
- pgsql: Replaced int64_t with int64 as Andrew suggested. meskes@postgresql.org (Michael Meskes)
- pg-migrator - pg_migrator: Add missing file to CVs. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Corrected CVS entry: --only-analyze mode is for _vacuumdb_, not momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use Bruce Momjian
- pgsql: Add missing 'static' keywords. tgl@postgresql.org (Tom Lane)
-
pgsql: Fix missing
markers in dblink reference entries. tgl@postgresql.org (Tom Lane) - pg-migrator - pg_migrator: Skip rebuilding of relation array when we bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION tgl@postgresql.org (Tom Lane)
- pgsql: Make error messages for bad --set-version argument more useful. tgl@postgresql.org (Tom Lane)
- pgsql: Access hash entry before freeing it, not after. tgl@postgresql.org (Tom Lane)
- pgsql: Fix spccache.c to not suppose that a cache entry will live across tgl@postgresql.org (Tom Lane)
- pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian
- pgsql: Alter the configure script to fail immediately if the C compiler tgl@postgresql.org (Tom Lane)
- pgsql: Alter the configure script to fail immediately if the C compiler tgl@postgresql.org (Tom Lane)
- pgsql: Make configure check the version of Perl we're building with, and tgl@postgresql.org (Tom Lane)
- pgsql: Improve a couple of comments relating to large object snapshot rhaas@postgresql.org (Robert Haas)
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera
- pgsql: Fail in a nicer way if we have --with-perl and no Perl. tgl@postgresql.org (Tom Lane)
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Robert Haas
- pgsql: Further fixes for per-tablespace options patch. rhaas@postgresql.org (Robert Haas)
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera
- pgsql: Clarify tablespace.c::TablespaceCreateDbspace() comments. momjian@postgresql.org (Bruce Momjian)
- pgsql: More tablespace.c comment improvements. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove all the special-case code for INT64_IS_BUSTED, per tgl@postgresql.org (Tom Lane)
- pgbulkload - pgbulkload: Refine messages and option handleing routines itagaki@pgfoundry.org (User Itagaki)
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Magnus Hagander
- pgsql: Rename new vacuumdb option to --analyze-only from --only-analyze. momjian@postgresql.org (Bruce Momjian)
- pg-migrator - pg_migrator: Document renamed vacuumdb --analyze-only bmomjian@pgfoundry.org (User Bmomjian)
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian
- Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera
- pgsql: Use -Z for vacuumdb --analyze-only, rather than -o. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix (some of the) breakage introduced into query-cancel tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Make bit/varbit substring() treat any negative length as meaning tgl@postgresql.org (Tom Lane)
- pgsql: Fix 3-parameter form of bit substring() to throw error for tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix (some of the) breakage introduced into query-cancel Simon Riggs
- Re: pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane
- pgsql: Document why we copy reloptions into CacheMemoryContext rhaas@postgresql.org (Robert Haas)
- Re: pgsql: Fix (some of the) breakage introduced into query-cancel Simon Riggs
- Re: pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane
- pgsql: Add buffer access counters to pg_stat_statements. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on itagaki@postgresql.org (Takahiro Itagaki)
- Re: pgsql: Fix (some of the) breakage introduced into query-cancel Simon Riggs
- npgsql - Npgsql2: [#1010746] NpgsqlDate.AddMonths(m): fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix oversight in EvalPlanQualFetch: after failing to lock a tuple tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane
- pgstatsinfo - pg_statsinfo: New Directory kasahara@pgfoundry.org (User Kasahara)
- pgstatsinfo - pg_statsinfo: New Directory kasahara@pgfoundry.org (User Kasahara)
- pgstatsinfo - pg_statsinfo: - Separate reporter source code into 8.3 and kasahara@pgfoundry.org (User Kasahara)
- pgsql: Also update ChangerLog file. meskes@postgresql.org (Michael Meskes)
- pgsql: Backported fix for protecting ecpg against applications freeing meskes@postgresql.org (Michael Meskes)
- Re: pgsql: Also update ChangerLog file. David Fetter
- pgsql: Tidy up and refactor plperl.c. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Fix makefile so it works for VPATH case. tgl@postgresql.org (Tom Lane)
- pgsql: Build perlchunks.h for plperl on MSVC adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Provide regression testing for plperlu, and for plperl+plperlu adunstan@postgresql.org (Andrew Dunstan)
- Re: pgsql: Also update ChangerLog file. Michael Meskes
- pgsql: During Hot Standby, set DatabasePath correctly during relcache sriggs@postgresql.org (Simon Riggs)
- Re: pgsql: Also update ChangerLog file. Robert Haas
- pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's tgl@postgresql.org (Tom Lane)
- pgsql: Document pg_tablespace.spcoptions. rhaas@postgresql.org (Robert Haas)
- pgsql: Remove partial, broken support for NULL pointers when fetching rhaas@postgresql.org (Robert Haas)
- pgsql: Create typedef pgsocket for storing socket descriptors. mha@postgresql.org (Magnus Hagander)
- pgsql: During Hot Standby, fix drop database when sessions idle. sriggs@postgresql.org (Simon Riggs)
- pgsql: Update Windows installation notes. mha@postgresql.org (Magnus Hagander)
- pgsql: Update Windows installation notes. mha@postgresql.org (Magnus Hagander)
- pgsql: Docs for behaviour change of drop database during Hot Standby sriggs@postgresql.org (Simon Riggs)
- pgsql: Improve plpgsql's handling of record field references by forcing tgl@postgresql.org (Tom Lane)
- pgsql: Improve plpgsql parsing to report "foo is not a known variable", tgl@postgresql.org (Tom Lane)
- Re: pgsql: Also update ChangerLog file. David Fetter
- pgsql: Remove unnecessary use of temp file. tgl@postgresql.org (Tom Lane)
- pgsql: Some trivial adjustments in comments for struct RelationData. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Added a fix for caseinsensitive parameter names in fxjr@pgfoundry.org (User Fxjr)
- pgsql: remove use of temp file for perlchunks.h, as in recent change to adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Improve ExecEvalVar's handling of whole-row variables in cases tgl@postgresql.org (Tom Lane)
- pgsql: Improve ExecEvalVar's handling of whole-row variables in cases tgl@postgresql.org (Tom Lane)
- pgsql: Add some simple support and documentation for using tgl@postgresql.org (Tom Lane)
- pgsql: Remove tabs in SGML file. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix aclexplode to not explode on a zero-entry ACL array. tgl@postgresql.org (Tom Lane)
- pgsql: Please tablespace directories in their own subdirectory so momjian@postgresql.org (Bruce Momjian)
- pg-migrator - pg_migrator: Require today's CVS to migrate to 8.5 to take bmomjian@pgfoundry.org (User Bmomjian)
- Re: pgsql: Please tablespace directories in their own subdirectory so Jaime Casanova
- pg-migrator - pg_migrator: Mention why it is hard to implement bmomjian@pgfoundry.org (User Bmomjian)
- Re: pgsql: Please tablespace directories in their own subdirectory so Bruce Momjian
- pgbouncer - pgbouncer: test/test.ini: turn off query_timeout by default mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: In case of invalid state, show value in error msg mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: sbuf: track exact wait state to avoid double mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: Add new patches to NEWS mkz@pgfoundry.org (User Mkz)
- pgsql: Removed ecpg Changelog file that was only there for historical meskes@postgresql.org (Michael Meskes)
- Re: pgsql: Removed ecpg Changelog file that was only there for historical Magnus Hagander
- Re: pgsql: Removed ecpg Changelog file that was only there for historical Michael Meskes
- Re: pgsql: Removed ecpg Changelog file that was only there for historical Magnus Hagander
- pg-migrator - pg_migrator: All building against any PG source >= 8.3. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Fix relcache reload mechanism to be more robust in the face of tgl@postgresql.org (Tom Lane)
- pgsql: Fix relcache reload mechanism to be more robust in the face of tgl@postgresql.org (Tom Lane)
- pgsql: Fix relcache reload mechanism to be more robust in the face of tgl@postgresql.org (Tom Lane)
- pgsql: Fix relcache reload mechanism to be more robust in the face of tgl@postgresql.org (Tom Lane)
- pgsql: Update MSVC build instructions. mha@postgresql.org (Magnus Hagander)
- pgsql: Make fixed_paramref_hook behave properly when there are 'unused' tgl@postgresql.org (Tom Lane)
- pgbouncer - pgbouncer: Check error from event_init() to eliminate mkz@pgfoundry.org (User Mkz)
- pgsql: Fix SQL3 type return value. meskes@postgresql.org (Michael Meskes)
- pgsql: Applied Zoltan's patch to make char the default sqlda type. meskes@postgresql.org (Michael Meskes)
- pgstatsinfo - pg_reporter: Imported Sources itagaki@pgfoundry.org (User Itagaki)
- pgsql: Fix bug #5269: ResetPlanCache mustn't invalidate cached utility tgl@postgresql.org (Tom Lane)
- pgsql: Fix bug #5269: ResetPlanCache mustn't invalidate cached utility tgl@postgresql.org (Tom Lane)
- pgsql: When loading critical system indexes into the relcache, ensure we tgl@postgresql.org (Tom Lane)
- pgsql: When loading critical system indexes into the relcache, ensure we tgl@postgresql.org (Tom Lane)
- pgsql: When loading critical system indexes into the relcache, ensure we tgl@postgresql.org (Tom Lane)
- pgsql: When loading critical system indexes into the relcache, ensure we tgl@postgresql.org (Tom Lane)
- pgsql: Simplify validate_exec() by using access(2) to check file tgl@postgresql.org (Tom Lane)
- Re: pgsql: Simplify validate_exec() by using access(2) to check file Bruce Momjian
- Re: pgsql: Simplify validate_exec() by using access(2) to check file Tom Lane
- Re: pgsql: Simplify validate_exec() by using access(2) to check file Bruce Momjian
- pgsql: First part of refactoring of code for ResolveRecoveryConflict. sriggs@postgresql.org (Simon Riggs)
- pgexternaltable - src: del test.c maosen@pgfoundry.org (User Maosen)
- pgexternaltable - src: del streambuffer.* maosen@pgfoundry.org (User Maosen)
- pgexternaltable - src: maosen@pgfoundry.org (User Maosen)
- pgexternaltable - src: maosen@pgfoundry.org (User Maosen)
- pgexternaltable - src: New Directory maosen@pgfoundry.org (User Maosen)
- pgexternaltable - src: maosen@pgfoundry.org (User Maosen)
- pgsql: Add point_ops opclass for GiST. teodor@postgresql.org (Teodor Sigaev)
- pg-migrator - pg_migrator: Restore restriction that pg_migrator must be bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: New Directory heikki@postgresql.org (Heikki Linnakangas)
- pgsql: New Directory heikki@postgresql.org (Heikki Linnakangas)
- pgsql: New Directory heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Introduce Streaming Replication. heikki@postgresql.org (Heikki Linnakangas)
-
pgsql: Applied patch by Boszormenyi Zoltan
to add meskes@postgresql.org (Michael Meskes) - pgsql: Remove unused (in non-assertion-enabled build) variable. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Added correct error handling in DESCRIBE statement processing by meskes@postgresql.org (Michael Meskes)
- pgbouncer - pgbouncer: doc/confix.txt: uncoonfuse newer asciidoc mkz@pgfoundry.org (User Mkz)
- pgsql: Move build of src/backend/replication/walreceiver/ later in the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix bogus subdir setting ... tgl@postgresql.org (Tom Lane)
- pgsql: Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... tgl@postgresql.org (Tom Lane)
- pgsql: No, scratch that, it was getting added twice. tgl@postgresql.org (Tom Lane)
- pgsql: Second try: walreceiver should not be built with -DBUILDING_DLL tgl@postgresql.org (Tom Lane)
- pgsql: Do parse analysis of an EXPLAIN's contained statement during the tgl@postgresql.org (Tom Lane)
- pgsql: PGDLLIMPORT-ize the remaining variables needed by walreceiver. tgl@postgresql.org (Tom Lane)
-
pgsql: Add #include
for struct timeval definition on momjian@postgresql.org (Bruce Momjian) - pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants tgl@postgresql.org (Tom Lane)
- pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason sriggs@postgresql.org (Simon Riggs)
- pgsql: Message mentions msec when it should be seconds, so use s instead sriggs@postgresql.org (Simon Riggs)
- pgsql: Improved printing of Python exceptions in PL/Python Mimic the petere@postgresql.org (Peter Eisentraut)
- pgsql: Build the walreceiver library on MSVC as well. mha@postgresql.org (Magnus Hagander)
- pgexternaltable - src: maosen@pgfoundry.org (User Maosen)
- pgexternaltable - src: maosen@pgfoundry.org (User Maosen)
- pgsql: Lock database while running drop database in Hot Standby to sriggs@postgresql.org (Simon Riggs)
- npgsql - Npgsql2: Added a test for Europe/Amsterdam timezone with dates fxjr@pgfoundry.org (User Fxjr)
- Re: pgsql: Fix one more cast for _open_osfhandle(). Magnus Hagander
- pgsql: Fix bogus initialization of KnownAssignedXids shared memory state tgl@postgresql.org (Tom Lane)
- pgsql: Fix unportable use of isxdigit() with char (rather than unsigned tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state Simon Riggs
- Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state Magnus Hagander
- Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state Simon Riggs
- pgsql: Re-order configure tests to reflect the fact that the code tgl@postgresql.org (Tom Lane)
- pgsql: Re-order configure tests to reflect the fact that the code tgl@postgresql.org (Tom Lane)
- pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Fix spelling error, noticed by Thomas Shinnick mha@postgresql.org (Magnus Hagander)
- pgsql: Fix spelling error, noticed by Thomas Shinnick mha@postgresql.org (Magnus Hagander)
- pg-migrator - pg_migrator: Create script to delete old cluster. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Create script to delete old cluster. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Use MAXPGPATH more consistently. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Release 8.4.12. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Fix version typo. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Ajdust source code alignment. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Remove unnecessary, inconsistent flag resets in tgl@postgresql.org (Tom Lane)
- pgsql: Silence compiler warning, noted by Stefan Kaltenbrunner mha@postgresql.org (Magnus Hagander)
- psqlodbc - psqlodbc: 1) Allow password which contains special characters hinoue@pgfoundry.org (User Hinoue)
- pgsql: Add include directory for dblink to find fmgroids.h on VS2008 mha@postgresql.org (Magnus Hagander)
- pgsql: Improve the handling of SET CONSTRAINTS commands by having them tgl@postgresql.org (Tom Lane)
- pgsql: Update SET CONSTRAINTS reference page --- it failed to mention tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Added a fix for 64 bits windows. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Changed NpgsqlInet test method name to better explain fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached tgl@postgresql.org (Tom Lane)
- pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached tgl@postgresql.org (Tom Lane)
- pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached Tatsuo Ishii
- Re: pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached Tom Lane
- pgsql: Fix incorrect comparison of scan key in GIN. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix incorrect comparison of scan key in GIN. teodor@postgresql.org (Teodor Sigaev)
- pg-migrator - pg_migrator: Improve tablespace handling for 8.5 bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Improve tablespace handling for 8.5 bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: File reorganization, for clarity. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: File reorganization, for clarity. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Fix an oversight in convert_EXISTS_sublink_to_join: we can't tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight in convert_EXISTS_sublink_to_join: we can't tgl@postgresql.org (Tom Lane)
- pg-migrator - pg_migrator: Major code restructing for clarity. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Comment cleanup; add 'static' bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: pgindent run. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Cast slightly abused enum to int, so that GCC 4.5 won't warn petere@postgresql.org (Peter Eisentraut)
- pg-migrator - pg_migrator: Reorganize location of version check bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Stamp 8.4.13. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Stamp 8.4.13. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Update comment for bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Add "USING expressions" option to plpgsql's OPEN cursor FOR tgl@postgresql.org (Tom Lane)
- pgsql: Add pg_table_size() and pg_indexes_size() to provide more tgl@postgresql.org (Tom Lane)
- pgsql: Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide mha@postgresql.org (Magnus Hagander)
- pgsql: Fix thinko in my recent change to put an explicit argisrow field tgl@postgresql.org (Tom Lane)
- pgsql: When doing a parallel restore, we must guard against out-of-range tgl@postgresql.org (Tom Lane)
- pgsql: When doing a parallel restore, we must guard against out-of-range tgl@postgresql.org (Tom Lane)
- pgsql: Reformat documentation of libpq escaping functions. rhaas@postgresql.org (Robert Haas)
- pgsql: Add utility functions to PLPerl: quote_literal, adunstan@postgresql.org (Andrew Dunstan)
- Re: pgsql: Add utility functions to PLPerl: quote_literal, Tom Lane
- pgsql: Fix doc build, which was broken by PL/perl utility functions rhaas@postgresql.org (Robert Haas)
- Re: pgsql: Add utility functions to PLPerl: quote_literal, Robert Haas
- Re: pgsql: Add utility functions to PLPerl: quote_literal, Andrew Dunstan
- Re: pgsql: Add utility functions to PLPerl: quote_literal, Andrew Dunstan
- Re: pgsql: Add utility functions to PLPerl: quote_literal, Robert Haas
- pgsql: Build plperl's new Util.xs adunstan@postgresql.org (Andrew Dunstan)
- Re: pgsql: Add utility functions to PLPerl: quote_literal, Tom Lane
- pgsql: Fix typo in Mkvcbuild.pl adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Before attempting to create a composite type, check whether a petere@postgresql.org (Peter Eisentraut)
- pgsql: New Directory heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Rethink the way walreceiver is linked into the backend. Instead heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Adjust MSVC build script too, now that the walreceiver dynamic heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Adjust windows makefiles too, now that the walreceiver dynamic heikki@postgresql.org (Heikki Linnakangas)
- Re: pgsql: Rethink the way walreceiver is linked into the backend. Instead Fujii Masao
- pgsql: Add missing "!= NULL", for the sake of consistency. heikki@postgresql.org (Heikki Linnakangas)
- Re: pgsql: Rethink the way walreceiver is linked into the backend. Instead Heikki Linnakangas
- pgsql: Now that much of walreceiver has been pulled back into the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Write a WAL record whenever we perform an operation without heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix bogus subdir setting. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add user-specific .pg_service.conf file This extends the petere@postgresql.org (Peter Eisentraut)
- pgsql: Well, the systemtap guys moved the goalposts again: with the tgl@postgresql.org (Tom Lane)
- pgsql: Well, the systemtap guys moved the goalposts again: with the tgl@postgresql.org (Tom Lane)
- pgsql: Better internal documentation of locking for Hot Standby conflict sriggs@postgresql.org (Simon Riggs)
- Re: pgsql: Write a WAL record whenever we perform an operation without Robert Haas
- Re: pgsql: Write a WAL record whenever we perform an operation without Takahiro Itagaki
- pgsql: Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: Fix bogus comments. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add missing flag reset to ensure subsequent manual cancelation sriggs@postgresql.org (Simon Riggs)
- pg-migrator - pg_migrator: Improve code in check_for_libpq_envvars; bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Add new escaping functions PQescapeLiteral and rhaas@postgresql.org (Robert Haas)
- Re: pgsql: Add new escaping functions PQescapeLiteral and Tom Lane
- Re: pgsql: Add new escaping functions PQescapeLiteral and Robert Haas
- pgsql: Fix unsafe loop test, and declare as_ident as bool rather than rhaas@postgresql.org (Robert Haas)
- pgbulkload - pgbulkload: Support XLogReportUnloggedStatement if itagaki@pgfoundry.org (User Itagaki)
- pgstatsinfo - pg_reporter: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgstatsinfo - pg_reporter: Added template for pg_statsinfo. itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: - Support input data filter function (FILTER = mhasegawa@pgfoundry.org (User Mhasegawa)
- pgbulkload - pgbulkload: If ENCODING not specified and "INFILE = stdin", mhasegawa@pgfoundry.org (User Mhasegawa)
-
pgsql: Applied patch by Boszormenyi Zoltan
to fix meskes@postgresql.org (Michael Meskes) - pgsql: Make argument const char * as per Takahiro Itagaki's suggestion. meskes@postgresql.org (Michael Meskes)
- pgsql: PL/Python DO handler Also cleaned up some redundancies between petere@postgresql.org (Peter Eisentraut)
- pgsql: Document that the HTML documentation must be built before the PDF momjian@postgresql.org (Bruce Momjian)
- pgsql: Replace ALTER TABLE ... rhaas@postgresql.org (Robert Haas)
- pgsql: Fix several oversights in previous commit - attribute options rhaas@postgresql.org (Robert Haas)
- pgsql: Fix mismatched tags introduced by attribute options patch. rhaas@postgresql.org (Robert Haas)
- pg-migrator - pg_migrator: Fix argument handling problems on Solaris. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Stamp 8.4.14. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Stamp 8.4.14. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Clarify email address for news. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Revert mention that HTML documentation has to be built first. momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: Removed "#define SQL_WCHART_CONVERT" which causes hinoue@pgfoundry.org (User Hinoue)
- pgbuildfarm - client-code: . autoconfig port to use based on a single andrewd@pgfoundry.org (User Andrewd)
- pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin. sriggs@postgresql.org (Simon Riggs)
- Re: pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin. Simon Riggs
- pgsql: Add explanatory detail to Hot Standby cancelation error messages sriggs@postgresql.org (Simon Riggs)
- Re: pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin. Greg Stark
- Re: pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin. Simon Riggs
- pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to tgl@postgresql.org (Tom Lane)
- pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to tgl@postgresql.org (Tom Lane)
- pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to tgl@postgresql.org (Tom Lane)
- pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to tgl@postgresql.org (Tom Lane)
- pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to tgl@postgresql.org (Tom Lane)
- psqlodbc - psqlodbc: Removed the use of misused strcat_s together with hinoue@pgfoundry.org (User Hinoue)
- pgsql: Add missing closing tag. mha@postgresql.org (Magnus Hagander)
- autodoc - autodoc: Apply a fix to the function signatures that was rbt@pgfoundry.org (User Rbt)
- pgsql: Fix assorted core dumps and Assert failures that could occur tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted core dumps and Assert failures that could occur tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted core dumps and Assert failures that could occur tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted core dumps and Assert failures that could occur tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted core dumps and Assert failures that could occur tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted core dumps and Assert failures that could occur tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite dblink_record_internal() and dblink_fetch() to use a joe@postgresql.org (Joe Conway)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgsql: Apply Tcl_Init() to the "hold" interpreter created by pltcl. tgl@postgresql.org (Tom Lane)
- pgbulkload - pgbulkload: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: Add RPM spec files. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Add note that PREPARE TRANSACTION is for transaction managers, heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add get_bit/set_bit functions for bit strings, paralleling those tgl@postgresql.org (Tom Lane)
- pgsql: Fix longstanding gripe that we check for 0000000001.history at sriggs@postgresql.org (Simon Riggs)
- pgsql: Make the default pg_hba.conf and pg_ident.conf align at petere@postgresql.org (Peter Eisentraut)
- pgsql: Reformat the comments in pg_hba.conf and pg_ident.conf These petere@postgresql.org (Peter Eisentraut)
-
pgsql: Applied patch by Boszormenyi Zoltan
to add meskes@postgresql.org (Michael Meskes) -
pgsql: Finally applied patch by Boszormenyi Zoltan
to meskes@postgresql.org (Michael Meskes) - pgsql: Added test case that was part of Zoltan's patch but apparently meskes@postgresql.org (Michael Meskes)
- pgsql: Remove tabs in SGML. momjian@postgresql.org (Bruce Momjian)
- pgsql: Un-break initdb logic for commenting out IPv6 pg_hba.conf line. tgl@postgresql.org (Tom Lane)
- pgsql: Remove the default_do_language parameter, instead making DO use a tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: fxjr@pgfoundry.org (User Fxjr)
- pgsql: Various small improvements and cleanups for PL/Perl. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Fix plperl.sgml errors from recent commit. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Add support for RADIUS authentication. mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Add support for RADIUS authentication. Thom Brown
- pgsql: Fix typo. mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Add support for RADIUS authentication. Magnus Hagander
- pgsql: Make standby server continuously retry restoring the next WAL heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix bug in wasender's xlogid boundary handling, reported by Erik heikki@postgresql.org (Heikki Linnakangas)
- reorg - pg_reorg: version 1.0.7. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Introduce two new libpq connection functions, PQconnectdbParams joe@postgresql.org (Joe Conway)
- pgsql: Change a few remaining calls of XLogArchivingActive() to use heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to sriggs@postgresql.org (Simon Riggs)
- pgsql: Define INADDR_NONE on Solaris when it's missing. mha@postgresql.org (Magnus Hagander)
- pgsql: Add functions to reset the statistics counter for a single mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to Tom Lane
- Re: pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to Simon Riggs
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Tom Lane
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Magnus Hagander
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Tom Lane
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Magnus Hagander
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Tom Lane
- pgsql: Fix crashing bug at the end of recovery in Streaming Replication, heikki@postgresql.org (Heikki Linnakangas)
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Magnus Hagander
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Tom Lane
- Re: pgsql: Define INADDR_NONE on Solaris when it's missing. Magnus Hagander
- pgsql: Fix bug found by warning from recent gcc. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Type table feature This adds the CREATE TABLE name OF type petere@postgresql.org (Peter Eisentraut)
- pgsql: Add new make targets "world", "install-world" and adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Fix thinko in new installcheck-world target adunstan@postgresql.org (Andrew Dunstan)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added Tools/FxCop to Npgsql2 fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added Tools/Gendarme to Npgsql2 fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix command tag for ALTER LARGE OBJECT. itagaki@postgresql.org (Takahiro Itagaki)
- pgsql: Fixed a few typos in ecpg. meskes@postgresql.org (Michael Meskes)
- pgsql: Changed ECPG outofscope handling to always print out statements meskes@postgresql.org (Michael Meskes)
- pgsql: Filter recovery conflicts based upon dboid from relfilenode of sriggs@postgresql.org (Simon Riggs)
- pgsql: Allow psql variables to be interpolated with literal or rhaas@postgresql.org (Robert Haas)
- Re: pgsql: Allow psql variables to be interpolated with literal or Pavel Stehule
- pgsql: Augment WAL records for btree delete with GetOldestXmin() to sriggs@postgresql.org (Simon Riggs)
- psqlodbc - psqlodbc: take some notes. h-saito@pgfoundry.org (User H-saito)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- pgsql: Adjust GetLockConflicts() so that it uses TopMemoryContext when sriggs@postgresql.org (Simon Riggs)
- npgsql - Npgsql2: Added Tools/NAnt to Npgsql2 fxjr@pgfoundry.org (User Fxjr)
- pgsql: Add plperl.on_perl_init setting to provide for initializing the adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Fix some comments that got mangled by pgindent. tgl@postgresql.org (Tom Lane)
- pgexternaltable - src: New Directory maosen@pgfoundry.org (User Maosen)
- pgsql: Fix memory leakage introduced into print_aligned_text by 8.4 tgl@postgresql.org (Tom Lane)
- pgsql: Fix memory leakage introduced into print_aligned_text by 8.4 tgl@postgresql.org (Tom Lane)
- pgsql: Avoid performing encoding conversion on command tag strings tgl@postgresql.org (Tom Lane)
- pgsql: Avoid performing encoding conversion on command tag strings tgl@postgresql.org (Tom Lane)
- pgsql: Avoid performing encoding conversion on command tag strings tgl@postgresql.org (Tom Lane)
- pgsql: Avoid performing encoding conversion on command tag strings tgl@postgresql.org (Tom Lane)
- pgsql: Avoid performing encoding conversion on command tag strings tgl@postgresql.org (Tom Lane)
- pgsql: Avoid performing encoding conversion on command tag strings tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Created helper scripts to build Npgsql with Nant from fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed backslash for windows .bat :) fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix race condition in win32 signal handling. mha@postgresql.org (Magnus Hagander)
- pgsql: Fix race condition in win32 signal handling. mha@postgresql.org (Magnus Hagander)
- pgsql: Fix race condition in win32 signal handling. mha@postgresql.org (Magnus Hagander)
- pgsql: Fix race condition in win32 signal handling. mha@postgresql.org (Magnus Hagander)
- pgsql: Remove now unnecessary loop around CallNamedPipe(). mha@postgresql.org (Magnus Hagander)
- pgsql: Get rid of unportable use of socklen_t --- we have a configure tgl@postgresql.org (Tom Lane)
- pgsql: Parenthesize this macro, just in case. tgl@postgresql.org (Tom Lane)
- pgsql: Make checks for invalid pgStatSock use PGINVALID_SOCKET mha@postgresql.org (Magnus Hagander)
- pgsql: Fix memory leak created by deferrable-index-constraints patches. tgl@postgresql.org (Tom Lane)
- pgsql: Detect early deadlock in Hot Standby when Startup is already sriggs@postgresql.org (Simon Riggs)
- pgsphere - pgsphere: # Fixes some precission problems with small richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: fix version richtej@pgfoundry.org (User Richtej)