summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-163-4/+6
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-142-3/+5
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-121-1/+2
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-1/+9
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-112-4/+4
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-101-1/+3
* Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris,Tom Lane2007-01-101-1/+12
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-106-34/+54
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-092-10/+19
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-091-1/+2
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-0913-89/+133
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-071-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05307-613/+613
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-051-4/+4
* Fix some small typos in comments. Greg StarkTom Lane2007-01-041-2/+2
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-031-1/+2
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-031-13/+12
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-032-9/+12
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-022-5/+1
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-022-3/+7
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-3013-161/+244
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-291-1/+2
* Add send and recv functions for xml type.Peter Eisentraut2006-12-284-6/+13
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-281-1/+2
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-262-2/+5
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-241-1/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-247-65/+59
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-231-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-2320-1827/+1697
* Catalog version bump for SQL/XML changes.Peter Eisentraut2006-12-211-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-2110-8/+124
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-182-6/+8
* Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane2006-12-121-2/+3
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-102-5/+11
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-4/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-063-5/+9
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-042-6/+13
* Stamp 8.2, except configure.in.Bruce Momjian2006-12-021-3/+3
* Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane2006-11-281-10/+10
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-281-1/+7
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-251-3/+3
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-242-4/+4
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-231-3/+4
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-211-1/+1
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-171-1/+2
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-081-8/+3
* Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon2006-11-071-3/+3
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-061-0/+3
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-051-1/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-0515-66/+98