summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-01-30Allow background workers to connect using OIDs rather than names.Robert Haas
2015-01-30Fix BuildIndexValueDescription for expressionsStephen Frost
2015-01-29Properly terminate the array returned by GetLockConflicts().Andres Freund
2015-01-29Align buffer descriptors to cache line boundaries.Andres Freund
2015-01-29Fix #ifdefed'ed out code to compile again.Andres Freund
2015-01-29Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas
2015-01-29Move out-of-memory error checks from aset.c to mcxt.cRobert Haas
2015-01-29Add usebypassrls to pg_user and pg_shadowStephen Frost
2015-01-28Clean up range-table building in copy.cStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-28Fix typo in comment.Heikki Linnakangas
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2015-01-27Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane
2015-01-26Add a note to PG_TRY's documentation about volatile safety.Tom Lane
2015-01-26Re-enable abbreviated keys on Windows.Robert Haas
2015-01-26Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane
2015-01-26Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane
2015-01-26Further cleanup of ReorderBufferCommit().Tom Lane
2015-01-26Clean up assorted issues in ALTER SYSTEM coding.Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-24Fix unsafe coding in ReorderBufferCommit().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-24Remove no-longer-referenced src/port/gethostname.c.Tom Lane
2015-01-24Fix assignment operator thinkoAlvaro Herrera
2015-01-23Fix typos, update README.Robert Haas
2015-01-23vacuumdb: enable parallel modeAlvaro Herrera
2015-01-23Don't use abbreviated keys for the final merge pass.Robert Haas
2015-01-23Add an explicit cast to Size to hyperloglog.cRobert Haas
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane
2015-01-22Fix whitespacePeter Eisentraut
2015-01-22Tweak BRIN minmax operator classAlvaro Herrera
2015-01-22Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.Robert Haas
2015-01-22adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian
2015-01-22More fixes for abbreviated keys infrastructure.Robert Haas
2015-01-22Heavily refactor btsortsupport_worker.Robert Haas
2015-01-22reinit.h: Fix typo in identification commentAlvaro Herrera
2015-01-21Disable abbreviated keys on Windows.Robert Haas
2015-01-20tools/ccsym: update for modern versions of gccBruce Momjian
2015-01-20Add strxfrm_l to list of functions where Windows adds an underscore.Robert Haas
2015-01-20In pg_regress, remove the temporary installation upon successful exit.Tom Lane
2015-01-20Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane
2015-01-19Fix various shortcomings of the new PrivateRefCount infrastructure.Andres Freund
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-19Typo fix.Robert Haas
2015-01-19BRIN typo fix.Robert Haas
2015-01-19Install shared libraries also in bin on cygwin, mingwPeter Eisentraut
2015-01-18Fix ancient thinko in default table rowcount estimation.Tom Lane
2015-01-18Activate low-volume optional logging during regression test runs.Noah Misch
2015-01-18Fix use of already freed memory when dumping a database's security label.Andres Freund