summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-08-18Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-09Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-01Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane
2009-05-26Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane
2009-05-13Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane
2009-04-09Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane
2009-04-05Change cardinality() into a C-code function, instead of a SQL-languageTom Lane
2009-03-31Modify the relcache to record the temp status of both local and nonlocalTom Lane
2009-03-27Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane
2009-03-09Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut
2009-03-04Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut
2009-02-09Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera
2009-02-06Clean up some loose ends from the column privileges patch: addTom Lane
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-06Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-27Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-04Default values for function argumentsPeter Eisentraut
2008-12-04Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera
2008-12-03Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas
2008-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-11-26Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas
2008-11-25Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera
2008-11-19Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane
2008-11-14Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.Tom Lane
2008-11-14Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane
2008-11-13array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut
2008-11-13PGDLLIMPORT-ize the global variables referenced in pg_crc.h.Tom Lane
2008-11-12Update URL to Ross Williams' CRC paper.Alvaro Herrera
2008-11-12array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut
2008-11-11Add support for input and output of interval values formatted per ISO 8601;Tom Lane
2008-11-04ADD array_ndims functionPeter Eisentraut
2008-11-03suppress_redundant_updates_trigger function.Andrew Dunstan
2008-11-03Add pg_typeof() function.Tom Lane
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-14Extend the date type to support infinity and -infinity, analogously toTom Lane
2008-10-13Implement comparison of generic records (composite types), and invent aTom Lane
2008-10-09Fix two flaws in comments I just introduced, pointed out by Tom.Alvaro Herrera
2008-10-09Improve translatability of error messages for external modules by tweakingAlvaro Herrera