Commit Graph

33329 Commits (02b183acb42831bbeba819fde568263f19f2acdc)
 

Author SHA1 Message Date
Bruce Momjian 02b183acb4 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago
Andrew Dunstan e3fc4a97bc Honor inputdir and outputdir when converting regression files. 14 years ago
Bruce Momjian ced53c38d7 In pg_upgrade, move new echo quote define into include file. 14 years ago
Peter Eisentraut 313d29f740 Add note about column privilege behavior to REVOKE reference page 14 years ago
Bruce Momjian faec2815c8 In pg_upgrade, create a script to incrementally generate more accurate 14 years ago
Peter Eisentraut d4318483e1 libpq: Fix minor memory leaks 14 years ago
Peter Eisentraut 598bb8cdbd psql: Remove inappropriate const qualifiers 14 years ago
Peter Eisentraut 359dea2859 pg_dump: Fix crash with invalid pg_cast row 14 years ago
Peter Eisentraut d8e5b3427a pg_restore: Fix memory and file descriptor leak with directory format 14 years ago
Peter Eisentraut 693ff85d47 backend: Fix minor memory leak in configuration file processing 14 years ago
Tom Lane b67ad046e6 Improve commentary in match_pathkeys_to_index(). 14 years ago
Tom Lane dd4134ea56 Revisit handling of UNION ALL subqueries with non-Var output columns. 14 years ago
Heikki Linnakangas aef5fe7efe Add comments explaining why our Itanium spinlock implementation is safe. 14 years ago
Robert Haas 4012810a68 A couple more fixes for the sepgsql documentation. 14 years ago
Robert Haas d0ed9efdf7 Copy editing of sepgsql documentation. 14 years ago
Robert Haas 523176cbf1 sepgsql_setcon(). 14 years ago
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 14 years ago
Peter Eisentraut 531e60aec0 Remove unused tzn arguments for timestamp2tm() 14 years ago
Bruce Momjian 7c8cfed78a Uppercase pg_upgrade status output title. 14 years ago
Peter Eisentraut ad4fb0d0d2 Improve EncodeDateTime and EncodeTimeOnly APIs 14 years ago
Peter Eisentraut 942b63193c Add missing va_end() calls 14 years ago
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