summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1116-85/+81
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-091-2/+2
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-041-3/+19
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-011-1/+6
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-261-5/+5
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-131-3/+1
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-091-2/+1
* Change cardinality() into a C-code function, instead of a SQL-languageTom Lane2009-04-051-1/+2
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-3/+13
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-271-2/+2
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-092-3/+4
* Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut2009-03-041-2/+3
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-091-1/+17
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-061-1/+19
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-2/+21
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-061-5/+6
* Update copyright for 2009.Bruce Momjian2009-01-0150-100/+100
* Support window functions a la SQL:2008.Tom Lane2008-12-284-5/+27
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-271-1/+3
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-193-4/+33
* Default values for function argumentsPeter Eisentraut2008-12-041-1/+2
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-041-1/+5
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-2/+6
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-5/+2
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-261-3/+3
* Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera2008-11-251-1/+9
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-192-23/+37
* Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.Tom Lane2008-11-141-5/+11
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-141-1/+2
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-131-1/+4
* PGDLLIMPORT-ize the global variables referenced in pg_crc.h.Tom Lane2008-11-131-5/+5
* Update URL to Ross Williams' CRC paper.Alvaro Herrera2008-11-121-2/+2
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-121-1/+2
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-111-4/+6
* ADD array_ndims functionPeter Eisentraut2008-11-041-1/+2
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-031-1/+4
* Add pg_typeof() function.Tom Lane2008-11-031-1/+2
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-271-1/+2
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-141-1/+16
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-131-1/+8
* Fix two flaws in comments I just introduced, pointed out by Tom.Alvaro Herrera2008-10-091-3/+3
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-091-4/+17
* Fix up ruleutils.c for CTE features. The main problem was thatTom Lane2008-10-061-3/+3
* Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,Peter Eisentraut2008-10-051-7/+1
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-042-2/+5
* Add relation fork support to pg_relation_size() function. You can now passHeikki Linnakangas2008-10-031-5/+3
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-011-5/+12
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-302-3/+5
* Add hooks to let plugins override the planner's lookups in pg_statistic.Tom Lane2008-09-282-4/+21
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-1/+2