]> granicus.if.org Git - postgresql/history - src/include/utils
Clean up compiler warnings from unused variables with asserts disabled
[postgresql] / src / include / utils /
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-03-06 Tom LaneAdd a hook for processing messages due to be sent to...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-03-02 Peter EisentrautAdd COLLATION FOR expression
2012-02-29 Alvaro HerreraFix typo in comment
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-02-16 Tom LaneImprove statistics estimation to make some use of DISTI...
2012-02-15 Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-02-08 Robert HaasAdd transform functions for various temporal typmod...
2012-02-07 Robert HaasAdd a transform function for varbit typmod coercisions.
2012-02-07 Robert HaasAdd a transform function for numeric typmod coercisions.
2012-02-03 Andrew DunstanAdd array_to_json and row_to_json functions.
2012-01-31 Robert HaasBuilt-in JSON data type.
2012-01-27 Peter EisentrautShow default privileges in information schema
2012-01-19 Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-07 Robert HaasSlightly reorganize struct SnapshotData.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-12-16 Andrew Dunstaninclude_if_exists facility for config file.
2011-12-12 Heikki LinnakangasRevert the behavior of inet/cidr functions to not unpac...
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-27 Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22 Tom LaneStill more review for range-types patch.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-15 Tom LaneRestructure function-internal caching in the range...
2011-11-14 Tom LaneFix copyright notices, other minor editing in new range...
2011-11-08 Heikki LinnakangasMake DatumGetInetP() unpack inet datums with a 1-byte...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-21 Tom LaneCode review for pgstat_get_crashed_backend_activity...
2011-10-21 Robert HaasTry to log current the query string when a backend...
2011-10-06 Tom LaneImprove and simplify CREATE EXTENSION's management...
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-04 Tom LaneRemember the source GucContext for each GUC parameter.
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-09-27 Tom LaneAllow snapshot references to still work during transact...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-11 Tom LaneInvent a new memory context primitive, MemoryContextSet...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneChange get_variable_numdistinct's API to flag default...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-08-16 Tom LaneFix race condition in relcache init file invalidation.
2011-08-13 Bruce MomjianMake USECS_PER_* timestamp macros visible even when...
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-07-19 Simon RiggsIntroduce sending servers as new category for replicati...
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-17 Tom LaneAdd temp_file_limit GUC parameter to constrain temporar...
2011-07-16 Tom LaneAdd an errdetail_internal() ereport auxiliary routine.
2011-07-08 Tom LaneFix another oversight in logging of changes in postgres...
2011-07-07 Tom LaneReclassify replication-related GUC variables as "master...
2011-07-06 Tom LaneRemove assumptions that not-equals operators cannot...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
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 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
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-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
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-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-22 Peter EisentrautAdd PL/Python functions for quoting strings
2011-02-22 Tom LaneAllow binary I/O of type "void".
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-15 Tom LaneFix obsolete comment.
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
next