Commit Graph

33378 Commits (aeca65022609282f004e8332910938abd4eefbd6)
 

Author SHA1 Message Date
Andrew Dunstan aeca650226 Unbreak Windows builds broken by pgpipe removal. 14 years ago
Heikki Linnakangas 5762a4d909 Inherit max_safe_fds to child processes in EXEC_BACKEND mode. 14 years ago
Andrew Dunstan d2c1740dc2 Remove now redundant pgpipe code. 14 years ago
Tom Lane 7313cc0163 Improve contrib/pg_stat_statements to lump "similar" queries together. 14 years ago
Peter Eisentraut 4e1c72079a Run maintainer-check on all PO files, not only configured ones 14 years ago
Peter Eisentraut 03f0c08f47 Tweak markup to avoid extra whitespace in man pages 14 years ago
Robert Haas 7f63527c82 Attempt to unbreak pg_test_timing on Windows. 14 years ago
Robert Haas ada763cfcd pg_basebackup: Error handling fixes. 14 years ago
Robert Haas 81f6bbe8ad pg_basebackup: Error message improvements. 14 years ago
Robert Haas 9c272da8c4 Doc fix for pg_test_timing. 14 years ago
Robert Haas cee523867d pg_test_timing utility, to measure clock monotonicity and timing cost. 14 years ago
Robert Haas 5b4f346611 Expose track_iotiming information via pg_stat_statements. 14 years ago
Tom Lane 5d3fcc4c2e Bend parse location rules for the convenience of pg_stat_statements. 14 years ago
Tom Lane a40fa613b5 Add some infrastructure for contrib/pg_stat_statements. 14 years ago
Robert Haas 40b9b95769 New GUC, track_iotiming, to track I/O timings. 14 years ago
Tom Lane 98316e211b Silence compiler warning about uninitialized variable. 14 years ago
Peter Eisentraut dd024c22f1 pg_dump: Small message adjustment for consistency 14 years ago
Peter Eisentraut 206bec11bd Improve PL/Python database access function documentation 14 years ago
Peter Eisentraut dcb33b1c64 Remove dead assignment 14 years ago
Robert Haas 7386089d23 Code cleanup for heap_freeze_tuple. 14 years ago
Tom Lane e8476f46fc Fix COPY FROM for null marker strings that correspond to invalid encoding. 14 years ago
Tom Lane c7cea267de Replace empty locale name with implied value in CREATE DATABASE and initdb. 14 years ago
Tom Lane 8279eb4191 Fix planner's handling of outer PlaceHolderVars within subqueries. 14 years ago
Tom Lane ed61127be4 Cast some printf arguments to avoid possibly-nonportable behavior. 14 years ago
Tom Lane 81a646febe Refactor simplify_function et al to centralize argument simplification. 14 years ago
Tom Lane 0339047bc9 Code review for protransform patches. 14 years ago
Robert Haas e08b4101e1 Clarify that PQconninfoParse returns an array with all legal options. 14 years ago
Robert Haas fdf719cd28 Doc clarifications regarding use of varlena. 14 years ago
Robert Haas e83f827f5a Update docs on numeric storage requirements. 14 years ago
Tom Lane 88a4cb30a4 Fix GET DIAGNOSTICS for case of assignment to function's first variable. 14 years ago
Tom Lane e9ce658b62 Refactor to eliminate duplicate copies of conninfo default-finding code. 14 years ago
Tom Lane 04dfc87749 If a role has a password expiration date, show that in psql's \du output. 14 years ago
Tom Lane f2386d7136 Fix configure's search for collateindex.pl. 14 years ago
Peter Eisentraut 0e85abd658 Clean up compiler warnings from unused variables with asserts disabled 14 years ago
Peter Eisentraut 621eb156f1 Add installing entab to pgindent instructions 14 years ago
Robert Haas 5b9c1e6d52 Doc updates for index-only scans. 14 years ago
Tom Lane f70f095c90 Allow new relmapper entries when allow_system_table_mods is true. 14 years ago
Robert Haas 99081c63e4 Improve connectMaintenanceDatabase() error reporting. 14 years ago
Robert Haas aefa6d163e Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path. 14 years ago
Tom Lane 64c604898e Improve the -l (limit) option recently added to contrib/vacuumlo. 14 years ago
Alvaro Herrera 9d23a70d51 pg_dump: get rid of die_horribly 14 years ago
Alvaro Herrera b251cf3193 Fix trigger example code to match header changes 14 years ago
Alvaro Herrera 438269eb10 Update struct Trigger in docs 14 years ago
Robert Haas 0b43edbca7 Remove stray word from sepgsql documentation. 14 years ago
Peter Eisentraut 1b12c3e836 pg_upgrade: Add new generated file to .gitignore 14 years ago
Peter Eisentraut 19f45565f5 pg_dump: Remove undocumented "files" output format 14 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago
Alvaro Herrera 77503a7638 pg_dump: fix double free of query results 14 years ago
Alvaro Herrera 814e08e895 plperl: Package-qualify _TD 14 years ago
Bruce Momjian 02b183acb4 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago