Commit Graph

34100 Commits (fda0594fc2f4c98ee50ea02fa196ca51db81ea70)
 

Author SHA1 Message Date
Alvaro Herrera fda0594fc2 remove catcache.h from syscache.h 14 years ago
Alvaro Herrera 45326c5a11 Split resowner.h 14 years ago
Alvaro Herrera 0a664ec27f add #includes to plpy_subxactobject.h to make it compile standalone 14 years ago
Tom Lane 0a83f2492f Remove pg_stat_statements--1.0.sql, too. 14 years ago
Tom Lane 9db098dfa9 Remove hstore--1.0.sql. 14 years ago
Bruce Momjian 0f3351aacf Adjust pg_test_timing to show shortest test durations first, place 14 years ago
Bruce Momjian 65b2ee27ad Prevent psql tab completion in SET from adding TO when the equals sign 14 years ago
Bruce Momjian 5ea6c9d798 Update doc mention of how to compute bigint advisory lock value, per Tom 14 years ago
Alvaro Herrera 095e6c5a7d syncrep.h must include xlogdefs.h 14 years ago
Peter Eisentraut a5727888d7 Small punctuation fixes 14 years ago
Bruce Momjian bf849af7f3 Document how to create advisory lock "bigint" values in SQL. 14 years ago
Tom Lane 7417a8e3dd Improve a couple of 9.2 release note entries. 14 years ago
Tom Lane 8770328784 Add section IDs to subsections of syntax.sgml that lacked them. 14 years ago
Bruce Momjian 483c2c1071 Document the lack of reading the PGDATABASE environment variable in 14 years ago
Alvaro Herrera 088c065ce8 pg_upgrade: Fix exec_prog API to be less flaky 14 years ago
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