summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-26doc: Fix markupPeter Eisentraut
2014-11-25Remove extraneous SGML tagSimon Riggs
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-21Add pageinspect functions for inspecting GIN indexes.Heikki Linnakangas
2014-11-19Improve documentation's description of JOIN clauses.Tom Lane
2014-11-17Add pg_dump --snapshot optionSimon Riggs
2014-11-17Update 9.4 release notes for commits through today.Tom Lane
2014-11-17Add --synchronous option to pg_receivexlog, for more reliable WAL writing.Fujii Masao
2014-11-16Mention the TZ environment variable for initdbMagnus Hagander
2014-11-16Restructure doc sections about statistics viewsMagnus Hagander
2014-11-14Document evaluation-order considerations for aggregate functions.Tom Lane
2014-11-14Document BRIN's pages_per_range in CREATE INDEXAlvaro Herrera
2014-11-14Revert change to ALTER TABLESPACE summary.Stephen Frost
2014-11-13Tweak row-level locking documentationAlvaro Herrera
2014-11-13doc: Add index entry for "hypothetical-set aggregate"Peter Eisentraut
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add generate_series(numeric, numeric).Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-10Further code and wording tweaks in BRINAlvaro Herrera
2014-11-08doc: Update pg_receivexlog notePeter Eisentraut
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-11-06Remove the last vestige of server-side autocommit.Tom Lane
2014-11-04doc: Move misplaced paragraphPeter Eisentraut
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-11-03Fix generation of INSTALL file by removing linkPeter Eisentraut
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-11-01PL/Python: Fix examplePeter Eisentraut
2014-10-31doc: Fix typosPeter Eisentraut
2014-10-31doc: Wording and formatting improvements in new logical decoding docsPeter Eisentraut
2014-10-31doc: Improve CREATE VIEW / WITH documentationPeter Eisentraut
2014-10-27Add missing equals signs to pg_recvlogical documentation.Robert Haas
2014-10-21Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut
2014-10-21doc: Check DocBook XML validity during the buildPeter Eisentraut
2014-10-21doc: Update Red Hat documentation tools informationPeter Eisentraut
2014-10-21doc: Update FreeBSD documentation tools informationPeter Eisentraut
2014-10-19Allow setting effective_io_concurrency even on unsupported systemsPeter Eisentraut
2014-10-18Shorten warning about hash creationBruce Momjian
2014-10-18doc: restrictions on alter database moving default tablespaceBruce Momjian
2014-10-18doc: Clean up pg_recvlogical reference pagePeter Eisentraut
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
2014-10-14Fix typo in docs.Heikki Linnakangas
2014-10-14doc: Improve ALTER VIEW / SET documentationPeter Eisentraut
2014-10-14doc: Fix copy-and-paste mistakesPeter Eisentraut
2014-10-13doc: mention TM is ignored for to_date/to_timestamp()Bruce Momjian