summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because theBruce Momjian2012-08-301-1/+2
* Remove doc mention of --enable-shared, per Tom.Bruce Momjian2012-08-301-2/+1
* Document that max_locks_per_transaction might need to be increased forBruce Momjian2012-08-301-3/+3
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30167-639/+830
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-306-74/+0
* Fix checkpoint_timeout documentation to reflect current behavior.Robert Haas2012-08-301-6/+4
* Document that log_autovacuum_min_duration can be used to monitorBruce Momjian2012-08-301-1/+3
* Suppress creation of backwardly-indexed paths for LATERAL join clauses.Tom Lane2012-08-303-8/+46
* Document how to prevent PostgreSQL itself from exhausting memory.Robert Haas2012-08-301-2/+16
* Fix division by zero in the new range type histogram creation.Heikki Linnakangas2012-08-301-1/+4
* Add missing period to detail message.Robert Haas2012-08-301-1/+1
* Document that COPY OUT requires an absolute pathname.Robert Haas2012-08-301-3/+4
* Remove old documentation warnings about the use of bigint.Bruce Momjian2012-08-301-12/+2
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-302-8/+80
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-302-9/+11
* Comment fixes.Robert Haas2012-08-302-4/+4
* Document that xslt-related RPMs may be needed to build docs.Robert Haas2012-08-301-2/+2
* Also check for Python platform-specific include directoryPeter Eisentraut2012-08-292-6/+26
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-298-252/+217
* Document that NOTIFY events are visible to all users.Bruce Momjian2012-08-291-1/+2
* Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian2012-08-292-2/+15
* Optimize SP-GiST insertions.Heikki Linnakangas2012-08-292-16/+27
* Fix assorted compilation failures in contribAlvaro Herrera2012-08-284-3/+9
* Add strerror() string to chdir() error messagePeter Eisentraut2012-08-281-3/+5
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-2826-244/+287
* remove catcache.h from syscache.hAlvaro Herrera2012-08-2811-1/+14
* Split resowner.hAlvaro Herrera2012-08-2823-69/+106
* add #includes to plpy_subxactobject.h to make it compile standaloneAlvaro Herrera2012-08-281-0/+3
* Remove pg_stat_statements--1.0.sql, too.Tom Lane2012-08-281-39/+0
* Remove hstore--1.0.sql.Tom Lane2012-08-281-530/+0
* Adjust pg_test_timing to show shortest test durations first, placeBruce Momjian2012-08-282-47/+59
* Prevent psql tab completion in SET from adding TO when the equals signBruce Momjian2012-08-281-0/+1
* Update doc mention of how to compute bigint advisory lock value, per TomBruce Momjian2012-08-281-2/+2
* syncrep.h must include xlogdefs.hAlvaro Herrera2012-08-281-0/+1
* Small punctuation fixesPeter Eisentraut2012-08-282-4/+5
* Document how to create advisory lock "bigint" values in SQL.Bruce Momjian2012-08-271-1/+4
* Improve a couple of 9.2 release note entries.Tom Lane2012-08-271-15/+22
* Add section IDs to subsections of syntax.sgml that lacked them.Tom Lane2012-08-271-7/+7
* Document the lack of reading the PGDATABASE environment variable inBruce Momjian2012-08-271-1/+2
* pg_upgrade: Fix exec_prog API to be less flakyAlvaro Herrera2012-08-276-113/+96
* Fix thinko in commentAlvaro Herrera2012-08-271-2/+2
* Remove analyze_new_cluster.sh on make clean, tooAlvaro Herrera2012-08-271-1/+1
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-272-2/+2
* Have pgindent requre pg_bsd_indent version 1.2 now that a new versionBruce Momjian2012-08-271-1/+1
* Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas2012-08-279-32/+881
* pg_basebackup: Correct error messagePeter Eisentraut2012-08-271-1/+1
* Update FreeBSD kernel configuration documentation.Bruce Momjian2012-08-261-12/+12
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-2630-182/+817
* Clarify documentation that primary key and unique constraints are copiedBruce Momjian2012-08-261-10/+7
* Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian2012-08-254-37/+38