Commit Graph

33466 Commits (fe546f3da6a5ff1d879f587728f74ec457f0ee5f)
 

Author SHA1 Message Date
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
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