Commit Graph

33130 Commits (94de3a679bf0afe9bb15ffb7af066b7df58859af)
 

Author SHA1 Message Date
Stephen Frost 2f397a08de Clean up pg_basebackup libpq usage 13 years ago
Stephen Frost 3cb7a393e8 Ensure 64bit arithmetic when calculating tapeSpace 13 years ago
Michael Meskes 703bc145f7 Fixed incorrect description of EXEC SQL VAR command. 13 years ago
Bruce Momjian ad4c625ee4 pg_upgrade: document possible pg_hba.conf options 13 years ago
Magnus Hagander 271f7b0f8a Fix include-guard 13 years ago
Michael Meskes 6dc4e62d04 Also escape double quotes for ECPG's #line statement. 13 years ago
Magnus Hagander 456d37a0bf Remove stray | character 13 years ago
Michael Meskes 2bb2a29c71 Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line statements. 13 years ago
Alvaro Herrera 8455b70fee Mention extra_float_digits in floating point docs 13 years ago
Tom Lane 50e66d37ac Mark index-constraint comments with correct dependency in pg_dump. 13 years ago
Tom Lane c204aba26c Expect EWOULDBLOCK from a non-blocking connect() call only on Windows. 13 years ago
Tom Lane 0ae7d63b5c Tweak wording in sequence-function docs to avoid PDF build failures. 13 years ago
Noah Misch 8356d94988 Document effect of constant folding on CASE. 13 years ago
Andrew Dunstan 1c6afc40f7 Properly dump dropped foreign table cols in binary-upgrade mode. 13 years ago
Fujii Masao 3f145f6be3 Support clean switchover. 13 years ago
Simon Riggs a41c88194b Ensure no xid gaps during Hot Standby startup 13 years ago
Peter Eisentraut 27e9e86f6d Update CREATE FUNCTION documentation about argument names 13 years ago
Simon Riggs be039d4b29 Fix docs on lock level for ALTER TABLE VALIDATE 13 years ago
Fujii Masao 81bb2d23bd Fix pg_restore -l with the directory archive to display the correct format name. 13 years ago
Tom Lane cf0f08e03b Only install a portal's ResourceOwner if it actually has one. 13 years ago
Robert Haas e19c932edf Improve description of loread/lowrite. 13 years ago
Tom Lane e46753e9b9 Fix cache flush hazard in cache_record_field_properties(). 13 years ago
Tatsuo Ishii 219ef8e33c Add description that loread()/lowrite() are corresponding to 13 years ago
Joe Conway 86742ac9c8 Fix ordering of obj id for Rules and EventTriggers in pg_dump. 13 years ago
Tom Lane a2c2336f96 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 13 years ago
Tom Lane aee8a60c72 Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. 13 years ago
Tom Lane 8c3fdbb56e Remove fixed limit on the number of concurrent AllocateFile() requests. 13 years ago
Andrew Dunstan d7cb64aeb5 Don't downcase non-ascii identifier chars in multi-byte encodings. 13 years ago
Kevin Grittner 8af3f277b4 Correct the documentation of pg_rewrite.ev_attr. 13 years ago
Tom Lane ca6566612c Minor docs wordsmithing. 13 years ago
Heikki Linnakangas 3ebdf6c9f9 Fix typo in comment. 13 years ago
Tom Lane f753c9d596 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 13 years ago
Tom Lane 940a85e5e1 Put analyze_keyword back in explain_option_name production. 13 years ago
Tom Lane f94979f618 Provide better message when CREATE EXTENSION can't find a target schema. 13 years ago
Tom Lane dc12e477eb Fix memory leak in LogStandbySnapshot(). 13 years ago
Tom Lane 89bd9fe5fd Add semicolons to eval'd strings to hide a minor Perl behavioral change. 13 years ago
Tom Lane 1e5588cfd9 Allow type_func_name_keywords in some places where they weren't before. 13 years ago
Stephen Frost 39485bbdba Documentation fix for ALTER TYPE .. RENAME 13 years ago
Robert Haas 7b2d780f2a Fix typo in comment. 13 years ago
Tom Lane 9d8bc2f0ae Fix fd.c to preserve errno where needed. 13 years ago
Tom Lane ee249498a9 Fix handling of OID wraparound while in standalone mode. 13 years ago
Tom Lane 0c2c0f82c2 Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane fd262376e9 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Tom Lane 56ac625705 Use pg_dump's --quote-all-identifiers option in pg_upgrade. 13 years ago
Bruce Momjian 6f3ec222fc docs: log_line_prefix session id fix 13 years ago
Bruce Momjian 8f80e35b55 doc: fix log_line_prefix session_id %c item 13 years ago
Heikki Linnakangas e1d1d80993 Fix thinko in comment. 13 years ago
Heikki Linnakangas 424cc31a37 Install recycled WAL segments with current timeline ID during recovery. 13 years ago
Kevin Grittner 93641341f0 Ensure ANALYZE phase is not skipped because of canceled truncate. 13 years ago
Joe Conway 359c8e4545 Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine. 13 years ago