Commit Graph

35153 Commits (9af4159fce6654aa0e081b00d02bca40b978745c)
 

Author SHA1 Message Date
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Robert Haas 07ab261ef3 Document auto_explain.log_timing. 13 years ago
Bruce Momjian f80e55054b pg_upgrade docs: mention need to set parameters for vacuumdb. 13 years ago
Stephen Frost 05624220c4 Documentation fix for ALTER TYPE .. RENAME 13 years ago
Heikki Linnakangas 230e92c82b Remove pageinspect--1.0.sql 13 years ago
Robert Haas 6eb971bd64 Fix typo in comment. 13 years ago
Heikki Linnakangas e2ef289363 Print line number correctly in COPY. 13 years ago
Bruce Momjian bc41ef4791 9.3 release notes: improve cached plan mention 13 years ago
Simon Riggs 22a27ef113 After fast promotion use CHECKPOINT_FORCE 13 years ago
Simon Riggs 75a192638f Maintain ThisTimeLineID correctly in checkpointer 13 years ago
Bruce Momjian 8955dac251 9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS 13 years ago
Bruce Momjian efc7952c89 9.3 release docs: fix DROP TABLE IF EXISTS 13 years ago
Peter Eisentraut 256f6ba78a Documentation spell checking and markup improvements 13 years ago
Heikki Linnakangas 30b5ede715 Fix escaping in generated recovery.conf file. 13 years ago
Tom Lane 2af0971f35 Clarify documentation of EXPLAIN (TIMING OFF) option. 13 years ago
Simon Riggs d4337a0dcb Init crash recovery using the latest available TLI 13 years ago
Simon Riggs 1781744cfc Emit msg correctly for timeline-crossing crash 13 years ago
Simon Riggs c94dff4c3c Remove single space on end of a line in xlog.c 13 years ago
Heikki Linnakangas d0cab7903b Remove unused regression test files. 13 years ago
Bruce Momjian f472012a32 release docs: mention PL/pgSQL as supporting event triggers in PG 9.3 13 years ago
Tom Lane 403bd6a18b Fix crash when trying to display a NOTIFY rule action. 13 years ago
Tom Lane 6563fb2b45 Fix fd.c to preserve errno where needed. 13 years ago
Tom Lane e7bfc7e42c Fix some uses of "the quick brown fox". 13 years ago
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
Peter Eisentraut a2a480af88 doc: Add \dm command to psql man page 13 years ago
Peter Eisentraut a9bb274f90 doc: Fix some whitespace issues in the man pages 13 years ago
Peter Eisentraut d2b920cded pg_upgrade: Replace tabs in output string constants by spaces 13 years ago
Peter Eisentraut bd17102487 doc: Fix order of options on pgbench man page 13 years ago
Tom Lane e9c336c786 Fix handling of OID wraparound while in standalone mode. 13 years ago
Tom Lane 904af8db8a Fix handling of strict non-set functions with NULLs in set-valued inputs. 13 years ago
Peter Eisentraut f0ed3a8a99 pgbench: Fix order of options in --help output 13 years ago
Peter Eisentraut a4fd3366a6 pg_xlogdump: Improve --help output 13 years ago
Tom Lane 35d50b527a Fix to_number() to correctly ignore thousands separator when it's '.'. 13 years ago
Tom Lane 8cade04c10 Fix buildfarm incompatibility in updated pg_upgrade test script. 13 years ago
Tom Lane 7e2b1c03ce Make pg_upgrade's test script attempt to select a non-conflicting port. 13 years ago
Tom Lane c263f16a20 Update CREATE FUNCTION documentation about argument names. 13 years ago
Tom Lane 69cc60dcfd Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane 477b5a0e24 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Tom Lane 91715e8293 Fix management of fn_extra caching during repeated GiST index scans. 13 years ago
Peter Eisentraut cda7acee5f Update key words table for 9.3 13 years ago
Peter Eisentraut bd98852cbd Remove make_keywords 13 years ago
Tom Lane 1c36700e9e Use pg_dump's --quote-all-identifiers option in pg_upgrade. 13 years ago
Bruce Momjian df9d764186 pg_upgrade docs: give tips on automation 13 years ago
Tom Lane 284e28f228 Update collate.linux.utf8.out for ruleutils.c line-wrapping changes. 13 years ago
Tom Lane a7b965382c Better fix for permissions tests in excluded subqueries. 13 years ago
Heikki Linnakangas 4b06c1820a The data structure used in unaccent is a trie, not suffix tree. 13 years ago
Heikki Linnakangas 2ffa66f497 Fix walsender failure at promotion. 13 years ago
Heikki Linnakangas cb953d8b1b Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass. 13 years ago
Peter Eisentraut 20c00ca668 doc: Add IDs to link targets used by phpPgAdmin 13 years ago
Heikki Linnakangas 7f03a791fa Stress that backup_label file is critical in the docs. 13 years ago