| Commit message (Expand) | Author | Age |
* | Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr | Heikki Linnakangas | 2013-11-18 |
* | Add make_date() and make_time() functions. | Tom Lane | 2013-11-17 |
* | Improve performance of numeric sum(), avg(), stddev(), variance(), etc. | Tom Lane | 2013-11-16 |
* | Allow aggregates to provide estimates of their transition state data size. | Tom Lane | 2013-11-16 |
* | Compute correct em_nullable_relids in get_eclass_for_sort_expr(). | Tom Lane | 2013-11-15 |
* | Prevent leakage of cached plans and execution trees in plpgsql DO blocks. | Tom Lane | 2013-11-15 |
* | Fix buffer overrun in isolation test program. | Kevin Grittner | 2013-11-15 |
* | Add a regression test case for \d on an index. | Tom Lane | 2013-11-14 |
* | Free ignorelist after each regression test schedule. | Kevin Grittner | 2013-11-13 |
* | Try again to make pg_isolation_regress work its build directory. | Robert Haas | 2013-11-12 |
* | Fix ruleutils pretty-printing to not generate trailing whitespace. | Tom Lane | 2013-11-11 |
* | Re-allow duplicate aliases within aliased JOINs. | Tom Lane | 2013-11-11 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 |
* | Fix pg_isolation_regress to work outside its build directory. | Robert Haas | 2013-11-08 |
* | Add the notion of REPLICA IDENTITY for a table. | Robert Haas | 2013-11-08 |
* | Make contain_volatile_functions/contain_mutable_functions look into SubLinks. | Tom Lane | 2013-11-08 |
* | Prevent display of dropped columns in row constraint violation messages. | Tom Lane | 2013-11-07 |
* | Fix generation of MergeAppend plans for optimized min/max on expressions. | Tom Lane | 2013-11-07 |
* | Support default arguments and named-argument notation for window functions. | Tom Lane | 2013-11-06 |
* | Fix breakage of MV column name list usage. | Kevin Grittner | 2013-11-04 |
* | Fix subquery reference to non-populated MV in CMV. | Kevin Grittner | 2013-11-02 |
* | Remove CTimeZone/HasCTZSet, root and branch. | Tom Lane | 2013-11-01 |
* | Remove internal uses of CTimeZone/HasCTZSet. | Tom Lane | 2013-11-01 |
* | Fix some odd behaviors when using a SQL-style simple GMT offset timezone. | Tom Lane | 2013-11-01 |
* | Add large object functions catering to SQL callers. | Noah Misch | 2013-10-27 |
* | Use unaligned output in selected regression queries to reduce diff noise. | Tom Lane | 2013-10-26 |
* | Revert "Tweak "line" test to avoid negative zeros on some platforms" | Tom Lane | 2013-10-25 |
* | Tweak "line" test to avoid negative zeros on some platforms | Peter Eisentraut | 2013-10-25 |
* | Replace pg_asprintf() with psprintf(). | Tom Lane | 2013-10-22 |
* | Allow only some columns of a view to be auto-updateable. | Robert Haas | 2013-10-18 |
* | Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate | Bruce Momjian | 2013-10-16 |
* | Add use of asprintf() | Peter Eisentraut | 2013-10-13 |
* | Tweak "line" test to avoid platform-specific floating-point output | Peter Eisentraut | 2013-10-12 |
* | Update regression tests for line type patch | Peter Eisentraut | 2013-10-10 |
* | json_typeof function. | Andrew Dunstan | 2013-10-10 |
* | Revive line type | Peter Eisentraut | 2013-10-09 |
* | Add record_image_ops opclass for matview concurrent refresh. | Kevin Grittner | 2013-10-09 |
* | Allow drop-index-concurrently-1 test to run at any isolation level. | Kevin Grittner | 2013-10-08 |
* | Auto-tune effective_cache size to be 4x shared buffers | Bruce Momjian | 2013-10-08 |
* | Make DISCARD SEQUENCES also discard the last used sequence. | Robert Haas | 2013-10-07 |
* | plpgsql: Add new option print_strict_params. | Robert Haas | 2013-10-07 |
* | add multixact-no-deadlock to schedule | Alvaro Herrera | 2013-10-04 |
* | Make some isolationtester specs more complete | Alvaro Herrera | 2013-10-04 |
* | isolationtester: Allow tuples to be returned in more places | Alvaro Herrera | 2013-10-04 |
* | Issue error on SET outside transaction block in some cases | Bruce Momjian | 2013-10-04 |
* | Add DISCARD SEQUENCES command. | Robert Haas | 2013-10-03 |
* | psql: Make \pset without arguments show all settings. | Robert Haas | 2013-10-03 |
* | Use @libdir@ in both of regress/{input,output}/security_label.source | Noah Misch | 2013-09-23 |
* | Don't allow system columns in CHECK constraints, except tableoid. | Robert Haas | 2013-09-23 |
* | Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. | Tom Lane | 2013-09-03 |