Commit Graph

30183 Commits (4b200a27693ebdfb2cc281682adb627069c7d6e1)
 

Author SHA1 Message Date
Tom Lane 4b200a2769 Fix assorted misstatements and poor wording in the descriptions of the I/O 15 years ago
Robert Haas 276a8f4e99 Additional cross-references to window functions documentation. 15 years ago
Andrew Dunstan 97301ab189 Unbreak MSVC builds by removing copydir.c from list of libpgport files 15 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 15 years ago
Robert Haas bb0fe9feb9 Move copydir.c from src/port to src/backend/storage/file 15 years ago
Bruce Momjian 621cf14620 Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. 15 years ago
Robert Haas 71d6d0750d Allow copydir() to be interrupted. 15 years ago
Tom Lane 600fc1dc9d Get rid of some more stuff that duplicates c.h or port.h. 15 years ago
Bruce Momjian 14bd1c3d9e Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. 15 years ago
Robert Haas c6cf3060d6 Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 15 years ago
Bruce Momjian c37e009678 Update 9.0 release notes so streaming replication and hot standby is not 15 years ago
Heikki Linnakangas 350ab443be stringToNode() and deparse_expression_pretty() crash on invalid input, 15 years ago
Andrew Dunstan 71a4d5c642 Correct missing/misspelled surname. 15 years ago
Bruce Momjian 67bc0b2b90 Document that /bin/true on Windows is implemented by 'REM'. 15 years ago
Bruce Momjian e1f8d97e49 In documentation, use "lower case"/"upper case" consistently (use space 15 years ago
Bruce Momjian 5016b69cf1 Document that shared_preload_libraries and local_preload_libraries 15 years ago
Tom Lane 5dbf489868 Add compatibility note warning that plpgsql is now stricter about the column 15 years ago
Bruce Momjian b57ddccf05 Add C comment about why synchronous_commit=off behavior can lose 15 years ago
Peter Eisentraut 89474cc321 Message tuning 15 years ago
Peter Eisentraut a3401bea9c Use different function names for plpython3 handlers, to avoid clashes in 15 years ago
Peter Eisentraut e849b49406 Add note clarifying that XML fragments don't accept DTDs 15 years ago
Bruce Momjian 93c81c6831 Fix doc double-wording in non-durable patch. 15 years ago
Bruce Momjian c65f299894 Add new Non-Durable Settings documentation section. 15 years ago
Robert Haas 400916b6d7 emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. 15 years ago
Peter Eisentraut ee37fb57c0 Add guidelines for formatting errcontext strings 15 years ago
Bruce Momjian 7bfc0e5e79 Remove tab from SGML. 15 years ago
Tom Lane 04d9f4dab4 Improve pg_dump's checkSeek() function to verify the functioning of ftello 15 years ago
Tom Lane b779ea8a9a Fix pg_restore so parallel restore doesn't fail when the input file doesn't 15 years ago
Robert Haas e351593922 Rewrite docs for new libpq keepalive parameters. 15 years ago
Robert Haas 7c49bf9d5d Make AIX suggestions about disabling ipv6 more version-sensitive. 15 years ago
Tom Lane 399da7d882 Fix thinko in tok_is_keyword(): it was looking at the wrong union variant 15 years ago
Simon Riggs 3bdd23932b Fix log_temp_files docs and comments to say bytes not kilobytes. 15 years ago
Robert Haas fd3499be2f Some copy-editing of the Hot Standby documentation. 15 years ago
Robert Haas dedb500e8a Further 9.0 release notes updates. 15 years ago
Robert Haas 243bbe6ed8 Add stray "else" that seems to have gone missing. 15 years ago
Bruce Momjian f5dc03dc69 Mention that when alter rewrites a table, indexes are also rebuilt. 15 years ago
Robert Haas d8cd283a08 Add TCP keepalive support to libpq. 15 years ago
Bruce Momjian c1b617987d Add username designations to all pg_upgrade utility calls that support it. 15 years ago
Bruce Momjian 601d1eeddc Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever 15 years ago
Bruce Momjian 7b6f29006e Update pg_ctl docs to explain server output behavior differences on 15 years ago
Robert Haas 8327060dc2 Updated expected-output file for hstore. 15 years ago
Robert Haas f974212320 Deprecate the use of => as an operator name. 15 years ago
Robert Haas 9b2c14cf11 Minor markup improvements for Hot Standby documentation. 15 years ago
Heikki Linnakangas 2e8a832dd6 In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop 15 years ago
Tom Lane f685cbbac8 Fix mishandling of whole-row Vars referencing a view or sub-select. 15 years ago
Robert Haas 31c47e53aa Rename hstore => text[] operator to % 15 years ago
Tom Lane 78e8f0025e Clean up some randomness associated with trace_recovery_messages: don't 15 years ago
Tom Lane 09698bb5fb Make RemoveOldXlogFiles's debug printout match style used elsewhere: 15 years ago
Tom Lane 449c73f466 Clean up pg_archivecleanup's error and logging output: put newlines in 15 years ago
Tom Lane f826f8fc69 Add missing close brackets in old-style COPY syntax diagram. 15 years ago