OSDN Git Service

Removed unsigned/signed mismatches.
[pg-rex/syncrep.git] / src / include /
2009-05-15 Marc G. Fourniercommit for BETA2
2009-05-13 Tom LaneRewrite xml.c's memory management (yet again). Give...
2009-05-12 Tom LaneFix LOCK TABLE to eliminate the race condition that...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-05-09 Tom LaneFix cost_nestloop and cost_hashjoin to model the behavi...
2009-05-08 Bruce Momjian'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrato...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-04-28 Tom LaneImprove pull_up_subqueries logic so that it doesn't...
2009-04-24 Magnus HaganderMove gettext encoding names into encnames.c, so we...
2009-04-19 Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-04-10 Marc G. Fourniercommit and tag beta1
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-04-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-04-05 Tom LaneI had always wondered why pg_config.h.win32 claimed...
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-04-04 Alvaro HerreraDisallow setting fillfactor for TOAST tables.
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-04-02 Tom LaneFix SetClientEncoding() to maintain a cache of previous...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-26 Peter EisentrautGettext plural support
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-24 Tom LaneInstall a search tree depth limit in GIN bulk-insert...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-03-23 Tom LaneConst-ify the parse table passed to fillRelOptions...
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-03-10 Tom LaneMake SubPlan nodes carry the result's typmod as well...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-03-09 Alvaro HerreraRevert pg_bind_textdomain_codeset to a existant-but...
2009-03-08 Alvaro Herrerapg_bind_textdomain_codeset must exist only on ENABLE_NLS.
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2009-03-04 Peter EisentrautAdd new SQL:2008 error codes for invalid LIMIT and...
2009-03-03 Heikki LinnakangasRemove the placeholder LWLockId in place of the removed...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-10 Peter EisentrautSupport for KOI8U encoding
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-29 Tom LaneReplace argument-checking Asserts with regular test...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-26 Alvaro HerreraAllow extracting and parsing of reloptions from a bare...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Heikki LinnakangasUpdate comments to reflect that tgenabled is not a...
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-21 Heikki LinnakangasAdd new SPI_OK_REWRITTEN return code to SPI_execute...
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-15 Teodor SigaevFix URL generation in headline. Only tag lexeme will...
2009-01-12 Alvaro HerreraSimplify the writing of amoptions routines by introduci...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-11 Tom LaneRe-enable the old code in xlog.c that tried to use...
2009-01-10 Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-08 Alvaro HerreraA couple further reloptions improvements, per KaiGai...
2009-01-07 Tom LaneCreate a third option named "partition" for constraint_...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-07 Andrew Dunstandefine HAVE_FSEEKO for MSVC
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-07 Magnus HaganderAdd hba parameter include_realm to krb5, gss and sspi...
2009-01-07 Magnus HaganderAllow krb_realm (krb5, gssapi and sspi) and krb_server_...
2009-01-07 Bruce MomjianUpdate MinGW so it handles fseeko() similar to Unix.
2009-01-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-06 Tom LaneDoesn't seem like a good idea to be doing AC_CHECK_SIZE...
2009-01-06 Alvaro HerreraFix string reloption handling, per KaiGai Kohei.
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-05 Alvaro HerreraExport IsUnderPostmaster on win32.
2009-01-04 Tom LaneAdd contrib/pg_stat_statements for server-wide tracking...
2009-01-04 Tom LaneAdd a pg_encoding_mbcliplen() function that is just...
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
next