summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-08-13Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane
2010-08-10Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane
2010-08-08Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane
2010-08-05Remove the single-argument form of string_agg(). It added nothing much inTom Lane
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-08-05Add xmlexists functionPeter Eisentraut
2010-08-04Fix declared argument name for numeric_maximum_size.Robert Haas
2010-08-03Replace the naive HYPOT() macro with a standards-conformant hypotenuseTom Lane
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-07-30Make details of the Numeric representation private to numeric.c.Robert Haas
2010-07-22Add options to force quoting of all identifiers.Robert Haas
2010-07-20Add restart_after_crash GUC.Robert Haas
2010-07-16Add support for dividing money by money (yielding a float8 result) and forTom Lane
2010-07-13Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-05-11Change typedef for rb_appendator to avoid conflict with C++ reserved words.Robert Haas
2010-04-24Patch revoked because of objections.Simon Riggs
2010-04-23Add missing optimizer hooks for function cost and number of rows.Simon Riggs
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-13Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-13Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND isTom Lane
2010-02-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-02-08Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-04Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane
2010-02-03Assorted cleanups in preparation for using a map file to support alteringTom Lane
2010-02-01Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2010-01-25Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane
2010-01-22Fix several oversights in previous commit - attribute options patch.Robert Haas
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-10Some trivial adjustments in comments for struct RelationData.Tom Lane
2010-01-07Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-04When estimating the selectivity of an inequality "column > constant" orTom Lane