index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
*
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
Tom Lane
2010-08-26
*
Reset the per-output-tuple exprcontext each time through the main loop in
Tom Lane
2010-08-18
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark
Tom Lane
2010-07-28
*
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
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
*
Remove a sanity check in the exclusion-constraint code that prevented users
Tom Lane
2010-07-16
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Add a hook in ExecCheckRTPerms().
Robert Haas
2010-07-09
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Add C comment that we will have to remove an exclusion constraint check
Bruce Momjian
2010-05-29
*
Rejigger mergejoin logic so that a tuple with a null in the first merge column
Tom Lane
2010-05-28
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
Message tuning
Peter Eisentraut
2010-03-21
*
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
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
*
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
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
*
Create an official API function for C functions to use to check if they are
Tom Lane
2010-02-08
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
*
Augment EXPLAIN output with more details on Hash nodes.
Robert Haas
2010-02-01
*
Fix memory leak created by deferrable-index-constraints patches.
Tom Lane
2010-01-31
*
Type table feature
Peter Eisentraut
2010-01-28
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Improve ExecEvalVar's handling of whole-row variables in cases where the
Tom Lane
2010-01-11
*
Make ExecEvalFieldSelect throw a more intelligible error if it's asked to
Tom Lane
2010-01-09
*
Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because
Tom Lane
2010-01-08
*
Preserve relfilenodes:
Bruce Momjian
2010-01-06
*
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2010-01-05
*
When estimating the selectivity of an inequality "column > constant" or
Tom Lane
2010-01-04
*
check_exclusion_constraint didn't actually work correctly for index
Tom Lane
2010-01-02
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2010-01-01
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
*
Add the ability to store inheritance-tree statistics in pg_statistic,
Tom Lane
2009-12-29
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
Support ORDER BY within aggregate function calls, at long last providing a
Tom Lane
2009-12-15
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-14
*
Ensure that the result tuple of an EvalPlanQual cycle gets materialized
Tom Lane
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
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-20
[next]