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