Commit Graph

11861 Commits (b64d92f1a5602c55ee8b27a7ac474f03b7aee340)

Author SHA1 Message Date
Heikki Linnakangas b0d81adea6 Add -D option to specify data directory to pg_controldata and pg_resetxlog. 11 years ago
Stephen Frost afd1d95f5b Copy-editing of row security 11 years ago
Stephen Frost 6550b901fe Code review for row security. 11 years ago
Tom Lane 898f8a96ef Fix failure of contrib/auto_explain to print per-node timing information. 11 years ago
Robert Haas a92b5f969b doc: Use <literal> and all-caps for READ COMMITTED isolation level. 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Andres Freund bdd5726c34 Add the capability to display summary statistics to pg_xlogdump. 11 years ago
Heikki Linnakangas 77e65bf369 Fix the return type of GIN triConsistent support functions to "char". 11 years ago
Tom Lane fe550b2ac2 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 11 years ago
Peter Eisentraut c2a01439c0 Run missing documentation tools through "missing" 11 years ago
Fujii Masao 4ad2a54805 Add GUC to enable logging of replication commands. 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Stephen Frost 95d737ff45 Add 'ignore_nulls' option to row_to_json 11 years ago
Heikki Linnakangas 02e3bcc661 Change the way latency is calculated with pgbench --rate option. 11 years ago
Bruce Momjian 4c4654afeb doc: improve configuration management section 11 years ago
Bruce Momjian 36ad1a87a3 Implement mxid_age() to compute multi-xid age 11 years ago
Andres Freund 07c8651dd9 Add new psql help topics, accessible to both --help and \?. 11 years ago
Tom Lane e80252d424 Add width_bucket(anyelement, anyarray). 11 years ago
Peter Eisentraut 220bb39dee doc: Reflect renaming of Mac OS X to OS X 11 years ago
Tom Lane 750c5ee6ce Fix psql \s to work with recent libedit, and add pager support. 11 years ago
Tom Lane 0640c1bfc0 Documentation fix: sum(float4) returns float4, not float8. 11 years ago
Bruce Momjian 465b52e74c docs: Improve pg_isready details about username/dbname 11 years ago
Bruce Momjian d42f67c52a Properly document that -r is only honored from the command-line. 11 years ago
Bruce Momjian a74a4aa23b pg_upgrade: preserve the timestamp epoch 11 years ago
Bruce Momjian 1f4d1074c5 Clarify documentation about "peer" rows in window functions 11 years ago
Peter Eisentraut 8b896abe8e doc: Remove dead link 11 years ago
Bruce Momjian 4b91ade41f Update URL reference material in /contrib/isn docs 11 years ago
Bruce Momjian 4b22401175 Document use of partial indexes for partial unique constraints 11 years ago
Heikki Linnakangas c1008f0037 Check number of parameters in RAISE statement at compile time. 11 years ago
Andres Freund 51bb79569f Add psql PROMPT variable showing which line of a statement is being edited. 11 years ago
Fujii Masao bd3b7a9eef Support ALTER SYSTEM RESET command. 11 years ago
Kevin Grittner 05258761bf doc: Various typo/grammar fixes 11 years ago
Bruce Momjian 01363beae5 pg_is_xlog_replay_paused(): remove super-user-only restriction 11 years ago
Peter Eisentraut 14b7c8f2d0 doc: Revert ALTER TABLESPACE summary line 11 years ago
Tom Lane 6c40f8316e Add min and max aggregates for inet/cidr data types. 11 years ago
Andres Freund 11a020eb6e Allow escaping of option values for options passed at connection start. 11 years ago
Peter Eisentraut 8e484bc4ab doc: Document valid checkpoint_timeout range 11 years ago
Heikki Linnakangas 0076f264b6 Implement IF NOT EXISTS for CREATE SEQUENCE. 11 years ago
Bruce Momjian e8c81b1b8e pg_upgrade docs: update docs for 8.3 support removal 11 years ago
Bruce Momjian ebe30ad59b pg_ctl, pg_upgrade: allow multiple -o/-O options, append them 11 years ago
Bruce Momjian bf1c866597 upgrade docs: highlight pg_upgrade, warn about globals preservation 11 years ago
Alvaro Herrera f41872d0c1 Implement ALTER TABLE .. SET LOGGED / UNLOGGED 11 years ago
Tom Lane 41dd50e84d Fix corner-case behaviors in JSON/JSONB field extraction operators. 11 years ago
Stephen Frost 3c4cf08087 Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' 11 years ago
Andres Freund f57791985a Add pinning_backends column to the pg_buffercache extension. 11 years ago
Heikki Linnakangas 02587dcddc Use comma+space as the separator in the default search_path. 11 years ago
Noah Misch 7fc5f1a355 Make pg_service.conf sample LDIF more portable. 11 years ago
Noah Misch 10718612fb Document new trigger-related forms of ALTER FOREIGN TABLE. 11 years ago
Greg Stark 663675885e Adjust Release Notes to reflect holding off wrapped expanded mode until 9.5 (thanks Michael Paquier) 11 years ago
Tom Lane 2b475c5946 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. 11 years ago