Commit Graph

30600 Commits (30e749dece0e6502d4dd0a3b2892eab61f8c073b)
 

Author SHA1 Message Date
Peter Eisentraut 30e749dece Fix makefile logic to not break the build when xgettext is missing 15 years ago
Peter Eisentraut 402e11913f Remove reference.ced 15 years ago
Peter Eisentraut 9f2d7f6e2d Complete the documentation of the USAGE privilege for foreign servers 15 years ago
Peter Eisentraut 80ada4c0db Document (compositeval).* field selection syntax 15 years ago
Simon Riggs 7085891784 Improvements to docs about pg_archive_cleanup and use of archives 15 years ago
Simon Riggs 3bbcc5c999 Make startup process respond to signals to cancel waiting on latch. 15 years ago
Simon Riggs 45cd9199c2 Fix bug in comment of timeline history file. 15 years ago
Michael Meskes 816b008eaf Applied patch by Itagaki Takahiro to fix incorrect status calculation in 15 years ago
Peter Eisentraut 1a996d6c29 Remove executable permission from files where it doesn't belong 15 years ago
Peter Eisentraut e8a47b3cb9 Add index entries for pg_stat* views 15 years ago
Peter Eisentraut ceb5b787c6 Mention the default pg_ctl wait time in the -t option documentation 15 years ago
Peter Eisentraut ef204db577 Make title capitalization consistent with surroundings 15 years ago
Peter Eisentraut 3bf79839c8 Put per-letter quicklinks at the top of the HTML bookindex page 15 years ago
Itagaki Takahiro d0f876ca8c Accept 'public' as a pseudo-role name in has_table_privilege() and friends 15 years ago
Tom Lane f4d242ef94 Remove some unnecessary tests of pgstat_track_counts. 15 years ago
Alvaro Herrera 82659e0456 Fix typo 15 years ago
Tom Lane 09130e5867 Fix plpython so that it again honors typmod while assigning to tuple fields. 15 years ago
Tom Lane 4016bdef8a Fix assorted bugs in GIN's WAL replay logic. 15 years ago
Tom Lane 220e45bf32 Improve the planner's simplification of NOT constructs. 15 years ago
Tom Lane b48b9cb3a4 Teach psql to do tab completion for names of psql variables. 15 years ago
Tom Lane 2ec993a7cb Support triggers on views. 15 years ago
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