Commit Graph

34278 Commits (b51a65f5bf4b68bc91d33d88108837d13d29df98)
 

Author SHA1 Message Date
Bruce Momjian 5fcb58baca Add Perl emacs formatting macros to src/tools/editors/emacs.samples. 14 years ago
Bruce Momjian c36b06a70d Clarify FreeBSD instructions in pg_test_timing. 14 years ago
Bruce Momjian b5dc7612a5 Properly document that SIGTERM is OK for users to use on a postgres 14 years ago
Bruce Momjian 39d0653d05 Revert 1fbc30f1dc because the 14 years ago
Bruce Momjian 1fbc30f1dc Remove doc mention of --enable-shared, per Tom. 14 years ago
Bruce Momjian 39b42ecb05 Document that max_locks_per_transaction might need to be increased for 14 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Bruce Momjian 381a9ed66d Remove configure flag --disable-shared, as it is no longer used by any 14 years ago
Robert Haas 9bedfbd02b Fix checkpoint_timeout documentation to reflect current behavior. 14 years ago
Bruce Momjian 83fbfec383 Document that log_autovacuum_min_duration can be used to monitor 14 years ago
Tom Lane 77387f0ac8 Suppress creation of backwardly-indexed paths for LATERAL join clauses. 14 years ago
Robert Haas 35738b5906 Document how to prevent PostgreSQL itself from exhausting memory. 14 years ago
Heikki Linnakangas 3e6eb0dd0a Fix division by zero in the new range type histogram creation. 14 years ago
Robert Haas a66fca3f0c Add missing period to detail message. 14 years ago
Robert Haas b9ea8d20fd Document that COPY OUT requires an absolute pathname. 14 years ago
Bruce Momjian 48a9c7823e Remove old documentation warnings about the use of bigint. 14 years ago
Robert Haas c8ba697a4b Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit. 14 years ago
Tom Lane d1a4db8d25 Improve EXPLAIN's ability to cope with LATERAL references in plans. 14 years ago
Robert Haas e1a6375d8f Comment fixes. 14 years ago
Robert Haas 152525b5f3 Document that xslt-related RPMs may be needed to build docs. 14 years ago
Peter Eisentraut 9cffb187d8 Also check for Python platform-specific include directory 14 years ago
Tom Lane e83bb10d6d Adjust definition of cheapest_total_path to work better with LATERAL. 14 years ago
Bruce Momjian 9fe6da5c0d Document that NOTIFY events are visible to all users. 14 years ago
Bruce Momjian 3825963e7f Report postmaster.pid file as empty if it is empty, rather than 14 years ago
Heikki Linnakangas c82dedb7a8 Optimize SP-GiST insertions. 14 years ago
Alvaro Herrera 9df55c8c3f Fix assorted compilation failures in contrib 14 years ago
Peter Eisentraut 1a26e1c766 Add strerror() string to chdir() error message 14 years ago
Alvaro Herrera 21c09e99dc Split heapam_xlog.h from heapam.h 14 years ago
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