Commit Graph

22989 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
Peter Eisentraut 4e1c72079a Run maintainer-check on all PO files, not only configured ones 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
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
Peter Eisentraut dd024c22f1 pg_dump: Small message adjustment for consistency 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
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
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
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
Alvaro Herrera 9d23a70d51 pg_dump: get rid of die_horribly 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
Andrew Dunstan e3fc4a97bc Honor inputdir and outputdir when converting regression files. 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
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
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