Commit Graph

30625 Commits (6e74a91b2bf0e0032ccd60dd99d6cf47c190c428)
 

Author SHA1 Message Date
Tom Lane 6e74a91b2b Fix incorrect generation of whole-row variables in planner. 15 years ago
Bruce Momjian 722d5beeb2 In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity. 15 years ago
Bruce Momjian 51eeccd6cc Add removal of PG_VERSION to optional old cluster deletion script. 15 years ago
Bruce Momjian f75d6a1b19 Add mention of using tools/fsync to test fsync methods. Restructure 15 years ago
Robert Haas 604ab08145 Add levenshtein_less_equal, optimized version for small distances. 15 years ago
Robert Haas 262c1a42dc Unbreak comments on composite type attributes. 15 years ago
Bruce Momjian 9df96f9bb1 In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. 15 years ago
Peter Eisentraut bc8624b15d Support key word 'all' in host column of pg_hba.conf 15 years ago
Bruce Momjian 433c7a6545 Document the tablespace directory "should" be empty, rather than "must" 15 years ago
Robert Haas 9c73e20f38 Change example pg_hba.conf in docs to match altered pg_hba.conf.sample 15 years ago
Tom Lane 419d2374bf Fix a passel of inappropriately-named global functions in GIN. 15 years ago
Tom Lane 48c7d9f6ff Improve GIN indexscan cost estimation. 15 years ago
Magnus Hagander cd0e825321 Fix msvc build for localized versions of Visual C++ 15 years ago
Tom Lane 9771125c18 Fix recent changes to not break non-IPV6-aware systems. 15 years ago
Alvaro Herrera 33ae03f400 Document that translate() removes characters in "from" that don't have 15 years ago
Tom Lane 07f1264dda Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. 15 years ago
Peter Eisentraut 6ab42ae367 Support host names in pg_hba.conf 15 years ago
Peter Eisentraut 3cde44374a Change references to SQL/XML:2003 to :2008 and renumber sections accordingly 15 years ago
Tom Lane 71d24466fb Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs. 15 years ago
Alvaro Herrera 0c9b166db5 Allow pg_ctl to register the service in either AUTO or DEMAND start type 15 years ago
Magnus Hagander 0e7f7071e8 Fix low-risk potential denial of service against RADIUS login. 15 years ago
Simon Riggs 915116bc62 Correct WAL space calculation formula in docs. 15 years ago
Bruce Momjian 23177114c6 Improve comment about ignoring 128 error code on Windows: 15 years ago
Robert Haas e468213358 Add pg_user_mappings to the table of system views. 15 years ago
Tom Lane 11cad29c91 Support MergeAppend plans, to allow sorted output from append relations. 15 years ago
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