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
Age
Commit message (
Expand
)
Author
2012-09-06
Allow embedded spaces without quoting in unix_socket_directories entries.
Tom Lane
2012-09-06
Fix WAL file replacement during cascading replication on Windows.
Heikki Linnakangas
2012-09-06
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
Fix compiler warnings about unused variables, caused by my previous commit.
Heikki Linnakangas
2012-09-05
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-05
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-04
Remove some useless trailing whitespace
Magnus Hagander
2012-09-04
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-09-03
Replace memcpy() calls in xlog.c critical sections with struct assignments.
Tom Lane
2012-09-01
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-09-01
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-08-31
Partially restore qual scope checks in distribute_qual_to_rels().
Tom Lane
2012-08-31
Fix LATERAL references to join alias variables.
Tom Lane
2012-08-31
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
Fix typos in README.
Heikki Linnakangas
2012-08-31
Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-30
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
Tom Lane
2012-08-30
Fix division by zero in the new range type histogram creation.
Heikki Linnakangas
2012-08-30
Add missing period to detail message.
Robert Haas
2012-08-30
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-08-30
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-30
Comment fixes.
Robert Haas
2012-08-30
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
Report postmaster.pid file as empty if it is empty, rather than
Bruce Momjian
2012-08-29
Optimize SP-GiST insertions.
Heikki Linnakangas
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-27
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
Collect and use histograms of lower and upper bounds for range types.
Heikki Linnakangas
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-25
Allow text timezone designations, e.g. "America/Chicago", when using the
Bruce Momjian
2012-08-24
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-23
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-21
Avoid somewhat-theoretical overflow risks in RecordIsValid().
Tom Lane
2012-08-21
Improve C comments in GetSnapshotData.
Robert Haas
2012-08-21
Remove external PID file on postmaster exit
Peter Eisentraut
2012-08-20
Don't get confused if a WAL partial record header has xl_tot_len == 0.
Heikki Linnakangas
2012-08-19
Remove obsolete comment.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-18
Make use of LATERAL in information_schema.sequences view.
Tom Lane
2012-08-18
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-16
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
Bruce Momjian
2012-08-16
Allow create_index_paths() to consider multiple join bitmapscan paths.
Tom Lane
2012-08-16
Suppress possibly-uninitialized-variable warning.
Tom Lane
[next]