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
Age
Commit message (
Expand
)
Author
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
Typo fix.
Robert Haas
2015-01-19
doc: Fix typos in make_timestamp{,tz} examples
Alvaro Herrera
2015-01-19
BRIN typo fix.
Robert Haas
2015-01-19
Install shared libraries also in bin on cygwin, mingw
Peter Eisentraut
2015-01-18
Fix ancient thinko in default table rowcount estimation.
Tom Lane
2015-01-18
Activate low-volume optional logging during regression test runs.
Noah Misch
2015-01-18
Fix use of already freed memory when dumping a database's security label.
Andres Freund
2015-01-17
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-16
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-16
Improve new caching logic in tbm_add_tuples().
Tom Lane
2015-01-16
Make tbm_add_tuples more efficient by caching the last acccessed page.
Andres Freund
2015-01-16
Another attempt at fixing Windows Norwegian locale.
Heikki Linnakangas
2015-01-16
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-15
pg_standby: Avoid writing one byte beyond the end of the buffer.
Robert Haas
2015-01-15
Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.
Andres Freund
2015-01-14
docs: Add missing <literal> markup.
Robert Haas
2015-01-14
vacuumlo: Avoid unlikely memory leak.
Robert Haas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
Allow CFLAGS from configure's environment to override automatic CFLAGS.
Tom Lane
2015-01-14
Remove duplicate specification of -Ae for HP-UX C compiler.
Tom Lane
2015-01-13
Remove some dead IsUnderPostmaster code from bootstrap.c.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-13
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-13
Spell the X072 feature correctly, was missing "with".
Heikki Linnakangas
2015-01-13
Silence Coverity warnings about unused return values from pushJsonbValue()
Heikki Linnakangas
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-13
Allow latches to wait for socket writability without waiting for readability.
Andres Freund
2015-01-13
Fix typos in comment.
Heikki Linnakangas
2015-01-12
Fix some functions that were declared static then defined not-static.
Tom Lane
2015-01-12
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-12
Tweak heapam's rmgr desc output slightly
Alvaro Herrera
2015-01-12
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-12
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-11
Fix portability breakage in pg_dump.
Tom Lane
2015-01-11
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.
Andres Freund
2015-01-10
docs: improve CREATE TRIGGER defer options list
Bruce Momjian
2015-01-09
pg_upgrade: fix one-byte per empty db memory leak
Bruce Momjian
2015-01-09
Fix typo in execMain.c
Stephen Frost
2015-01-09
xlogreader.c: Fix report_invalid_record translatability flag
Alvaro Herrera
2015-01-08
Move rowsecurity event trigger test
Stephen Frost
[next]