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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise OpenLDAP configuration and linking to work on more platforms
Tom Lane
2006-09-09
6
-428
/
+680
*
Fix pg_dump for recent change removing separate RULE privilege.
Tom Lane
2006-09-08
1
-2
/
+1
*
Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE
Tom Lane
2006-09-08
1
-1
/
+24
*
Tweak the behavior of log_duration as proposed by Guillaume Smet: rather
Tom Lane
2006-09-08
4
-49
/
+103
*
Not all C compilers understand the "//" comment in this test case, so I remov...
Michael Meskes
2006-09-08
2
-8
/
+2
*
Replaced complex tests with small ones.
Michael Meskes
2006-09-08
42
-2695
/
+1335
*
More logic from complex/test* moved to their own testcases.
Michael Meskes
2006-09-08
13
-144
/
+975
*
Clean up logging for extended-query-protocol operations, as per my recent
Tom Lane
2006-09-07
10
-317
/
+826
*
Update pgcvslog comments.
Bruce Momjian
2006-09-07
1
-5
/
+6
*
Specify lo_write() to take a _const_ buffer, to match documentation.
Bruce Momjian
2006-09-07
6
-12
/
+12
*
Changing a test case also changes the output that is expected.
Michael Meskes
2006-09-07
5
-157
/
+151
*
Removed one output because integer/double usage differ
Michael Meskes
2006-09-07
1
-1
/
+2
*
HTLM cleanup.
Bruce Momjian
2006-09-07
2
-12
/
+13
*
Update Emacs/vim editor info.
Bruce Momjian
2006-09-07
4
-40
/
+103
*
Update emacs info for FAQ_DEV.
Bruce Momjian
2006-09-07
2
-74
/
+15
*
Add XML documentation.
Bruce Momjian
2006-09-07
1
-1
/
+149
*
Update tools directory name.
Bruce Momjian
2006-09-06
2
-4
/
+4
*
Change processing of extended-Query mode so that an unnamed statement
Tom Lane
2006-09-06
10
-66
/
+122
*
Be more wary about which LIBS elements to pull into sslinfo link.
Tom Lane
2006-09-06
1
-1
/
+1
*
Fix compiler warnings on 64-bit boxes: difference between
Teodor Sigaev
2006-09-06
1
-4
/
+4
*
Add interval division/multiplication regression tests.
Bruce Momjian
2006-09-06
2
-0
/
+101
*
Fix sslinfo so it builds on Darwin.
Tom Lane
2006-09-05
1
-1
/
+4
*
Silence compiler warning about signed vs unsigned chars.
Tom Lane
2006-09-05
1
-2
/
+8
*
Silence compiler warnings about incompatible function pointer types.
Tom Lane
2006-09-05
1
-2
/
+4
*
Remove pgcrypto functions that were deprecated and slated for removal.
Tom Lane
2006-09-05
5
-106
/
+6
*
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-05
21
-155
/
+113
*
Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and
Tom Lane
2006-09-05
1
-2
/
+2
*
Fix markup and license.
Teodor Sigaev
2006-09-05
1
-9
/
+14
*
Fix Intel compiler bug. Per discussion
Teodor Sigaev
2006-09-05
1
-2
/
+17
*
Add hstore contrib module.
Teodor Sigaev
2006-09-05
14
-1
/
+3701
*
Remove contrib modules that have been migrated to pgfoundry: adddepend,
Tom Lane
2006-09-05
44
-7063
/
+6
*
Lost some changes yet again
Michael Meskes
2006-09-05
3
-6
/
+8
*
Started to cleanup complex tests.
Michael Meskes
2006-09-05
25
-349
/
+830
*
Synced parser.
Michael Meskes
2006-09-05
4
-71
/
+62
*
Remove GIN documentation
Bruce Momjian
2006-09-05
3
-173
/
+2
*
Fix imprecision from interval rounding of multiplication/division.
Bruce Momjian
2006-09-05
2
-26
/
+40
*
Update Japanese FAQ.
Bruce Momjian
2006-09-05
2
-32
/
+30
*
Fix information_schema.key_column_usage to show correct value of
Tom Lane
2006-09-04
1
-5
/
+12
*
Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
Tom Lane
2006-09-04
1
-5
/
+9
*
Update setseed() documentation.
Bruce Momjian
2006-09-04
1
-2
/
+2
*
Update LDAP installation wording.
Bruce Momjian
2006-09-04
1
-3
/
+4
*
Trivial patch to double vacuum speed on tables with no indexes (prevent
Bruce Momjian
2006-09-04
1
-12
/
+33
*
Add MSVC build tools.
Bruce Momjian
2006-09-04
8
-0
/
+1048
*
Disallow TRUNCATE when there are any pending after-trigger events for
Tom Lane
2006-09-04
3
-4
/
+79
*
Sequences were not being shown due to the use of lowercase 's' instead
Bruce Momjian
2006-09-04
1
-3
/
+10
*
Add GIN documentation.
Bruce Momjian
2006-09-04
3
-2
/
+173
*
Mention paremeterized queries do not work with partial indexes.
Bruce Momjian
2006-09-04
1
-2
/
+7
*
Remove trailing slash use in ecpg regression script; caused failures on
Bruce Momjian
2006-09-04
1
-2
/
+2
*
Change ILIKE to invoke lower() and then do plain LIKE comparison when
Tom Lane
2006-09-04
1
-63
/
+100
*
sslinfo contrib module - information about current SSL certificate
Peter Eisentraut
2006-09-04
6
-3
/
+505
[next]