]> granicus.if.org Git - postgresql/history - src/backend/utils
Pgindent run before 9.1 beta2.
[postgresql] / src / backend / utils /
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-03 Alvaro HerreraFix pg_get_constraintdef to cope with NOT VALID constraints
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-05-28 Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-25 Bruce MomjianAdd C comment about why we don't spell out "month"...
2011-05-24 Tom LaneCleanup for pull-up-isReset patch.
2011-05-24 Tom LaneAvoid uninitialized bits in the result of QTN2QT().
2011-05-23 Heikki LinnakangasFix integer overflow in text_format function, reported...
2011-05-23 Robert HaasImprove hash_array() logic for combining hash values.
2011-05-21 Heikki LinnakangasPull up isReset flag from AllocSetContext to MemoryCont...
2011-05-20 Peter EisentrautMessage style improvements
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-05-11 Tom LanePrevent datebsearch() from crashing on base == NULL...
2011-05-10 Tom LaneAdjust documentation with respect to "unknown" timezone...
2011-05-02 Tom LaneImprove aset.c's space management in contexts with...
2011-04-29 Tom LaneRemove special case for xmin == xmax in HeapTupleSatisf...
2011-04-29 Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-27 Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-25 Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-21 Tom LaneAvoid possible divide-by-zero in gincostestimate.
2011-04-17 Tom Laneforeach() and list_delete() don't mix.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-12 Tom LaneBe more wary of missing statistics in eqjoinsel_semi().
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
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 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-09 Tom LaneFix ILIKE to honor collation when working in single...
2011-04-08 Tom LaneFix make_greater_string to not have an undocumented...
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 HaasInclude pid in pg_lock_status() results even for SIREAD...
2011-04-01 Magnus HaganderAvoid palloc before CurrentMemoryContext is set up...
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-26 Tom LaneClean up cruft around collation initialization for...
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-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-22 Tom LaneAvoid potential deadlock in InitCatCachePhase2().
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-17 Peter EisentrautRaise maximum value of several timeout parameters
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-12 Tom LaneOn further reflection, we'd better do the same in int.c.
2011-03-11 Tom LanePut in some more safeguards against executing a divisio...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-10 Robert HaasMore synchronous replication tweaks.
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
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-21 Itagaki TakahiroFix pg_server_to_client, that was broken in the previou...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
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 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-17 Robert HaasPrevent possible compiler warnings.
2011-02-17 Robert HaasAdd some words of caution to elog.c.
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-15 Robert HaasRename max_predicate_locks_per_transaction.
2011-02-12 Bruce MomjianProperly handle Win32 paths of 'E:abc', which can be...
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-04 Robert HaasMake handling of errcodes.h more consistent with other...
2011-02-04 Robert HaasUnbreak the VPATH build.
2011-02-04 Robert HaasPreserve copyright notice from old errcodes.h file.
2011-02-04 Robert HaasAvoid maintaining three separate copies of the error...
2011-02-03 Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-23 Robert HaasCode cleanup for assign_transaction_read_only.
next