summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-07-20Clean up new JSON API typedefsPeter Eisentraut
2013-07-19Fix HeapTupleSatisfiesVacuum on aborted updater xactsAlvaro Herrera
2013-07-19doc: Fix typos in conversion names.Robert Haas
2013-07-19Initialize day of year value.Michael Meskes
2013-07-19Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-07-18Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-07-18Fix direct access to Relation->rd_indpred.Tom Lane
2013-07-17doc: Remove tab from SGML filePeter Eisentraut
2013-07-17Fix a few problems in barrier.h.Tom Lane
2013-07-17Fix variable names mentioned in comment to match the code.Heikki Linnakangas
2013-07-17Fix assert failure at end of recovery, broken by XLogInsert scaling patch.Heikki Linnakangas
2013-07-17Fix end-of-loop optimization in pglz_find_match() function.Heikki Linnakangas
2013-07-17Fix typo in previous pgbench --progress patch.Fujii Masao
2013-07-17Use correct parameter name for view_option_valueStephen Frost
2013-07-17Fix systable_recheck_tuple() for MVCC scan snapshots.Noah Misch
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-17Comment on why planagg.c punts "MIN(x ORDER BY y)".Noah Misch
2013-07-16Add --progress option to show progress reportTatsuo Ishii
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-07-15Check get_tle_by_resno() result before derefStephen Frost
2013-07-15Tab completion for \lo_importRobert Haas
2013-07-15Assert that syscache lookups don't happen outside transactions.Robert Haas
2013-07-15Regression tests for LOCK TABLE.Robert Haas
2013-07-15vacuumlo: Use a cursor to limit client-side memory usage.Robert Haas
2013-07-15Correct off-by-one when reading from pipeStephen Frost
2013-07-15Check version before allocating PQExpBufferStephen Frost
2013-07-14Document the OVER keyword as being unreserved.Noah Misch
2013-07-14Fix resource leak in initdb -X optionStephen Frost
2013-07-14Be sure to close() file descriptor on error caseStephen Frost
2013-07-14Ensure 64bit arithmetic when calculating tapeSpaceStephen Frost
2013-07-14pg_isready: Message improvementPeter Eisentraut
2013-07-14pg_receivexlog - Exit on failure to parseStephen Frost
2013-07-14During parallel pg_dump, free commands from masterStephen Frost
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-07-12Switch user ID to the object owner when populating a materialized view.Noah Misch
2013-07-12Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch
2013-07-12pg_dump: Formatting cleanup of new messagesPeter Eisentraut
2013-07-11pg_upgrade: document possible pg_hba.conf optionsBruce Momjian
2013-07-11doc: Replace link to pgFouine with pgBadgerPeter Eisentraut
2013-07-10Add coverage/ to .gitignorePeter Eisentraut
2013-07-10Fix lack of message pluralizationPeter Eisentraut
2013-07-09Fix memory barrier support on icc on ia64, 2nd attempt.Heikki Linnakangas
2013-07-09Add #include needed for _mm_mfence() intrinsic on ia64.Heikki Linnakangas