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