index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2005-11-20
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-19
Stopgap solution for problem reported by Alexey Beschiokov: after
Tom Lane
2005-11-18
Update obsolete comment describing ExecDelete(), per Simon Riggs.
Neil Conway
2005-11-17
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-14
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
Tom Lane
2005-11-03
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-10-19
Better solution to the problem of labeling whole-row Datums that are
Tom Lane
2005-10-19
Ensure that the Datum generated from a whole-row Var contains valid
Tom Lane
2005-10-18
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-06
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-01
_SPI_execute_plan failed to return result tuple table to caller in
Tom Lane
2005-09-25
The original patch to avoid building a hash join's hashtable when the
Tom Lane
2005-09-22
Remove some dead code.
Tom Lane
2005-08-28
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-26
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-20
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-18
Update some obsolete comments --- code is using t_self now, not t_ctid.
Tom Lane
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-26
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-20
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-15
Change the implementation of hash join to attempt to avoid unnecessary
Neil Conway
2005-06-09
Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;
Tom Lane
2005-05-29
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-22
Teach the planner to remove SubqueryScan nodes from the plan if they
Tom Lane
2005-05-15
Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot
Tom Lane
2005-05-14
Minor refactoring to eliminate duplicate code and make startup a
Tom Lane
2005-05-13
Revise nodeMergejoin in light of example provided by Guillaume Smet.
Tom Lane
2005-05-12
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
Tom Lane
2005-05-09
Add some defenses against functions declared to return set that don't
Tom Lane
2005-05-06
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-05
Adjust nodeBitmapIndexscan to keep the target index opened from plan
Tom Lane
2005-05-02
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
2005-05-01
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-04-28
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-25
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-24
Adjust nodeBitmapIndexscan.c to not keep the index open across calls,
Tom Lane
2005-04-24
Actually, nodeBitmapIndexscan.c doesn't need to create a standard
Tom Lane
2005-04-24
Put back example of using Result node to execute an INSERT.
Tom Lane
2005-04-24
Update some comments to use SQL examples rather than QUEL. From Simon
Neil Conway
2005-04-23
Remove explicit FreeExprContext calls during plan node shutdown. The
Tom Lane
2005-04-22
First cut at planner support for bitmap index scans. Lots to do yet,
Tom Lane
2005-04-20
Minor performance improvement: avoid unnecessary creation/unioning of
Tom Lane
2005-04-19
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-16
Create a new 'MultiExecProcNode' call API for plan nodes that don't
Tom Lane
2005-04-14
Put back blessing of record-function tupledesc, which I removed in a
Tom Lane
2005-04-14
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
[next]