summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-24pgbench: remove odd trailing period in init progress outputBruce Momjian
2014-12-24Remove unused fields from ReindexStmt.Fujii Masao
2014-12-24Suppress MSVC warning in typeStringToTypeName function.Andres Freund
2014-12-23Remove failing collation case from object_address regression test.Tom Lane
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Add SQL-callable pg_get_object_addressAlvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-23Change local_preload_libraries to PGC_USERSETPeter Eisentraut
2014-12-22Further tidy up on json aggregate documentationAndrew Dunstan
2014-12-22Fix documentation of argument type of json_agg and jsonb_aggAndrew Dunstan
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-22Turn much of the btree_gin macros into real functions.Heikki Linnakangas
2014-12-22Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas
2014-12-21Docs: clarify treatment of variadic functions with zero variadic arguments.Tom Lane
2014-12-21Fix file descriptor leak at end of recovery.Heikki Linnakangas
2014-12-20doc: Adjust wording of ALTER TABLESPACE restrictionBruce Momjian
2014-12-19pg_event_trigger_dropped_objects: add behavior flagsAlvaro Herrera
2014-12-19Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas
2014-12-19Prevent potentially hazardous compiler/cpu reordering during lwlock release.Andres Freund
2014-12-19Define Assert() et al to ((void)0) to avoid pedantic warnings.Andres Freund
2014-12-18Improve documentation about CASE and constant subexpressions.Tom Lane
2014-12-18Use %u to print out BlockNumber variablesAlvaro Herrera
2014-12-18Have VACUUM log number of skipped pages due to pinsAlvaro Herrera
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Change how first WAL segment on new timeline after promotion is created.Heikki Linnakangas
2014-12-18Add memory barriers for PgBackendStatus.st_changecount protocol.Fujii Masao
2014-12-18Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao
2014-12-18Update .gitignore for config.cache.Fujii Masao
2014-12-18Adjust valgrind suppression to the changes in 2c03216d8311.Andres Freund
2014-12-18Recognize Makefile line continuations in fetchRegressOpts().Noah Misch
2014-12-18Remove odd blank line in comment.Fujii Masao
2014-12-18Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-12-17Clarify the regexp used to detect source files in MSVC builds.Heikki Linnakangas
2014-12-17Fix another poorly worded error message.Tom Lane
2014-12-17Fix poorly worded error message.Tom Lane
2014-12-17Update .gitignore for pg_upgradeMagnus Hagander
2014-12-17Add missing documentation for some vcregress modesMagnus Hagander
2014-12-17Remove redundant sentenceMagnus Hagander
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-12-16Suppress bogus statistics when pgbench failed to complete any transactions.Tom Lane
2014-12-16Fix file descriptor leak after failure of a \setshell command in pgbench.Tom Lane
2014-12-16Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-16Fix incorrect comment about XLogRecordBlockHeader.data_length field.Heikki Linnakangas
2014-12-16Fix commit_ts test suite for systems with coarse timestamp granularity.Noah Misch
2014-12-15Translation updatesPeter Eisentraut