Commit Graph

33352 Commits (e08b4101e1daa2f4e6644330918177a10cac0aab)
 

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