index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-06
4
-375
/
+555
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
13
-1826
/
+1217
*
Another go at making pred_test() handle all reasonable combinations
Tom Lane
2005-03-02
1
-117
/
+158
*
Release proclock immediately in RemoveFromWaitQueue() if it represents
Tom Lane
2005-03-01
1
-14
/
+34
*
Allow Trace_lock_oidmin to be set to zero; this is a reasonable
Tom Lane
2005-03-01
1
-2
/
+2
*
Adjust OR indexscan logic to not generate redundant condition-free OR
Tom Lane
2005-03-01
1
-4
/
+8
*
Revert the logic for expanding AND/OR conditions in pred_test() to what
Tom Lane
2005-03-01
1
-54
/
+69
*
Implement max() and min() aggregates for array types. Patch from Koju
Neil Conway
2005-02-28
1
-1
/
+31
*
Add explicit casts between int4 and boolean. Patch from Sean Chittenden,
Neil Conway
2005-02-27
1
-1
/
+20
*
Cause Win32 to output to the event log rather than stderr by default.
Bruce Momjian
2005-02-27
1
-1
/
+12
*
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2005-02-26
7
-294
/
+163
*
Minor code cleanup: remove a variable that was assigned to but never
Neil Conway
2005-02-23
1
-3
/
+2
*
This patch optimizes the md5_text() function (which is used to
Neil Conway
2005-02-23
2
-7
/
+13
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
9
-130
/
+130
*
Use SnapshotNow instead of SnapshotSelf for reading the catalogs
Tom Lane
2005-02-20
1
-13
/
+13
*
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
5
-60
/
+16
*
Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
Bruce Momjian
2005-02-20
1
-2
/
+2
*
Fix MAKE_ALL_TUPLES_VISIBLE define.
Bruce Momjian
2005-02-20
1
-2
/
+2
*
Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.
Bruce Momjian
2005-02-20
1
-6
/
+6
*
I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recover
Bruce Momjian
2005-02-20
1
-1
/
+6
*
Flat file cleanup phase 2: make it work for pg_group. The flat group
Tom Lane
2005-02-20
3
-110
/
+104
*
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-20
11
-535
/
+1099
*
New arrangement to always let the bgwriter do checkpoints broke
Tom Lane
2005-02-19
1
-1
/
+18
*
Ensure that the resolved datatype of any unknown Param is propagated
Tom Lane
2005-02-19
1
-6
/
+33
*
Convert MemoryContextSwitchTo() into an inline function when using GCC.
Tom Lane
2005-02-18
1
-1
/
+9
*
Update comment on VACUUM FULL.
Bruce Momjian
2005-02-15
1
-8
/
+13
*
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
1
-5
/
+9
*
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
1
-1
/
+5
*
ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.
Tom Lane
2005-02-14
1
-2
/
+2
*
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-12
3
-8
/
+8
*
Adjust input routines for float4, float8 and oid to reject the empty string
Neil Conway
2005-02-11
2
-39
/
+14
*
Fix ANALYZE to accumulate some minimal statistics for an all-null column.
Tom Lane
2005-02-11
1
-3
/
+25
*
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-10
2
-15
/
+54
*
ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a
Neil Conway
2005-02-09
1
-16
/
+32
*
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
Tom Lane
2005-02-06
1
-11
/
+62
*
Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c
Tom Lane
2005-02-05
1
-1
/
+13
*
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
Tom Lane
2005-02-05
1
-16
/
+22
*
Refactor some duplicated code in lock.c: create UnGrantLock(), move code
Neil Conway
2005-02-04
1
-56
/
+65
*
Ensure that all details of the ARC algorithm are hidden within freelist.c.
Tom Lane
2005-02-03
3
-28
/
+114
*
Improve performance of fmgr.c calling routines for cases with more than
Tom Lane
2005-02-02
2
-102
/
+210
*
Adjust constant-folding of CASE expressions so that the simple comparison
Tom Lane
2005-02-02
1
-40
/
+82
*
Add support for temporary views, including documentation and regression
Neil Conway
2005-02-02
2
-10
/
+89
*
Fix a bug induced by the list-rewrite that resulted in incrementing the
Neil Conway
2005-02-01
1
-2
/
+2
*
Adjust estimate_num_groups() to not clamp per-relation group count
Tom Lane
2005-02-01
1
-2
/
+16
*
Sync inet formatting code with recent BIND releases. In particular,
Tom Lane
2005-02-01
2
-70
/
+71
*
When dealing with multiple grouping columns coming from the same table,
Tom Lane
2005-01-28
1
-8
/
+25
*
Improve planner's estimation of the space needed for HashAgg plans:
Tom Lane
2005-01-28
3
-65
/
+128
*
Check that aggregate creator has the right to execute the transition
Tom Lane
2005-01-27
2
-2
/
+41
*
Small patch to move get_grosysid() from catalog/aclchk.c to
Neil Conway
2005-01-27
2
-27
/
+36
*
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2005-01-27
17
-58
/
+52
[next]