Commit Graph

30579 Commits (f7b15b5098ee89a2628129fbbef9901bded9d27b)
 

Author SHA1 Message Date
Peter Eisentraut f7b15b5098 Extensive ECPG documentation improvements 15 years ago
Robert Haas ab6d9f1641 Adjust EXPLAIN documentation, so that it's not unreasonably wide. 15 years ago
Bruce Momjian f7dbddac69 Single-word clarification in postgresql.conf log_truncate_on_rotation 15 years ago
Tom Lane caaf2e8469 Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. 15 years ago
Robert Haas 56ccff5980 Warn that views can be safely used to hide columns, but not rows. 15 years ago
Tom Lane 9cc8c84e73 Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. 15 years ago
Tom Lane 26a7b48e10 Eliminate some repetitive coding in tuplesort.c. 15 years ago
Tom Lane 3ba11d3df2 Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. 15 years ago
Robert Haas 694c56af2b Improve WAL reliability documentation, and add more cross-references to it. 15 years ago
Tom Lane 3e5f9412d0 Reduce the memory requirement for large ispell dictionaries. 15 years ago
Tom Lane 9b910def24 Clean up temporary-memory management during ispell dictionary loading. 15 years ago
Simon Riggs bdf45797ab Correct docs for behaviour of ALTER DATABASE .. RENAME during Hot Standby. 15 years ago
Tom Lane d79a1a138e Undo some poorly-thought-out "proofreading improvements". 15 years ago
Tom Lane 3a13f12b3a Behave correctly if INSERT ... VALUES is decorated with additional clauses. 15 years ago
Tom Lane e77f605d43 Remove excess argument to open(2). 15 years ago
Tom Lane 1f0b62e8c2 Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger. 15 years ago
Tom Lane 50595b5fce Use a separate interpreter for each calling SQL userid in plperl and pltcl. 15 years ago
Robert Haas 1f0eb5de9e Adjust pg_archivecleanup docs to match message changes made 2010-06-17. 15 years ago
Tom Lane a5683ea042 Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, 15 years ago
Peter Eisentraut 804a786c95 Add/fix caching on some configure checks 15 years ago
Peter Eisentraut fe48d9471e Update ecpglib error code listing 15 years ago
Bruce Momjian fe61db6f0c Have pg_upgrade use strtoul(), not strtol(). 15 years ago
Bruce Momjian 807005c024 Use macro atooid() for conversion of strings to oids, per suggestion 15 years ago
Tom Lane 5ac144d5c2 Improve messages for too many private files/dirs. Per Alexey Parshin. 15 years ago
Bruce Momjian 9340fb80b1 In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 15 years ago
Bruce Momjian a1bb570de9 Fix leak patch that was using fclose() instead of close(). 15 years ago
Bruce Momjian f175884520 Properly close files after read file failure to prevent potential 15 years ago
Tom Lane 112c3fc6db Fix another small oversight in command_no_begin patch. 15 years ago
Bruce Momjian ae9acb6779 Mention that pg_upgrade requires write permission in the current 15 years ago
Bruce Momjian 6b44b9ba56 Mention in pg_upgrade docs that the proper Win32 service name should be used. 15 years ago
Tom Lane eb22950510 Fix PlaceHolderVar mechanism's interaction with outer joins. 15 years ago
Bruce Momjian 9c5f4f6cb5 Add mention of installing pg_upgrade_support in pg_upgrade doc section 15 years ago
Alvaro Herrera 3bb27fb503 Add missing agg_type nonterminal description in new reference page. 15 years ago
Andrew Dunstan f00847dc01 Fix MSVC builds for dummy_seclabel breakage. 15 years ago
Robert Haas eacb22ec47 Fix duplicate OIDs introduced by SECURITY LABEL patch. 15 years ago
Itagaki Takahiro 62b6aaa40b Only DISCARD ALL should be in the command_no_begin list. 15 years ago
Itagaki Takahiro d08c698d9d Add DISCARD to the command_no_begin list for AUTOCOMMIT=off. 15 years ago
Robert Haas 4d355a8336 Add a SECURITY LABEL command. 15 years ago
Robert Haas 2ce003973d Add "(change requires restart)" note to some postgresql.conf parameters. 15 years ago
Tom Lane bf429cebd0 Improve git_changelog as per discussion with Robert Haas. 15 years ago
Peter Eisentraut e440e12c56 Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE 15 years ago
Tom Lane 899beb7894 Still more tweaking of git_changelog. 15 years ago
Tom Lane 30d2e10058 Fix some more bugs in git_changelog. 15 years ago
Tom Lane 901a5a786f Minor improvements to git_changelog. 15 years ago
Tom Lane ce1dcd468f Rename git_topo_order -> git_changelog, per discussion. 15 years ago
Tom Lane c8c03d72e1 Fix another join removal bug: the check on PlaceHolderVars was wrong. 15 years ago
Peter Eisentraut 635de8365f Fix man page markup for <cmdsynopsis> with multiple variants 15 years ago
Robert Haas 12679b8bc9 In levenshtein_internal(), describe algorithm a bit more clearly. 15 years ago
Tom Lane 54c88dee46 Still more .gitignore cleanup. 15 years ago
Alvaro Herrera fde5ce4fe2 Prevent doc/src/sgml subdirs from being created, instead of deleting 15 years ago