]> granicus.if.org Git - postgresql/history - src/include/utils
Change the declaration of struct varlena so that the length word is
[postgresql] / src / include / utils /
2008-02-23 Tom LaneChange the declaration of struct varlena so that the...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-23 Tom LanePrevent integer overflow within the integer-datetimes...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-01 Tom LaneFix some missed copyright updates.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-10-13 Tom LaneMigrate the former contrib/txid module into core. ...
2007-10-13 Tom LaneFix ALTER COLUMN TYPE to preserve the tablespace and...
2007-09-25 Tom LaneChange on-disk representation of NUMERIC datatype so...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-10 Tom LaneCode review for GUC revert-values-if-removed-from-postg...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-31 Tom LaneApply a band-aid fix for the problem that 8.2 and up...
2007-08-27 Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-14 Tom LaneFix oversight in async-commit patch: there were some...
2007-08-04 Tom LaneFix up bad layout of some comments (probably pg_indent...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-12 Tom LaneMinor comment fixes.
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-05 Jan WieckThe session_replication_role actually can be changed...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-06-01 Neil ConwayAllow leading and trailing whitespace in the input...
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-05-21 Peter EisentrautXPath fixes:
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-05-04 Tom LaneAdd a line to the EXPLAIN ANALYZE output for a Sort...
2007-05-04 Tom LaneA few fixups in error handling: mark pg_re_throw()...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-05-02 Tom LaneFix oversight in PG_RE_THROW processing: it's entirely...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-21 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-04-16 Tom LaneMake plancache store cursor options so it can pass...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-23 Tom LaneFix plancache so that any required replanning is done...
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-13 Peter EisentrautReverted waiting for further fixes:
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-12 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-03-03 Bruce MomjianFix for COPY-after-truncate feature.
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-23 Tom LaneNow that plans have flat rangetable lists, it's a lot...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Bruce MomjianAdd "isodow" option to EXTRACT() and date_part() where...
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-02-16 Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-11 Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-28 Neil ConwayRename the uuid_t type to pg_uuid_t, to avoid a conflic...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-21 Tom LaneRefactor some lsyscache routines to eliminate duplicate...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-20 Peter EisentrautFix xmlconcat by properly merging the XML declarations...
2007-01-19 Peter EisentrautAdd support for converting binary values (i.e. bytea...
2007-01-16 Neil ConwayImplement width_bucket() for the float8 data type.
next