summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* 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-093-23/+14
* 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-0545-90/+90
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-031-1/+2
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-031-6/+9
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-306-7/+29
* 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-281-1/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-4/+6
* 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-235-44/+52
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-212-1/+42
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-081-8/+3
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-051-1/+2
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-3/+3
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-181-2/+2
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-2/+2
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-061-2/+2
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-051-120/+10
* pgindent run for 8.2.Bruce Momjian2006-10-0414-62/+62
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-3/+4
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-281-1/+2
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-1/+4
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-1/+14
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-2/+3
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-101-1/+4
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-7/+6
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-3/+2
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-051-4/+7
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-031-1/+7
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-2/+2
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-2/+2
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-2/+4
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-5/+10
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-142-13/+6
* Recommit patch to allow commented GUC variables to return to theirBruce Momjian2006-08-131-5/+9
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-131-1/+4
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-121-4/+1
* Back out patch that allowed commented guc variables to return to theirBruce Momjian2006-08-121-9/+5
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-5/+11
* Allow commenting of variables in postgresql.conf to restore them toBruce Momjian2006-08-111-5/+9
* Refactor GUC set_config_option function:Bruce Momjian2006-08-111-1/+4
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-6/+2
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-291-1/+3
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-282-2/+16
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-1/+10
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-253-6/+41
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-221-76/+22