summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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 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 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-15Correct off-by-one when reading from pipeStephen Frost
2013-07-15Check version before allocating PQExpBufferStephen Frost
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-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
2013-07-09Fix bool abusePeter Eisentraut
2013-07-08Fix Windows build.Heikki Linnakangas
2013-07-08Improve scalability of WAL insertions.Heikki Linnakangas
2013-07-08Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane
2013-07-07pg_isready: Make --help output more consistent with other utilitiesPeter Eisentraut
2013-07-07pg_resetxlog: Make --help consistent with man pagePeter Eisentraut
2013-07-07Fix include-guardMagnus Hagander
2013-07-07PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut
2013-07-06Handle posix_fallocate() errors.Jeff Davis
2013-07-06Also escape double quotes for ECPG's #line statement.Michael Meskes
2013-07-06Rename a function to avoid naming conflict in parallel regression tests.Tom Lane
2013-07-06PL/Python: Convert numeric to DecimalPeter Eisentraut
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-05Use posix_fallocate() for new WAL files, where available.Jeff Davis
2013-07-05Expose the estimation of number of changed tuples since last analyzeMagnus Hagander
2013-07-05Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes
2013-07-05Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.Noah Misch
2013-07-04Fix typo in comment.Fujii Masao
2013-07-04Add C comment about \copy bug in CSV modeBruce Momjian