Commit Graph

33287 Commits (39d74e346c083aa371ba64c4edb1332c40b56530)
 

Author SHA1 Message Date
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
Tom Lane e2eed78910 Remove useless "rough estimate" path from mcelem_array_contained_selec. 14 years ago
Tom Lane 4fb694aebc Improve histogram-filling loop in new compute_array_stats() code. 14 years ago
Magnus Hagander 141b89826d More carefully validate xlog location string inputs 14 years ago
Magnus Hagander bc5ac36865 Add function pg_xlog_location_diff to help comparisons 14 years ago
Tom Lane 0e5e167aae Collect and use element-frequency statistics for arrays. 14 years ago
Andrew Dunstan 34c978442c Provide environment overrides for psql file locations. 14 years ago
Peter Eisentraut b59ca98209 Allow CREATE TABLE (LIKE ...) from composite type 14 years ago
Peter Eisentraut d923125b77 Fix incorrect uses of gzFile 14 years ago
Peter Eisentraut 8e5f4300fd Re-add "make check" target in src/test/isolation/Makefile 14 years ago
Tom Lane 44634e474f Allow child-relation entries to be made in ec_has_const EquivalenceClasses. 14 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Peter Eisentraut d41f510c80 ecpg: Clean up some const usage 14 years ago
Magnus Hagander 8efb0bc57e Add a rule to optionally build docs with the stylesheet from the website 14 years ago
Heikki Linnakangas 2502f45979 When a GiST page is split during index build, it might not have a buffer. 14 years ago
Peter Eisentraut bc8765e91c Small possible clarification in pg_basebackup reference page 14 years ago
Peter Eisentraut 36a1a8c33d Don't link pg_isolation_regress with libpq 14 years ago
Peter Eisentraut 89c2f573a3 psql: Improve error display for psql -f - 14 years ago
Alvaro Herrera 3433c6ba00 Remove TOAST table from pg_database 14 years ago
Tom Lane a5c1a1969d Simplify references to backslash-doubling in func.sgml. 14 years ago
Heikki Linnakangas d6a7271958 Correctly detect SSI conflicts of prepared transactions after crash. 14 years ago
Tom Lane 8cae5810eb Fix MSVC builds for previous patch's addition of a src/port file. 14 years ago