index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2010-04-28
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-03-21
Message tuning
Peter Eisentraut
2010-03-19
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-18
Fix ExecEvalArrayRef to pass down the old value of the array element or slice
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-08
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-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-03
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-01
Augment EXPLAIN output with more details on Hash nodes.
Robert Haas
2010-01-31
Fix memory leak created by deferrable-index-constraints patches.
Tom Lane
2010-01-28
Type table feature
Peter Eisentraut
2010-01-15
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-11
Improve ExecEvalVar's handling of whole-row variables in cases where the
Tom Lane
2010-01-09
Make ExecEvalFieldSelect throw a more intelligible error if it's asked to
Tom Lane
2010-01-08
Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because
Tom Lane
2010-01-06
Preserve relfilenodes:
Bruce Momjian
2010-01-05
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2010-01-04
When estimating the selectivity of an inequality "column > constant" or
Tom Lane
2010-01-02
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-01
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
2009-12-29
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-15
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-14
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-11
Ensure that the result tuple of an EvalPlanQual cycle gets materialized
Tom Lane
2009-12-09
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-07
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-11-20
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-09
Fix WHERE CURRENT OF to work as designed within plpgsql. The argument
Tom Lane
2009-11-04
Add support for invoking parser callback hooks via SPI and in cached plans.
Tom Lane
2009-10-30
Make the overflow guards in ExecChooseHashTableSize be more protective.
Tom Lane
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-12
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-08
Remove very ancient tuple-counting infrastructure (IncrRetrieved() and
Tom Lane
2009-10-05
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-02
Ensure that a cursor has an immutable snapshot throughout its lifespan.
Alvaro Herrera
2009-09-27
Remove no-longer-needed ExecCountSlots infrastructure.
Tom Lane
2009-09-27
Replace the array-style TupleTable data structure with a simple List of
Tom Lane
2009-09-26
Extend the BKI infrastructure to allow system catalogs to be given
Tom Lane
2009-09-12
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-08-23
Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison
Tom Lane
[next]