Commit Graph

35364 Commits (6f9e39bc9993c18686f0950f9b9657c7c97c7450)
 

Author SHA1 Message Date
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 12 years ago
Fujii Masao 1dc118660b Fix pgstattuple functions to use regclass-type as the argument. 12 years ago
Andrew Dunstan d26888bc4d Move checking an explicit VARIADIC "any" argument into the parser. 12 years ago
Tom Lane 405a468b02 Fix direct access to Relation->rd_indpred. 12 years ago
Peter Eisentraut e8b1d1befe doc: Remove tab from SGML file 12 years ago
Tom Lane 89779bf2c8 Fix a few problems in barrier.h. 12 years ago
Heikki Linnakangas 107cbc90a7 Fix variable names mentioned in comment to match the code. 12 years ago
Heikki Linnakangas 59c02a36f0 Fix assert failure at end of recovery, broken by XLogInsert scaling patch. 12 years ago
Heikki Linnakangas 3f2adace1e Fix end-of-loop optimization in pglz_find_match() function. 12 years ago
Fujii Masao 750f43685b Fix typo in previous pgbench --progress patch. 12 years ago
Stephen Frost f2719f6975 Use correct parameter name for view_option_value 12 years ago
Noah Misch ffcf654547 Fix systable_recheck_tuple() for MVCC scan snapshots. 12 years ago
Noah Misch b560ec1b0d Implement the FILTER clause for aggregate function calls. 12 years ago
Noah Misch 7a8e9f298e Comment on why planagg.c punts "MIN(x ORDER BY y)". 12 years ago
Tatsuo Ishii 4a87f308b3 Add --progress option to show progress report 12 years ago
Kevin Grittner cc1965a99b Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. 12 years ago
Robert Haas 7f7485a0cd Allow background workers to be started dynamically. 12 years ago
Peter Eisentraut 233bfe0673 Fix PQconninfoParse error message handling 12 years ago
Stephen Frost 4ed22e891f Check get_tle_by_resno() result before deref 12 years ago
Robert Haas 4403a9d791 Tab completion for \lo_import 12 years ago
Robert Haas 42c80c696e Assert that syscache lookups don't happen outside transactions. 12 years ago
Robert Haas ac33c7e2c1 Regression tests for LOCK TABLE. 12 years ago
Robert Haas 67ccbb080d vacuumlo: Use a cursor to limit client-side memory usage. 12 years ago
Stephen Frost 03010366b6 Correct off-by-one when reading from pipe 12 years ago
Stephen Frost 3355443fb1 Check version before allocating PQExpBuffer 12 years ago
Noah Misch 01337d46eb Document the OVER keyword as being unreserved. 12 years ago
Stephen Frost 5461d36b5b Fix resource leak in initdb -X option 12 years ago
Stephen Frost cec62efd0e Be sure to close() file descriptor on error case 12 years ago
Stephen Frost 273dcd1628 Ensure 64bit arithmetic when calculating tapeSpace 12 years ago
Peter Eisentraut 1f75a5f9c1 pg_isready: Message improvement 12 years ago
Stephen Frost d368a301b3 pg_receivexlog - Exit on failure to parse 12 years ago
Stephen Frost 234e4cf6e1 During parallel pg_dump, free commands from master 12 years ago
Peter Eisentraut 070518ddab Add session_preload_libraries configuration parameter 12 years ago
Noah Misch f3ab5d4696 Switch user ID to the object owner when populating a materialized view. 12 years ago
Noah Misch 448fee2e23 Make comments reflect that omission of SPI_gettypmod() is intentional. 12 years ago
Peter Eisentraut e852c5df2d pg_dump: Formatting cleanup of new messages 12 years ago
Bruce Momjian 886c05d8e8 pg_upgrade: document possible pg_hba.conf options 12 years ago
Peter Eisentraut f02b14f787 doc: Replace link to pgFouine with pgBadger 12 years ago
Peter Eisentraut a87416db3b Add coverage/ to .gitignore 12 years ago
Peter Eisentraut 8dead08c54 Fix lack of message pluralization 12 years ago
Heikki Linnakangas e5592c61ad Fix memory barrier support on icc on ia64, 2nd attempt. 12 years ago
Heikki Linnakangas 6052bceba5 Add #include needed for _mm_mfence() intrinsic on ia64. 12 years ago
Peter Eisentraut 7888c61238 Fix bool abuse 12 years ago
Alvaro Herrera 12fbe2b3dd Fix mention of htup.h in pageinspect docs 12 years ago
Heikki Linnakangas f489470f8a Fix Windows build. 12 years ago
Heikki Linnakangas b5ed21998c Fix pg_test_fsync, broken by xloginsert scaling patch. 12 years ago
Heikki Linnakangas 9a20a9b21b Improve scalability of WAL insertions. 12 years ago
Tom Lane 5372275b4b Fix planning of parameterized appendrel paths with expensive join quals. 12 years ago
Peter Eisentraut 9b2543a401 pg_isready: Make --help output more consistent with other utilities 12 years ago
Peter Eisentraut e714d03142 pg_resetxlog: Make --help consistent with man page 12 years ago