summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-02-19Document that text search comparisons happen after text searchBruce Momjian
2011-02-18Add transaction-level advisory locks.Itagaki Takahiro
2011-02-18Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera
2011-02-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-17Typo fixBruce Momjian
2011-02-17Remove doc mention about read committed in upsert example.Bruce Momjian
2011-02-17Document that plpgsql upsert example can fail if insert triggers returnBruce Momjian
2011-02-17In documentation example, use concat_values() instead of concat()Bruce Momjian
2011-02-17Typo fixes.Robert Haas
2011-02-17Remove rule to build sepgsql-regtest.pp.Robert Haas
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-16Add FOREACH IN ARRAY looping to plpgsql.Tom Lane
2011-02-16pg_ctl promoteRobert Haas
2011-02-15Assorted corrections to the patch to add WAL receiver replies.Robert Haas
2011-02-15Rename max_predicate_locks_per_transaction.Robert Haas
2011-02-15Avoid a few more SET DATA TYPE table rewrites.Robert Haas
2011-02-15Additional required docs for pg_constraint catalog entrySimon Riggs
2011-02-15Rearrange extension-related views as per recent discussion.Tom Lane
2011-02-15Small improvements to external-projects documentation.Tom Lane
2011-02-14Fix obsolete references to old-style contrib installation methods.Tom Lane
2011-02-14Support replacing MODULE_PATHNAME during extension script file execution.Tom Lane
2011-02-14Change the naming convention for extension files to use double dashes.Tom Lane
2011-02-13Clarify documentation for libpq's PQescapeBytea to mention the new hexBruce Momjian
2011-02-13Back out libpq doc change; not ready yet.Bruce Momjian
2011-02-13Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian
2011-02-12Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.Tom Lane
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.Robert Haas
2011-02-12Clean up installation directory choices for extensions.Tom Lane
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-02-10Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh.Andrew Dunstan
2011-02-10Fix typo in the documentation.Itagaki Takahiro
2011-02-09Information schema views for collation supportPeter Eisentraut
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-09Remove more SGML tabs.Bruce Momjian
2011-02-09Remove tabs in SGML file.Bruce Momjian
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Fix typo, by Kevin Grittner.Heikki Linnakangas
2011-02-08Named restore points in recovery. Users can record named points, thenSimon Riggs
2011-02-08Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-08Fix copy-pasto in description of pg_serial, and silence compiler warningHeikki Linnakangas
2011-02-08Avoid having autovacuum workers wait for relation locks.Robert Haas
2011-02-07Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.Heikki Linnakangas
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas