OSDN Git Service

Remove thread dumping constant that requires newer Platform SDK
[pg-rex/syncrep.git] / src /
2010-12-19 Magnus HaganderRemove thread dumping constant that requires newer...
2010-12-19 Tom LaneFix up handling of simple-form CASE with constant test...
2010-12-19 Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-18 Bruce MomjianProperly print the IP number and "localhost" for failed...
2010-12-18 Magnus HaganderMake GUC variables for syslog and SSL always visible
2010-12-17 Alvaro Herreraset_ps_display when calling functions via fastpath
2010-12-17 Alvaro HerreraRemove unnecessary definition for autovacuum in SignalS...
2010-12-17 Robert HaasTry to save a kernel call in ResolveRecoveryConflictWit...
2010-12-17 Robert HaasReset 'ps' display just once when resolving VXID conflicts.
2010-12-16 Tom LaneImprove comments around startup_hacks() code.
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16 Alvaro HerreraAvoid clobbering errno, per comment from Tom.
2010-12-16 Alvaro HerreraFix inconsequential FILE pointer leakage
2010-12-16 Alvaro HerreraAdd some minor missing error checks
2010-12-16 Alvaro HerreraSimplify SignalSomeChildren(BACKEND_TYPE_ALL) to Signal...
2010-12-16 Bruce MomjianFix crash caused by NULL lookup when reporting IP addre...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-12-16 Robert HaasSome copy editing of pg_read_binary_file() patch.
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-14 Robert HaasInstrument checkpoint sync calls.
2010-12-14 Robert HaasImproved tab completion for views with triggers.
2010-12-14 Robert HaasAllow plugins to suppress inlining and hook function...
2010-12-13 Tom LaneUpdate time zone data files to tzdata release 2010o...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-12 Tom LaneReset all database-level stats in pgstat_recv_resetcoun...
2010-12-12 Tom LaneMake S_IRGRP etc available in mingw builds as well...
2010-12-11 Tom LaneProvide a complete set of file-permission-bit macros...
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-12-11 Magnus HaganderAdd required new port files to MSVC builds.
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-12-10 Tom LaneFix efficiency problems in tuplestore_trim().
2010-12-09 Tom LaneEliminate O(N^2) behavior in parallel restore with...
2010-12-09 Simon RiggsSelf review of previous patch. Fix assumption that...
2010-12-09 Simon RiggsReduce spurious Hot Standby conflicts from never-visibl...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-12-07 Tom LaneAdd a stack overflow check to copyObject().
2010-12-06 Andrew DunstanAllow the low level COPY routines to read arbitrary...
2010-12-06 Heikki LinnakangasFix two typos, by Fujii Masao.
2010-12-06 Peter EisentrautPut only single space after "Sort Method:", for consistency
2010-12-05 Tom LaneReduce memory consumption inside inheritance_planner().
2010-12-04 Tom LaneFix two small bugs in new gistget.c logic.
2010-12-04 Peter EisentrautMake output width consistent for all ways of invoking...
2010-12-04 Tom LaneUpdate comment to match later code changes.
2010-12-04 Tom LaneAdd external documentation for KNNGIST.
2010-12-04 Tom LanePut back gistgettuple's check for backwards scan request.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Robert HaasRemove now-outdated mention of quotes being required...
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-12-03 Heikki LinnakangasRemove misleading comments. Move _Clone and _DeClone...
2010-12-03 Itagaki TakahiroRemove unnecessary string null-termination in pg_convert.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-12-02 Alvaro HerreraMove private struct declaration to compress_io.c
2010-12-02 Alvaro HerreraRemove trailing whitespace
2010-12-02 Alvaro HerreraRemove useless struct declaration
2010-12-02 Alvaro HerreraSilence compiler
2010-12-02 Heikki LinnakangasRefactor the pg_dump zlib code from pg_backup_custom...
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-27 Bruce MomjianIn libpq/Makefile, use OBJS += as a way to break up...
2010-11-27 Tom LaneOn further testing, PQping also needs an explicit check...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-27 Tom LaneClean up IPv4 vs IPv6 bogosity in connectFailureMessage().
2010-11-26 Tom LaneFix portability issues in new src/port/inet_net_ntop...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-26 Tom LaneRemove bogus use of PGDLLIMPORT.
2010-11-26 Bruce MomjianAdd inet_net_ntop.c as needed by MSVC, per Magnus.
2010-11-26 Bruce MomjianUse conn->raddr consistently for non-connect libpq...
2010-11-26 Bruce MomjianUpdate comment that says we only report last libpq...
2010-11-26 Bruce MomjianUse only addr_cur when reporting connection failures...
2010-11-26 Bruce MomjianAbandon use of Makefile variables in libpq/Makefile...
2010-11-26 Bruce MomjianIn libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT...
2010-11-26 Bruce MomjianImprove pg_ctl "cannot connect" spacing, per Tom, and...
2010-11-25 Bruce MomjianImprove pg_ctl "cannot connect" warning, per suggestion...
2010-11-25 Bruce MomjianFor libpq/Makefile OPT_PGPORT, remove .o extension...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-25 Bruce MomjianFix getaddrinfo() in pgport to use proper parameters...
2010-11-25 Bruce MomjianRestructure how libpq includes external C files, for...
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-25 Robert HaasAdd inet_net_ntop.c to .gitignore.
2010-11-25 Robert HaasRemove belt-and-suspenders guards against buffer pin...
2010-11-25 Bruce MomjianProperly add new inet_net_ntop file to libpq Makefile.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-22 Alvaro HerreraRemove GucContext parameter from ParseConfigFile
2010-11-22 Robert HaasPut back accidentally-deleted quote_literal() regressio...
2010-11-21 Robert HaasBump catversion. Should have done this as part of...
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneFurther cleanup of indxpath logic related to IndexOptIn...
2010-11-20 Robert HaasMinor cleanup of indxpath.c.
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasUpdate int8-exp-three-digits.out to match new contents...
next