| Commit message (Expand) | Author | Age |
* | Add xmlexists function | Peter Eisentraut | 2010-08-05 |
* | Remove ancient PL/pgsql line numbering hack. | Robert Haas | 2010-08-02 |
* | Make psql distinguish between unique indices and unique constraints. | Robert Haas | 2010-08-01 |
* | Add explicit regression tests for ALTER TABLE lock levels. | Simon Riggs | 2010-07-29 |
* | Fix potential failure when hashing the output of a subplan that produces | Tom Lane | 2010-07-28 |
* | CREATE TABLE IF NOT EXISTS. | Robert Haas | 2010-07-25 |
* | Add more checks against altering typed tables | Peter Eisentraut | 2010-07-23 |
* | Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of | Tom Lane | 2010-07-18 |
* | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 |
* | Fix variant float8 expected files to have exactly the expected spacing. | Tom Lane | 2010-07-08 |
* | Fix "cannot handle unplanned sub-select" error that can occur when a | Tom Lane | 2010-07-08 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 |
* | Fix thinko in tok_is_keyword(): it was looking at the wrong union variant | Tom Lane | 2010-06-25 |
* | Fix mishandling of whole-row Vars referencing a view or sub-select. | Tom Lane | 2010-06-21 |
* | Add missing --use-existing --help mention from regression binary. | Bruce Momjian | 2010-06-12 |
* | Change the notation for calling functions with named parameters from | Tom Lane | 2010-05-30 |
* | Rewrite LIKE's %-followed-by-_ optimization so it really works (this time | Tom Lane | 2010-05-28 |
* | Fix oversight in join removal patch: we have to delete the removed relation | Tom Lane | 2010-05-23 |
* | Update standbycheck test output with new ERROR message changes. No changes | Simon Riggs | 2010-05-02 |
* | Modify the built-in text search parser to handle URLs more nearly according | Tom Lane | 2010-04-28 |
* | Reorder pg_stat_activity columns to be more consistent, using layout | Bruce Momjian | 2010-04-26 |
* | Add an 'enable_material' GUC. | Robert Haas | 2010-04-19 |
* | Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, | Tom Lane | 2010-04-07 |
* | Rework join-removal logic as per recent discussion. In particular this | Tom Lane | 2010-03-28 |
* | Fix regression test breakage from recent change in default name of exclusion-... | Tom Lane | 2010-03-22 |
* | Fix an oversight in join-removal optimization: we have to check not only for | Tom Lane | 2010-03-22 |
* | Update oidjoins regression test for 9.0. | Tom Lane | 2010-03-14 |
* | Insert a hack into get_float8_nan (both core and ecpg copies) to deal with | Tom Lane | 2010-02-27 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language | Tom Lane | 2010-02-24 |
* | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 |
* | Fix ExecEvalArrayRef to pass down the old value of the array element or slice | Tom Lane | 2010-02-18 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | 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 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, | Tom Lane | 2010-02-07 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Fix timing-sensitive regression test result I just created :-( --- the | Tom Lane | 2010-02-03 |
* | CLUSTER specified the wrong namespace when renaming toast tables of temporary | Tom Lane | 2010-02-02 |
* | The particular table names used in the new inheritance regression test are | Tom Lane | 2010-02-02 |
* | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 |
* | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s | Itagaki Takahiro | 2010-01-21 |
* | Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. | Tom Lane | 2010-01-19 |