OSDN Git Service

Message style cleanup
[pg-rex/syncrep.git] / src / include /
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-27 Tom LaneTag 9.1beta1.
2011-04-27 Andrew DunstanRevert "Force use of "%I64d" format for 64 bit ints...
2011-04-27 Andrew DunstanForce use of "%I64d" format for 64 bit ints on MinGW.
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-16 Tom LaneClean up collation processing in prepunion.c.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-11 Tom LaneTeach pattern_fixed_prefix() about collations.
2011-04-11 Heikki LinnakangasFix the size of predicate lock manager's shared memory...
2011-04-10 Tom LaneAdd some more mapping macros for Microsoft wide-charact...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-04-08 Tom LaneAvoid an unnecessary syscache lookup in parse_coerce.c.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2011-04-04 Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-04-03 Robert HaasAvoid possible hang during smart shutdown.
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-31 Heikki LinnakangasIncrease SHMEM_INDEX_SIZE from 32 to 64. We're currentl...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-28 Peter EisentrautAdd maintainer-check target
2011-03-28 Peter EisentrautMake duplicate_oids return nonzero exit status if dupli...
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-15 Bruce MomjianAdd database comments to template0 and postgres databas...
2011-03-15 Robert HaasRemove 13 keywords that are used only for ROLE options.
2011-03-14 Bruce MomjianRemove duplicate time-based macros recently added.
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-11 Bruce MomjianUpdate C comment about O_DIRECT and fsync().
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-10 Robert HaasMore synchronous replication typo fixes.
2011-03-10 Robert HaasMore synchronous replication tweaks.
2011-03-10 Robert HaasRemove obsolete comment.
2011-03-10 Robert HaasMinor sync rep corrections.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-08 Heikki LinnakangasTruncate predicate lock manager's SLRU lazily at checkp...
2011-03-06 Simon RiggsCatversion increment for pg_stat_replication changes...
2011-03-06 Simon RiggsAdd new files for syncrep missed in previous commit
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-03-01 Heikki LinnakangasFix bugs in Serializable Snapshot Isolation.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-22 Peter EisentrautAdd PL/Python functions for quoting strings
2011-02-22 Tom LaneAllow binary I/O of type "void".
2011-02-22 Tom LaneRemove ExecRemoveJunk(), which is no longer used anywhere.
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneAdd contrib/file_fdw foreign-data wrapper for reading...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Simon RiggsSeparate messages for standby replies and hot standby...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-18 Tom LaneFix tsmatchsel() to account properly for null rows.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-17 Tom LaneFix bogus test for hypothetical indexes in get_actual_v...
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-16 Robert Haaspg_ctl promote
2011-02-16 Itagaki TakahiroExport the external file reader used in COPY FROM as...
next