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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify shared-memory lock data structures as per recent discussion:
Tom Lane
2005-06-14
1
-3
/
+3
*
Prevent to divide by zero and range out of 0..1
Teodor Sigaev
2005-06-01
1
-4
/
+7
*
Change relblocknumber field of pg_buffercache view from numeric to int8
Tom Lane
2005-05-31
3
-7
/
+7
*
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
Tom Lane
2005-05-30
9
-205
/
+277
*
Improve LockAcquire API per my recent proposal. All error conditions
Tom Lane
2005-05-29
1
-2
/
+2
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
2
-9
/
+0
*
Clean up bogus checking of date and numeric fields in DBF files,
Tom Lane
2005-05-27
1
-38
/
+15
*
Remove second argument from textToQualifiedNameList(), as it is no longer
Neil Conway
2005-05-27
3
-7
/
+5
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
18
-124
/
+124
*
Correct a thinko in pgbench that might result in incorrectly ignoring an
Neil Conway
2005-05-24
1
-2
/
+2
*
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2005-05-21
16
-174
/
+18
*
Factor out lock cleanup code that is needed in several places in lock.c.
Tom Lane
2005-05-19
1
-1
/
+3
*
Extend the pg_locks system view so that it can fully display all lock
Tom Lane
2005-05-17
1
-3
/
+3
*
Add a --dbname option to the pg_regress script, and use pl_regression
Tom Lane
2005-05-17
3
-17
/
+18
*
Cleanup GiST header files. Since GiST extensions are often written as
Neil Conway
2005-05-17
1
-0
/
+1
*
Fix typo in comment.
Neil Conway
2005-05-16
1
-1
/
+1
*
This patch makes some minor style cleanups to contrib/btree_gist: remove
Neil Conway
2005-05-12
7
-24
/
+23
*
a small tweak to enable display in the log file
Bruce Momjian
2005-05-11
1
-3
/
+3
*
Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()
Bruce Momjian
2005-05-11
1
-2
/
+11
*
Tag 1000000L as long for compuation.
Bruce Momjian
2005-05-11
1
-2
/
+2
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
10
-46
/
+23
*
Change tsearch2 to not use the unsafe practice of creating functions
Tom Lane
2005-05-03
3
-16
/
+16
*
Fix typos in documentation.
Neil Conway
2005-05-03
1
-5
/
+5
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
3
-41
/
+26
*
Fix btree_gist to handle timetz zone correctly per recent changes.
Tom Lane
2005-04-25
1
-3
/
+16
*
Treat a zero-D array as empty in int_enum(), per Andrew@supernews.
Tom Lane
2005-04-23
1
-2
/
+3
*
int_aggregate's int_enum() doesn't work correctly with arrays that
Tom Lane
2005-04-23
1
-0
/
+3
*
Add comment about permissions on pg_ts* tables
Teodor Sigaev
2005-04-19
1
-0
/
+1
*
The following patch should allow UPDATE_INTERVAL to be specified on the
Bruce Momjian
2005-04-19
3
-6
/
+18
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
3
-5
/
+2
*
Put back code mistakenly removed from copy of postmaster's
Tom Lane
2005-04-03
1
-5
/
+12
*
Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
Neil Conway
2005-04-01
2
-20
/
+3
*
1 fix various comparing functions
Teodor Sigaev
2005-03-31
6
-10
/
+35
*
Fix build error in pg_buffercache on Win32 (native and cygwin). From
Neil Conway
2005-03-31
1
-1
/
+6
*
Document that the "-P" option to pg_autovacuum is insecure on many
Neil Conway
2005-03-30
1
-5
/
+8
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
2
-35
/
+28
*
Have libpgport link before libpq so that PG client applications are more
Bruce Momjian
2005-03-25
7
-13
/
+13
*
pgcrypto update:
Neil Conway
2005-03-21
13
-1
/
+418
*
pgcrypto update:
Neil Conway
2005-03-21
4
-16
/
+48
*
pgcrypto update:
Neil Conway
2005-03-21
2
-4
/
+235
*
pgcrypto update:
Neil Conway
2005-03-21
9
-66
/
+122
*
* construct "struct {} list [] = {}" confuses pgindent - split those.
Neil Conway
2005-03-21
7
-148
/
+74
*
Remove support for libmhash/libmcrypt.
Neil Conway
2005-03-21
3
-375
/
+2
*
Adjust the API for aggregate function calls so that a C-coded function
Tom Lane
2005-03-12
2
-55
/
+73
*
Add pg_buffercache contrib module, from Mark Kirkwood.
Neil Conway
2005-03-12
7
-1
/
+409
*
Some builds (depends on crypto engine support?) of OpenSSL
Neil Conway
2005-03-12
1
-1
/
+8
*
Prevent rank change in case of duplicate search terms
Teodor Sigaev
2005-03-05
1
-18
/
+74
*
Simplify/clean up code for varlena types
Teodor Sigaev
2005-03-01
6
-161
/
+58
*
Add routines to dbsize to return the index size and total relation size.
Bruce Momjian
2005-02-26
2
-28
/
+201
*
Fix float8->int64 transformation
Teodor Sigaev
2005-02-25
1
-5
/
+0
[next]