aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian2010-03-03
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27
* Back out unintended change to pg_locale.c.Bruce Momjian2010-02-27
* Document ATAPI FLUSH CACHE EXT.Bruce Momjian2010-02-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian2010-02-25
* Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian2010-02-23
* Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian2010-02-23
* Supress convertion of zero hours to '12' for intervals when usingBruce Momjian2010-02-23
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane2010-02-18
* date_recv should accept infinities.Itagaki Takahiro2010-02-18
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-16
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Create an official API function for C functions to use to check if they areTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* Add functions to reset the statistics counter for a single table/index orMagnus Hagander2010-01-28
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane2010-01-23
* Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro2010-01-21
* Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander2010-01-19
* 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
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Fix aclexplode to not explode on a zero-entry ACL array.Tom Lane2010-01-12
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-07
* Make bit/varbit substring() treat any negative length as meaning "all the restTom 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
* Verify input in pg_read_file().Itagaki Takahiro2010-01-05
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Fix similar_escape() to convert parentheses to non-capturing style.Tom Lane2010-01-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Reject invalid input in int2vectorin.Robert Haas2009-12-30
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* More cleanups for the recent large object permissions patch.Robert Haas2009-12-21
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* binary migration: pg_migratorBruce Momjian2009-12-19
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane2009-12-12
* 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