]> granicus.if.org Git - postgresql/history - doc
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
[postgresql] / doc /
2014-11-13 Alvaro HerreraTweak row-level locking documentation
2014-11-13 Peter Eisentrautdoc: Add index entry for "hypothetical-set aggregate"
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-11 Fujii MasaoAdd generate_series(numeric, numeric).
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-10 Alvaro HerreraFurther code and wording tweaks in BRIN
2014-11-08 Peter Eisentrautdoc: Update pg_receivexlog note
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-11-06 Tom LaneRemove the last vestige of server-side autocommit.
2014-11-04 Peter Eisentrautdoc: Move misplaced paragraph
2014-11-03 Tom LaneDocs: fix incorrect spelling of contrib/pgcrypto option.
2014-11-03 Peter EisentrautFix generation of INSTALL file by removing link
2014-11-02 Peter EisentrautAdd configure --enable-tap-tests option
2014-11-01 Peter EisentrautPL/Python: Fix example
2014-10-31 Peter Eisentrautdoc: Fix typos
2014-10-31 Peter Eisentrautdoc: Wording and formatting improvements in new logical...
2014-10-31 Peter Eisentrautdoc: Improve CREATE VIEW / WITH documentation
2014-10-27 Robert HaasAdd missing equals signs to pg_recvlogical documentation.
2014-10-21 Peter EisentrautAllow input format xxxx-xxxx-xxxx for macaddr type
2014-10-21 Peter Eisentrautdoc: Check DocBook XML validity during the build
2014-10-21 Peter Eisentrautdoc: Update Red Hat documentation tools information
2014-10-21 Peter Eisentrautdoc: Update FreeBSD documentation tools information
2014-10-19 Peter EisentrautAllow setting effective_io_concurrency even on unsuppor...
2014-10-18 Bruce MomjianShorten warning about hash creation
2014-10-18 Bruce Momjiandoc: restrictions on alter database moving default...
2014-10-18 Peter Eisentrautdoc: Clean up pg_recvlogical reference page
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-15 Tom LanePrint planning time only in EXPLAIN ANALYZE, not plain...
2014-10-14 Heikki LinnakangasFix typo in docs.
2014-10-14 Peter Eisentrautdoc: Improve ALTER VIEW / SET documentation
2014-10-14 Peter Eisentrautdoc: Fix copy-and-paste mistakes
2014-10-13 Bruce Momjiandoc: mention TM is ignored for to_date/to_timestamp()
2014-10-13 Bruce Momjiandoc: mention more changes needed to use huge pages
2014-10-13 Bruce Momjiandocs: error for adding _validated_ domains for existin...
2014-10-13 Bruce Momjiandoc: improve USING and NATURAL JOIN descriptions
2014-10-13 Heikki LinnakangasAdd --latency-limit option to pgbench.
2014-10-11 Bruce Momjiandocs: remove mention that attnotnull should be changed
2014-10-11 Tom LaneImprove documentation about JSONB array containment...
2014-10-09 Fujii MasaoFix broken example in PL/pgSQL document.
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-10-06 Andres FreundAdd support for managing physical replication slots...
2014-10-06 Andres FreundRename pg_recvlogical's --create/--drop to --create...
2014-10-05 Tom LaneUpdate 9.4 release notes for commits through today.
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-10-03 Alvaro HerreraDon't balance vacuum cost delay when per-table settings...
2014-10-03 Heikki LinnakangasFix documentation for CREATE SEQUENCE IF NOT EXISTS.
2014-10-01 Heikki LinnakangasAdd functions for dealing with PGP armor header lines...
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-09-30 Stephen FrostCorrect stdin/stdout usage in COPY .. PROGRAM
2014-09-29 Andres Freunddoc fix for pg_recvlogical: --create doesn't immediatel...
2014-09-29 Stephen FrostRevert 95d737ff to add 'ignore_nulls'
2014-09-26 Stephen FrostFix relcache for policies, and doc updates
2014-09-25 Heikki LinnakangasAdd -D option to specify data directory to pg_controlda...
2014-09-24 Stephen FrostCopy-editing of row security
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Tom LaneFix failure of contrib/auto_explain to print per-node...
2014-09-19 Robert Haasdoc: Use <literal> and all-caps for READ COMMITTED...
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-19 Andres FreundAdd the capability to display summary statistics to...
2014-09-16 Heikki LinnakangasFix the return type of GIN triConsistent support functi...
2014-09-14 Tom LaneInvent PGC_SU_BACKEND and mark log_connections/log_disc...
2014-09-14 Peter EisentrautRun missing documentation tools through "missing"
2014-09-12 Fujii MasaoAdd GUC to enable logging of replication commands.
2014-09-12 Stephen FrostAdd unicode_{column|header|border}_style to psql
2014-09-12 Stephen FrostAdd 'ignore_nulls' option to row_to_json
2014-09-11 Heikki LinnakangasChange the way latency is calculated with pgbench ...
2014-09-11 Bruce Momjiandoc: improve configuration management section
2014-09-10 Bruce MomjianImplement mxid_age() to compute multi-xid age
2014-09-09 Andres FreundAdd new psql help topics, accessible to both --help...
2014-09-09 Tom LaneAdd width_bucket(anyelement, anyarray).
2014-09-09 Peter Eisentrautdoc: Reflect renaming of Mac OS X to OS X
2014-09-08 Tom LaneFix psql \s to work with recent libedit, and add pager...
2014-09-08 Tom LaneDocumentation fix: sum(float4) returns float4, not...
2014-09-06 Bruce Momjiandocs: Improve pg_isready details about username/dbname
2014-09-06 Bruce MomjianProperly document that -r is only honored from the...
2014-09-05 Bruce Momjianpg_upgrade: preserve the timestamp epoch
2014-09-05 Bruce MomjianClarify documentation about "peer" rows in window functions
2014-09-04 Peter Eisentrautdoc: Remove dead link
2014-09-03 Bruce MomjianUpdate URL reference material in /contrib/isn docs
2014-09-03 Bruce MomjianDocument use of partial indexes for partial unique...
2014-09-02 Heikki LinnakangasCheck number of parameters in RAISE statement at compil...
2014-09-02 Andres FreundAdd psql PROMPT variable showing which line of a statem...
2014-09-02 Fujii MasaoSupport ALTER SYSTEM RESET command.
2014-08-30 Kevin Grittnerdoc: Various typo/grammar fixes
2014-08-29 Bruce Momjianpg_is_xlog_replay_paused(): remove super-user-only...
2014-08-29 Peter Eisentrautdoc: Revert ALTER TABLESPACE summary line
2014-08-29 Tom LaneAdd min and max aggregates for inet/cidr data types.
2014-08-28 Andres FreundAllow escaping of option values for options passed...
2014-08-27 Peter Eisentrautdoc: Document valid checkpoint_timeout range
2014-08-26 Heikki LinnakangasImplement IF NOT EXISTS for CREATE SEQUENCE.
2014-08-26 Bruce Momjianpg_upgrade docs: update docs for 8.3 support removal
2014-08-25 Bruce Momjianpg_ctl, pg_upgrade: allow multiple -o/-O options,...
2014-08-25 Bruce Momjianupgrade docs: highlight pg_upgrade, warn about globals...
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-08-22 Tom LaneFix corner-case behaviors in JSON/JSONB field extractio...
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-08-21 Andres FreundAdd pinning_backends column to the pg_buffercache exten...
2014-08-20 Heikki LinnakangasUse comma+space as the separator in the default search_...
next