Commit Graph

34185 Commits (59f23fe8d4eb0b95f029eaffdbcadc59d51f45cc)
 

Author SHA1 Message Date
Alvaro Herrera 34c02044ed Fix thinko in comment 14 years ago
Alvaro Herrera ab577e63fa Remove analyze_new_cluster.sh on make clean, too 14 years ago
Tom Lane e323c55301 Fix DROP INDEX CONCURRENTLY IF EXISTS. 14 years ago
Bruce Momjian e40bddb0f3 Have pgindent requre pg_bsd_indent version 1.2 now that a new version 14 years ago
Heikki Linnakangas 918eee0c49 Collect and use histograms of lower and upper bounds for range types. 14 years ago
Peter Eisentraut 6bb0b08fe6 pg_basebackup: Correct error message 14 years ago
Bruce Momjian 7a42dff47e Update FreeBSD kernel configuration documentation. 14 years ago
Tom Lane 9ff79b9d4e Fix up planner infrastructure to support LATERAL properly. 14 years ago
Bruce Momjian de87d47044 Clarify documentation that primary key and unique constraints are copied 14 years ago
Bruce Momjian 9e9a5b71d5 Use psql_error() for most psql error calls, per request from Magnus. 14 years ago
Bruce Momjian f6752ee59a Document clearly that psql \! parameter interpretation limitations are 14 years ago
Bruce Momjian 3e1a373e2b Allow text timezone designations, e.g. "America/Chicago", when using the 14 years ago
Peter Eisentraut 7514208fbb Some spelling adjustments in release notes 14 years ago
Peter Eisentraut 8606e47e11 Normalize some British spellings 14 years ago
Tom Lane 7abaa6b9d3 Fix issues with checks for unsupported transaction states in Hot Standby. 14 years ago
Peter Eisentraut 406473b152 Put options on man page and in help output in slightly better order 14 years ago
Peter Eisentraut 4faf074a53 libpq: Fix memory leak in URI parser 14 years ago
Tom Lane ec8a0135c3 Fix cascading privilege revoke to notice when privileges are still held. 14 years ago
Heikki Linnakangas 8b6b50a34d Fix typo in example. 14 years ago
Peter Eisentraut 26a6267226 Add instructions for setting up documentation tool chain on Mac OS X 14 years ago
Peter Eisentraut 7afa8bed65 pg_upgrade: Run the created scripts in the test suite 14 years ago
Tom Lane 6e2e12c947 Remove overly-pessimistic statement about constraint exclusion. 14 years ago
Tom Lane b33f611682 Make a cut at a major-features list for 9.2. 14 years ago
Tom Lane 979f8f0431 Make an editorial pass over the 9.2 release notes. 14 years ago
Tom Lane 932a271956 Fix erroneous documentation of synchronous_commit = remote_write. 14 years ago
Bruce Momjian 03af60c010 Fix typo. 14 years ago
Bruce Momjian 7dff5b8edd Document that pg_reload_conf() is also an easy way to reload the 14 years ago
Peter Eisentraut b748d8f280 Fix install-strip on Mac OS X 14 years ago
Peter Eisentraut 5c45d2f878 Mark DateTimeParseError() noreturn 14 years ago
Tom Lane 0830cc9fe0 Update 9.2 release notes to reflect commits to date. 14 years ago
Tom Lane 10685ec082 Avoid somewhat-theoretical overflow risks in RecordIsValid(). 14 years ago
Tom Lane 0f524ea0cf Fix dumping of security_barrier views with circular dependencies. 14 years ago
Robert Haas 4b373e42d1 Improve C comments in GetSnapshotData. 14 years ago
Robert Haas 82ef3d3008 Add a note to the MVCC chapter that some things aren't transactional. 14 years ago
Peter Eisentraut 71450d7fd6 Teach compiler that ereport(>=ERROR) does not return 14 years ago
Peter Eisentraut ffdd5a0ee3 Remove external PID file on postmaster exit 14 years ago
Robert Haas 029722ac8e Improved tab completion for CLUSTER VERBOSE. 14 years ago
Robert Haas 68386fc15b Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name. 14 years ago
Tom Lane b2a01b9ad1 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 14 years ago
Heikki Linnakangas 51fed14d73 Don't get confused if a WAL partial record header has xl_tot_len == 0. 14 years ago
Tom Lane 9b2a237cee Fix typo in comment. 14 years ago
Tom Lane a91f885f11 Remove obsolete comment. 14 years ago
Tom Lane 092d7ded29 Allow OLD and NEW in multi-row VALUES within rules. 14 years ago
Tom Lane c246eb5aaf Make use of LATERAL in information_schema.sequences view. 14 years ago
Tom Lane 084a29c94f Another round of planner fixes for LATERAL. 14 years ago
Tom Lane 18226849ea Copy-editing for recent window-functions documentation rewrite. 14 years ago
Tom Lane 470d0b9789 Check LIBXML_VERSION instead of testing in configure script. 14 years ago
Bruce Momjian 305557984d Update 'int' protocol documentation mention to be "signed", per request 14 years ago
Bruce Momjian 3325957656 Delete inaccurate C comment about FSM and adding pages, per Robert Haas. 14 years ago
Bruce Momjian 86d0d16f8a Add URL for include file visualization tool. 14 years ago