]> granicus.if.org Git - postgresql/history - src/include/utils
Fix 3-parameter form of bit substring() to throw error for negative length,
[postgresql] / src / include / utils /
2010-01-07 Tom LaneFix 3-parameter form of bit substring() to throw error...
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-05 Peter EisentrautSpeed up information schema privilege views
2009-12-03 Heikki LinnakangasFix bug in temporary file management with subtransactio...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-26 Heikki LinnakangasFix range check in date_recv that tried to limit accept...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-13 Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-09 Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-18 Tom LaneFix overflow for INTERVAL 'x ms' where x is more than...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-06-01 Tom LaneFix DecodeInterval to report an error for multiple...
2009-05-26 Tom LaneRemove the useless and rather inconsistent return value...
2009-05-13 Tom LaneRewrite xml.c's memory management (yet again). Give...
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-03-04 Peter EisentrautAdd new SQL:2008 error codes for invalid LIMIT and...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-27 Tom LaneMake a couple of small changes to the tuplestore API...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-25 Alvaro HerreraUse ResourceOwners in the snapshot manager, instead...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-14 Tom LaneSecond try at fixing DLLIMPORT problem for pg_crc.h...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-13 Tom LanePGDLLIMPORT-ize the global variables referenced in...
2008-11-12 Alvaro HerreraUpdate URL to Ross Williams' CRC paper.
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-09 Alvaro HerreraFix two flaws in comments I just introduced, pointed...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-06 Tom LaneFix up ruleutils.c for CTE features. The main problem...
2008-10-05 Peter EisentrautRemove obsolete internal functions istrue, isfalse...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
next