summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-12-13Remove recently reintroduced CVS keywordPeter Eisentraut
2010-12-13Document replacement of pg_class.relistemp with relpersistence.Robert Haas
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-12-11Minor documentation cleanup.Robert Haas
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-08Optimize commit_siblings in two ways to improve group commit.Simon Riggs
2010-12-04Add KNNGIST support to contrib/pg_trgm.Tom Lane
2010-12-04Add external documentation for KNNGIST.Tom Lane
2010-12-03Clarify that LOCK TABLE requires a table-level privilege.Robert Haas
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-11-29Be consistent about writing "[, ...]" instead "[,...]" in the docs.Heikki Linnakangas
2010-11-27Point out in default_tablespace's description that CREATE DATABASE ignores it.Tom Lane
2010-11-27New contrib module, auth_delay.Robert Haas
2010-11-27A bit more wordsmithing on the PQping documentation.Tom Lane
2010-11-27Rewrite PQping to be more like what we agreed to last week.Tom Lane
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas
2010-11-25Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian
2010-11-24Document that a CHECKPOINT before taking a file system snapshot canBruce Momjian
2010-11-24When reporting the server as not responding, if the hostname wasBruce Momjian
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Add index entries for more functionsPeter Eisentraut
2010-11-23Propagate ALTER TYPE operations to typed tablesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-21Add new SQL function, format(text).Robert Haas
2010-11-18Add pg_describe_object functionAlvaro Herrera
2010-11-18Minor corrections to dummy_seclabel documentation.Robert Haas
2010-11-18Document the dummy_seclabel contrib module.Robert Haas
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-11-17Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-12docs -> documentationPeter Eisentraut
2010-11-10Mention that pg_upgrade requires compatible 32/64-bit binaries.Bruce Momjian
2010-11-10Add monitoring function pg_last_xact_replay_timestamp.Robert Haas
2010-11-09Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera
2010-11-09Improve pg_ctl's man page.Tom Lane
2010-11-09plpython has plpy.Error instead of plpy.ERRORAlvaro Herrera
2010-11-07Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane
2010-11-07Implement an "S" option for psql's \dn command.Tom Lane
2010-11-04Allow moddatetime's target column to be of type timestamptz.Tom Lane
2010-10-30Change version number in release notes to 9.1alpha2Peter Eisentraut
2010-10-30Last-minute updates to 9.1alpha2 release notesPeter Eisentraut
2010-10-28Release notes for 9.1alpha2Peter Eisentraut
2010-10-28Remove obsolete release-alpha.sgmlPeter Eisentraut
2010-10-28Remove tabs from SGMLPeter Eisentraut
2010-10-28Revert "Correct WAL space calculation formula in docs."Robert Haas
2010-10-28Reorganize OS-specific details about write caching into a list.Robert Haas
2010-10-27Note that effective_io_concurrency only affects bitmap heap scans.Robert Haas
2010-10-26Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas
2010-10-25Allow new values to be added to an existing enum type.Tom Lane