Commit Graph

35375 Commits (0518eceec3a1cc2b71da04e839f05f555fdd8567)
 

Author SHA1 Message Date
Robert Haas 0518eceec3 Adjust HeapTupleSatisfies* routines to take a HeapTuple. 12 years ago
Alvaro Herrera 0aeb5ae204 Silence compiler warning on an unused variable 12 years ago
Robert Haas f01d1ae3a1 Add infrastructure for mapping relfilenodes to relation OIDs. 12 years ago
Tom Lane b3b10c3903 Fix error handling in PLy_spi_execute_fetch_result(). 12 years ago
Peter Eisentraut ff41a5de09 Clean up new JSON API typedefs 12 years ago
Alvaro Herrera 6737aa72ba Fix HeapTupleSatisfiesVacuum on aborted updater xacts 12 years ago
Robert Haas c8fb821afc doc: Fix typos in conversion names. 12 years ago
Michael Meskes a2c1c3308f Initialize day of year value. 12 years ago
Tom Lane d9f37e6661 Add checks for valid multibyte character length in UtfToLocal, LocalToUtf. 12 years ago
Tom Lane e2bd904955 Fix regex match failures for backrefs combined with non-greedy quantifiers. 12 years ago
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs 12 years ago
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