index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
checkopint -> checkpoint
Robert Haas
2012-04-05
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
*
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-05
*
Fix plpgsql named-cursor-parameter feature for variable name conflicts.
Tom Lane
2012-04-04
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-25
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
*
Code review for protransform patches.
Tom Lane
2012-03-23
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Honor inputdir and outputdir when converting regression files.
Andrew Dunstan
2012-03-17
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Allow CREATE TABLE (LIKE ...) from composite type
Peter Eisentraut
2012-03-03
*
Add COLLATION FOR expression
Peter Eisentraut
2012-03-02
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
*
Fix the general case of quantified regex back-references.
Tom Lane
2012-02-24
*
pg_regress: Add application name setting
Peter Eisentraut
2012-02-21
*
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
*
Fix regex back-references that are directly quantified with *.
Tom Lane
2012-02-20
*
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
*
Update expected/collate.linux.utf8.out for recent plpgsql changes.
Tom Lane
2012-02-18
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
Robert Haas
2012-02-15
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Remove new, intermittently failing regression test.
Robert Haas
2012-02-13
*
Fix new create_function_3 regression tests not to rely on tuple order.
Robert Haas
2012-02-13
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Add ORDER BY to a query to prevent occasional regression test failures.
Tom Lane
2012-02-10
*
Support min/max index optimizations on boolean columns.
Tom Lane
2012-02-08
*
Mark some more I/O-conversion-invoking functions as stable not volatile.
Tom Lane
2012-02-08
*
pg_regress: Use target-specific variable instead of overriding make rule
Peter Eisentraut
2012-02-07
*
Allow SQL-language functions to reference parameters by name.
Tom Lane
2012-02-04
*
Revert "Add some regression test cases for denormalized float8 input."
Tom Lane
2012-02-04
*
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-02-03
*
Add some regression test cases for denormalized float8 input.
Tom Lane
2012-02-01
*
Code review for plpgsql fn_signature patch.
Tom Lane
2012-02-01
*
Built-in JSON data type.
Robert Haas
2012-01-31
*
Print function signature, not just name, in PL/pgSQL error messages.
Heikki Linnakangas
2012-01-31
*
Fix pushing of index-expression qualifications through UNION ALL.
Tom Lane
2012-01-29
*
Fix handling of init_plans list in inheritance_planner().
Tom Lane
2012-01-28
*
Show default privileges in information schema
Peter Eisentraut
2012-01-27
*
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
*
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
*
Damage control for yesterday's CheckIndexCompatible changes.
Robert Haas
2012-01-26
*
Have \copy go through SendQuery
Alvaro Herrera
2012-01-25
[next]