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
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
Age
Commit message (
Expand
)
Author
2012-05-31
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-31
Update time zone data files to tzdata release 2012c.
Tom Lane
2012-05-31
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-31
Ignore SECURITY DEFINER and SET attributes for a PL's call handler.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
Fix two more bugs in fast-path relation locking.
Robert Haas
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-30
Delete the temporary file used in buffered GiST build, after the build.
Heikki Linnakangas
2012-05-30
Rewrite --section option to decouple it from --schema-only/--data-only.
Tom Lane
2012-05-29
Fix integer overflow bug in GiST buffering build calculations.
Heikki Linnakangas
2012-05-29
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-29
Eliminate some more O(N^2) behaviors in pg_dump/pg_restore.
Tom Lane
2012-05-28
libpq: URI parsing fixes
Peter Eisentraut
2012-05-27
Update SQL features list
Peter Eisentraut
2012-05-27
psql: Remove notice about readline from --version output
Peter Eisentraut
2012-05-27
Suppress -Wunused-result warning about write()
Peter Eisentraut
2012-05-27
PL/Perl: Avoid compiler warning from clang
Peter Eisentraut
2012-05-27
Make pg_recievexlog by default loop on connection failures
Magnus Hagander
2012-05-26
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-25
Fix string truncation to be multibyte-aware in text_name and bpchar_name.
Tom Lane
2012-05-25
Use binary search instead of brute-force scan in findNamespace().
Tom Lane
2012-05-25
Fix base backup streaming xlog from standby
Magnus Hagander
2012-05-24
Fix array overrun in regex code.
Tom Lane
2012-05-23
Add missing PQfinish() calls
Magnus Hagander
2012-05-22
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-22
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
Prevent pg_basebackup when integer_datetimes flag doesn't match.
Robert Haas
2012-05-22
Repair out-of-date information in src/backend/storage/buffer/README.
Robert Haas
2012-05-22
Move postmaster's RemovePgTempFiles call to a less randomly chosen place.
Tom Lane
2012-05-22
Update woefully-obsolete comment.
Tom Lane
2012-05-21
pg_ctl: Sort signal list in --help output
Peter Eisentraut
2012-05-21
libpq: Add missing file to GETTEXT_FILES list
Peter Eisentraut
2012-05-19
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-18
Realign some --help output to have better spacing between columns
Peter Eisentraut
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-17
Update SQL features/conformance information to SQL:2011
Peter Eisentraut
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-05-16
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-16
Fix bug in freespace calculation in heap_multi_insert().
Heikki Linnakangas
2012-05-15
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
Remove stray nbsp character
Peter Eisentraut
2012-05-15
Fix bug in to_tsquery().
Heikki Linnakangas
2012-05-15
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-15
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-15
Put back AC_REQUIRE([AC_STRUCT_TM]).
Tom Lane
2012-05-14
Assert that WaitLatchOrSocket callers cannot wait only for writability.
Tom Lane
2012-05-14
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-14
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
[next]