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
*
Revert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the
Bruce Momjian
2012-08-30
1
-1
/
+2
*
Remove doc mention of --enable-shared, per Tom.
Bruce Momjian
2012-08-30
1
-2
/
+1
*
Document that max_locks_per_transaction might need to be increased for
Bruce Momjian
2012-08-30
1
-3
/
+3
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
167
-639
/
+830
*
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-30
6
-74
/
+0
*
Fix checkpoint_timeout documentation to reflect current behavior.
Robert Haas
2012-08-30
1
-6
/
+4
*
Document that log_autovacuum_min_duration can be used to monitor
Bruce Momjian
2012-08-30
1
-1
/
+3
*
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
Tom Lane
2012-08-30
3
-8
/
+46
*
Document how to prevent PostgreSQL itself from exhausting memory.
Robert Haas
2012-08-30
1
-2
/
+16
*
Fix division by zero in the new range type histogram creation.
Heikki Linnakangas
2012-08-30
1
-1
/
+4
*
Add missing period to detail message.
Robert Haas
2012-08-30
1
-1
/
+1
*
Document that COPY OUT requires an absolute pathname.
Robert Haas
2012-08-30
1
-3
/
+4
*
Remove old documentation warnings about the use of bigint.
Bruce Momjian
2012-08-30
1
-12
/
+2
*
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-08-30
2
-8
/
+80
*
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-30
2
-9
/
+11
*
Comment fixes.
Robert Haas
2012-08-30
2
-4
/
+4
*
Document that xslt-related RPMs may be needed to build docs.
Robert Haas
2012-08-30
1
-2
/
+2
*
Also check for Python platform-specific include directory
Peter Eisentraut
2012-08-29
2
-6
/
+26
*
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
8
-252
/
+217
*
Document that NOTIFY events are visible to all users.
Bruce Momjian
2012-08-29
1
-1
/
+2
*
Report postmaster.pid file as empty if it is empty, rather than
Bruce Momjian
2012-08-29
2
-2
/
+15
*
Optimize SP-GiST insertions.
Heikki Linnakangas
2012-08-29
2
-16
/
+27
*
Fix assorted compilation failures in contrib
Alvaro Herrera
2012-08-28
4
-3
/
+9
*
Add strerror() string to chdir() error message
Peter Eisentraut
2012-08-28
1
-3
/
+5
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
26
-244
/
+287
*
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
11
-1
/
+14
*
Split resowner.h
Alvaro Herrera
2012-08-28
23
-69
/
+106
*
add #includes to plpy_subxactobject.h to make it compile standalone
Alvaro Herrera
2012-08-28
1
-0
/
+3
*
Remove pg_stat_statements--1.0.sql, too.
Tom Lane
2012-08-28
1
-39
/
+0
*
Remove hstore--1.0.sql.
Tom Lane
2012-08-28
1
-530
/
+0
*
Adjust pg_test_timing to show shortest test durations first, place
Bruce Momjian
2012-08-28
2
-47
/
+59
*
Prevent psql tab completion in SET from adding TO when the equals sign
Bruce Momjian
2012-08-28
1
-0
/
+1
*
Update doc mention of how to compute bigint advisory lock value, per Tom
Bruce Momjian
2012-08-28
1
-2
/
+2
*
syncrep.h must include xlogdefs.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Small punctuation fixes
Peter Eisentraut
2012-08-28
2
-4
/
+5
*
Document how to create advisory lock "bigint" values in SQL.
Bruce Momjian
2012-08-27
1
-1
/
+4
*
Improve a couple of 9.2 release note entries.
Tom Lane
2012-08-27
1
-15
/
+22
*
Add section IDs to subsections of syntax.sgml that lacked them.
Tom Lane
2012-08-27
1
-7
/
+7
*
Document the lack of reading the PGDATABASE environment variable in
Bruce Momjian
2012-08-27
1
-1
/
+2
*
pg_upgrade: Fix exec_prog API to be less flaky
Alvaro Herrera
2012-08-27
6
-113
/
+96
*
Fix thinko in comment
Alvaro Herrera
2012-08-27
1
-2
/
+2
*
Remove analyze_new_cluster.sh on make clean, too
Alvaro Herrera
2012-08-27
1
-1
/
+1
*
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
2
-2
/
+2
*
Have pgindent requre pg_bsd_indent version 1.2 now that a new version
Bruce Momjian
2012-08-27
1
-1
/
+1
*
Collect and use histograms of lower and upper bounds for range types.
Heikki Linnakangas
2012-08-27
9
-32
/
+881
*
pg_basebackup: Correct error message
Peter Eisentraut
2012-08-27
1
-1
/
+1
*
Update FreeBSD kernel configuration documentation.
Bruce Momjian
2012-08-26
1
-12
/
+12
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
30
-182
/
+817
*
Clarify documentation that primary key and unique constraints are copied
Bruce Momjian
2012-08-26
1
-10
/
+7
*
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-08-25
4
-37
/
+38
[next]