| Commit message (Expand) | Author | Age |
* | Document that "Q" is ignored by to_date and to_timestamp. Add C comment | Bruce Momjian | 2010-03-03 |
* | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane | 2010-03-03 |
* | Insert a hack into get_float8_nan (both core and ecpg copies) to deal with | Tom Lane | 2010-02-27 |
* | Back out unintended change to pg_locale.c. | Bruce Momjian | 2010-02-27 |
* | Document ATAPI FLUSH CACHE EXT. | Bruce Momjian | 2010-02-27 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Add C comment that do_to_timestamp() lacks error checking. | Bruce Momjian | 2010-02-25 |
* | Revert recent change of to_char('HH12') handling for intervals; instead | Bruce Momjian | 2010-02-23 |
* | Secondary patch to fix interval to_char() for "HH" where hours >= 12. | Bruce Momjian | 2010-02-23 |
* | Supress convertion of zero hours to '12' for intervals when using | Bruce Momjian | 2010-02-23 |
* | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 |
* | Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment | Tom Lane | 2010-02-18 |
* | date_recv should accept infinities. | Itagaki Takahiro | 2010-02-18 |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Honor to_char() "FM" specification in YYY, YY, and Y; it was already | Bruce Momjian | 2010-02-16 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 |
* | Create an official API function for C functions to use to check if they are | Tom Lane | 2010-02-08 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 |
* | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander | 2010-01-28 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that | Tom Lane | 2010-01-23 |
* | Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s | Itagaki Takahiro | 2010-01-21 |
* | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander | 2010-01-19 |
* | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane | 2010-01-19 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | Fix aclexplode to not explode on a zero-entry ACL array. | Tom Lane | 2010-01-12 |
* | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane | 2010-01-07 |
* | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane | 2010-01-07 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Verify input in pg_read_file(). | Itagaki Takahiro | 2010-01-05 |
* | When estimating the selectivity of an inequality "column > constant" or | Tom Lane | 2010-01-04 |
* | Fix similar_escape() to convert parentheses to non-capturing style. | Tom Lane | 2010-01-02 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 |
* | Reject invalid input in int2vectorin. | Robert Haas | 2009-12-30 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | More cleanups for the recent large object permissions patch. | Robert Haas | 2009-12-21 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | binary migration: pg_migrator | Bruce Momjian | 2009-12-19 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane | 2009-12-12 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Speed up information schema privilege views | Peter Eisentraut | 2009-12-05 |