users/c2main/postgres.git
2010-07-02 Robert HaasMove copydir.c from src/port to src/backend/storage...
2010-07-01 Robert HaasAllow copydir() to be interrupted.
2010-07-01 Robert HaasAllow ALTER TABLE .. SET TABLESPACE to be interrupted.
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-06-28 Tom LaneImprove pg_dump's checkSeek() function to verify the...
2010-06-27 Tom LaneFix pg_restore so parallel restore doesn't fail when...
2010-06-22 Robert HaasDeprecate the use of => as an operator name.
2010-06-21 Heikki LinnakangasIn a PL/pgSQL "FOR cursor" statement, the statements...
2010-06-21 Tom LaneFix mishandling of whole-row Vars referencing a view...
2010-06-17 Tom LaneFix typo, init => int, per KOIZUMI Satoru.
2010-06-15 Tom LaneFix dblink_build_sql_insert() and related functions...
2010-06-15 Tom LaneConsolidate and improve checking of key-column-attnum...
2010-06-14 Tom LaneRearrange dblink's dblink_build_sql_insert() and relate...
2010-06-09 Alvaro HerreraAdd index entry for ::, per complaint from John Gage.
2010-06-09 Magnus HaganderMake the walwriter close it's handle to an old xlog...
2010-06-09 Itagaki TakahiroAvoid "identifier will be truncated" warning in dblink
2010-06-09 Itagaki TakahiroFix connection leak in dblink when dblink_connect(...
2010-06-07 Teodor SigaevAdd missed function dblink_connect_u(text[,text]) to...
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-04 Michael MeskesData returned by RETURNING clause wasn't correctly...
2010-06-03 Andrew DunstanFix regression test name for plperlu_plperl in msvc.
2010-06-03 Itagaki TakahiroFix dblink to treat connection names longer than NAMEDA...
2010-06-02 Andrew DunstanRun recently backported plperlu_plperl regression tests...
2010-05-30 Tom LaneFix misuse of Lossy Counting (LC) algorithm in compute_...
2010-05-28 Tom LaneRewrite LIKE's %-followed-by-_ optimization so it reall...
2010-05-28 Tom LaneRejigger mergejoin logic so that a tuple with a null...
2010-05-27 Tom LaneChange ps_status.c to explicitly track the current...
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-05-25 Tom LaneFix oversight in construction of sort/unique plans...
2010-05-20 Magnus HaganderChange the "N. Central Asia Standard Time" timezone...
2010-05-18 Magnus HaganderRefer to pg_ident.conf as config file for username...
2010-05-17 Andrew Dunstan> Follow up a visit from the style police.
2010-05-16 Robert HaasFix longstanding typo in V1 calling conventions documen...
2010-05-15 Tom LaneImprove documentation of pg_restore's -l and -L switche...
2010-05-15 Heikki LinnakangasFix typos in comments, spotted by Josh Kupershmidt.
2010-05-14 Marc G. Fourniertag 8.4.4 REL8_4_4
2010-05-13 Andrew DunstanFix MSVC builds for recent plperl changes. Go back...
2010-05-13 Tom LaneUpdate release notes with security issues.
2010-05-13 Tom LaneUse an entity instead of non-ASCII letter. Thom Brown
2010-05-13 Tom LaneUse "TOAST table" in place of the vague, not-used-elsew...
2010-05-13 Tom LanePrevent PL/Tcl from loading the "unknown" module from...
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-05-13 Magnus HaganderFix some spelling errors.
2010-05-13 Peter EisentrautTranslation update
2010-05-12 Tom LanePreliminary release notes for releases 8.4.4, 8.3.11...
2010-05-11 Tom LaneUpdate time zone data files to tzdata release 2010j...
2010-05-11 Tom LaneAdd PKST to the default set of timezone abbreviations.
2010-05-11 Tom LaneCause the archiver process to adopt new postgresql...
2010-05-11 Itagaki TakahiroSet per-function GUC settings during validating the...
2010-05-09 Tom LaneSuppress signed-vs-unsigned-char warning.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-05-07 Michael MeskesECPG connect routine only checked for NULL to find...
2010-05-05 Tom LaneFix psql to not go into infinite recursion when expandi...
2010-05-05 Heikki LinnakangasFix incorrect parameter tag in docs, spotted by KOIZUMI...
2010-05-02 Tom LaneFix replay of XLOG_HEAP_NEWPAGE WAL records to pay...
2010-05-01 Tom LaneAdd code to InternalIpcMemoryCreate() to handle the...
2010-04-30 Tom LaneFix multiple memory leaks in PLy_spi_execute_fetch_resu...
2010-04-18 Robert HaasProvide better guidance for adjusting shared_buffers.
2010-04-16 Heikki LinnakangasOn Windows, syslogger runs in two threads. The main...
2010-04-15 Tom LaneFix psql's \copy to not insert spaces around dots and...
2010-04-15 Peter EisentrautIP port -> TCP port
2010-04-14 Tom LaneFix plpgsql's exec_eval_expr() to ensure it returns...
2010-04-14 Tom LaneFix a problem introduced by my patch of 2010-01-12...
2010-04-09 Magnus HaganderClean up inconsistent commas
2010-04-09 Magnus HaganderUpdate list of Windows timezones we try to match locali...
2010-04-08 Magnus HaganderProceed to look for the next timezone when matching...
2010-04-06 Magnus HaganderLog the actual timezone name that we fail to look up...
2010-04-03 Andrew DunstanSync perl's ppport.h on all branches back to 7.4 with...
2010-04-02 Tom LaneEnsure that contrib/pgstattuple functions respond to...
2010-04-01 Heikki LinnakangasDon't pass an invalid file handle to dup2(). That cause...
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-25 Tom LaneFix ginint4_queryextract() to actually do what it was...
2010-03-25 Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-24 Tom LaneFix thinko in log message for "sameuser" ident map...
2010-03-20 Tom LaneClear error_context_stack and debug_query_string at...
2010-03-19 Tom LaneModify error context callback functions to not assume...
2010-03-18 Tom LaneFix missing parentheses for current_query(), per bug...
2010-03-18 Heikki LinnakangasFix bug in %r handling in recovery_end_command, it...
2010-03-17 Magnus HaganderTypo fixes.
2010-03-17 Tom LaneFix incorrect example in CREATE INDEX reference page...
2010-03-12 Marc G. Fourniertag 8.4.3 REL8_4_3
2010-03-11 Alvaro HerreraImprove PL/Perl documentation of database access functi...
2010-03-11 Tom LaneAdd missing reset of need_initialization in reloptions...
2010-03-11 Tom LaneSync timezone code with tzcode 2010c from the Olson...
2010-03-10 Tom LanePreliminary release notes for releases 8.4.3, 8.3.10...
2010-03-09 Tom LaneUse SvROK(sv) rather than directly checking SvTYPE...
2010-03-09 Alvaro HerreraUpdate time zone data files to tzdata release 2010d...
2010-03-09 Bruce MomjianReturn proper exit code (3) from psql when ON_ERROR_STO...
2010-03-08 Michael MeskesBackport fix from HEAD that makes ecpglib give the...
2010-03-08 Magnus HaganderAdd missing space in example.
2010-03-08 Magnus HaganderRequire hostname to be set when using GSSAPI authentica...
2010-03-08 Magnus HaganderDisallow gssapi authentication on local connections...
2010-03-08 Tom LaneUpdate time zone data files to tzdata release 2010c...
2010-03-06 Tom LaneFix warning messages in restrict_and_check_grant()...
2010-03-06 Tom LaneWhen reading pg_hba.conf and similar files, do not...
2010-03-04 Heikki LinnakangasFix IsBinaryCoercible to not confuse a cast using in...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
2010-03-03 Heikki LinnakangasFix pg_dump of ACLs of foreign servers. The command...
2010-03-03 Tom LaneMake contrib/xml2 use core xml.c's error handler, when...
2010-03-03 Tom LaneExport xml.c's libxml-error-handling support so that...
next