summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2007-01-25Various fixes in the logic of XML functions:Peter Eisentraut
2007-01-25Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian
2007-01-25Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian
2007-01-25Prevent WAL logging when COPY is done in the same transation thatBruce Momjian
2007-01-23Add comment about exception lists in both winnt.h and ntstatus.h.Bruce Momjian
2007-01-23Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane
2007-01-23Back out use of FormatMessage(), does error values, not exceptionBruce Momjian
2007-01-23Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian
2007-01-22Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane
2007-01-22Uppercase hex value.Bruce Momjian
2007-01-22When system() fails in Win32, report it as an exception, print theBruce Momjian
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-21Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane
2007-01-20Simplify pg_am representation of ordering-capable access methods:Tom Lane
2007-01-20Make setseed() return void, rather than an int4 without any use. PerNeil Conway
2007-01-20Refactor planner's pathkeys data structure to create a separate, explicitTom Lane
2007-01-20Refactor the index AM API slightly: move currentItemData andNeil Conway
2007-01-20Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-19Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera
2007-01-17Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane
2007-01-16Implement width_bucket() for the float8 data type.Neil Conway
2007-01-16Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera
2007-01-14Add support for xmlval IS DOCUMENT expression.Peter Eisentraut
2007-01-12Use XML output escaping also in XMLFOREST.Peter Eisentraut
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-10Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut
2007-01-10Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris,Tom Lane
2007-01-10Change the planner-to-executor API so that the planner tells the executorTom Lane
2007-01-09Enable another five tuple status bits by using the high bits of theBruce Momjian
2007-01-09Add GUC log_temp_files to log the use of temporary files.Bruce Momjian
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-07Some fine-tuning of xmlpi in corner cases:Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian
2007-01-04Fix some small typos in comments. Greg StarkTom Lane
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2007-01-03Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane
2007-01-03Widen the money type to 64 bits.D'Arcy J.M. Cain
2007-01-02finite() no longer used; remove finite() platform-specificBruce Momjian
2007-01-02Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-29De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut
2006-12-28Add send and recv functions for xml type.Peter Eisentraut
2006-12-28Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane
2006-12-26Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane
2006-12-24Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane
2006-12-24Code review for XML patch. Instill a bit of sanity in the location ofTom Lane
2006-12-23Suppress various compiler warnings in new xml code.Tom Lane