index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-02-01
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add convenience functions pg_sleep_for and pg_sleep_until.
Robert Haas
2014-01-30
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
*
Add new make targets check-tests and installcheck-tests.
Andrew Dunstan
2014-01-28
*
New json functions.
Andrew Dunstan
2014-01-28
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Add a cardinality function for arrays.
Robert Haas
2014-01-21
*
Fix to_timestamp/to_date's handling of consecutive spaces in format string.
Tom Lane
2014-01-20
*
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-18
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Add another regression test cross-checking operator and function comments.
Tom Lane
2014-01-11
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
*
Make stdout unbuffered
Alvaro Herrera
2013-12-19
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Allow empty target list in SELECT.
Tom Lane
2013-12-14
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-12
*
Regression tests for SCHEMA commands
Simon Riggs
2013-12-11
*
Regression tests for ALTER TABLESPACE RENAME,OWNER
Simon Riggs
2013-12-11
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
*
Add table name to VACUUM statement in matview.c.
Kevin Grittner
2013-12-11
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-10
*
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
*
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-05
*
build: pass EXTRA_REGRESS_OPTS to secondary regression tests
Bruce Momjian
2013-12-04
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Implement information_schema.parameters.parameter_default column
Peter Eisentraut
2013-11-26
*
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-25
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
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
[next]