aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND isTom Lane2010-02-13
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-11
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-04
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-26
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* Fix several oversights in previous commit - attribute options patch.Robert Haas2010-01-22
* Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane2010-01-19
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Some trivial adjustments in comments for struct RelationData.Tom Lane2010-01-10
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-07
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Add large object access control.Itagaki Takahiro2009-12-11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Speed up information schema privilege viewsPeter Eisentraut2009-12-05
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-26
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Add new PGC_S_DATABASE_USER enum value to several places missed by my patchAlvaro Herrera2009-10-13
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-09
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Fix snapshot management, take two.Alvaro Herrera2009-10-07
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-03
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-02
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-09
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-04
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18