Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Peter Eisentraut 6f018c6dda COPY: Add an assertion 14 years ago
Peter Eisentraut e684ab5e1e Add additional safety check against invalid backup label file 14 years ago
Peter Eisentraut acfaa596cc pg_dump: Fix some minor memory leaks 14 years ago
Tom Lane 5cd72c7a7c Patch some corner-case bugs in pl/python. 14 years ago
Tom Lane a14fa84693 Fix minor memory leak in PLy_typeinfo_dealloc(). 14 years ago
Tom Lane ed75380bda Create a stack of pl/python "execution contexts". 14 years ago
Robert Haas 2e46bf6711 pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing. 14 years ago
Robert Haas 97c85098de pgstattuple: Add new error case for spgist indexes. 14 years ago
Bruce Momjian 717f6d6085 In pg_upgrade, add various logging improvements: 14 years ago
Tom Lane b4af1c25bb Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly. 14 years ago
Peter Eisentraut bad250f4f3 Use correct sizeof operand in qsort call 14 years ago
Peter Eisentraut c9f310d377 Add comment for missing break in switch 14 years ago
Bruce Momjian 9a39583264 Remove tabs in SGML files 14 years ago
Tom Lane c6be1f43ab Make INSERT/UPDATE queries depend on their specific target columns. 14 years ago
Tom Lane 8142166162 Make parameter name consistent with syntax summary. 14 years ago
Tom Lane 1e4964478a Fix documented type of t_infomask2. 14 years ago
Tom Lane c6a11b89e4 Teach SPGiST to store nulls and do whole-index scans. 14 years ago
Michael Meskes fc227a4e3b Removed redundant "the" from ecpg's docs. 14 years ago
Tatsuo Ishii da9e73a137 Add description for --no-locale and --text-search-config. 14 years ago
Peter Eisentraut 86947e666d Add more detail to error message for invalid arguments for server process 14 years ago
Tom Lane 03e56f798e Restructure SPGiST opclass interface API to support whole-index scans. 14 years ago
Peter Eisentraut 39d74e346c Add support for renaming constraints 14 years ago
Robert Haas e914a144d3 sepgsql DROP support. 14 years ago
Robert Haas 07d1edb954 Extend object access hook framework to support arguments, and DROP. 14 years ago
Tom Lane b14953932d Revise FDW planning API, again. 14 years ago
Heikki Linnakangas 342baf4ce6 Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore. 14 years ago
Peter Eisentraut 410ee35ed0 psql: Remove useless code 14 years ago
Tom Lane 08dd23cec7 Fix some issues with temp/transient tables in extension scripts. 14 years ago
Peter Eisentraut c5e073ca2d ecpg: Fix off-by-one error in memory copying 14 years ago
Peter Eisentraut 8dd4d10d48 ecpg: Fix rare memory leaks 14 years ago
Heikki Linnakangas d93f209f48 Silence warning about unused variable, when building without assertions. 14 years ago
Tom Lane 66a7e6bae9 Improve estimation of IN/NOT IN by assuming array elements are distinct. 14 years ago
Tom Lane 1ed7f0e6b9 Fix indentation of \d footers for non-ASCII cases. 14 years ago
Tom Lane 9088d1b965 Add GetForeignColumnOptions() to foreign.c, and add some documentation. 14 years ago
Robert Haas cf7026b64b psql: Avoid some spurious output if the server croaks. 14 years ago
Peter Eisentraut 1673122127 psql: Fix memory leak 14 years ago
Peter Eisentraut 561ec76133 psql: Fix invalid memory access 14 years ago
Peter Eisentraut f9325df0fc libpq: Fix memory leak 14 years ago
Tom Lane d4bf3c9c94 Expose an API for calculating catcache hash values. 14 years ago
Peter Eisentraut e685a8e665 libpq: Small code clarification, and avoid casting away const 14 years ago
Tom Lane 19dbc34631 Add a hook for processing messages due to be sent to the server log. 14 years ago
Robert Haas bc97c38115 Typo fix. 14 years ago
Heikki Linnakangas e587e2e3e3 Make the comments more clear on the fact that UpdateFullPageWrites() is not 14 years ago
Heikki Linnakangas 7714c63829 Remove extra copies of LogwrtResult. 14 years ago
Heikki Linnakangas 3b682df326 Simplify the way changes to full_page_writes are logged. 14 years ago
Bruce Momjian 2127aac6ef In pg_upgrade, only lock the old cluster if link mode is used, and do it 14 years ago
Tom Lane 6b289942bf Redesign PlanForeignScan API to allow multiple paths for a foreign table. 14 years ago
Tom Lane 3f47e145f1 Improve documentation around logging_collector and use of stderr. 14 years ago
Peter Eisentraut cecdf6d459 Add isolation test to check-world and installcheck-world 14 years ago
Tom Lane 80da9e68fd Rewrite GiST support code for rangetypes. 14 years ago