index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-15
1
-7
/
+6
*
doc: Clarify what files pg_basebackup omits from data directory
Peter Eisentraut
2014-05-14
1
-2
/
+4
*
doc: Fix DocBook XML validity
Peter Eisentraut
2014-05-06
3
-20
/
+25
*
doc: Update pg_basebackup version compatibility claim for 9.4
Peter Eisentraut
2014-05-01
1
-1
/
+1
*
Minor fixes for ALTER TABLE documentation.
Robert Haas
2014-04-28
1
-2
/
+2
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
1
-9
/
+40
*
doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string"
Bruce Momjian
2014-04-22
1
-1
/
+1
*
doc: improve wording of COPY commit 7ec73783d88a743799b0c262f1235f772497fb1d
Bruce Momjian
2014-04-22
1
-3
/
+2
*
doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
Bruce Momjian
2014-04-22
1
-2
/
+3
*
doc: improve CREATE RULE event list
Bruce Momjian
2014-04-22
1
-0
/
+4
*
copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Bruce Momjian
2014-04-22
1
-0
/
+7
*
doc: CREATE DATABASE doesn't copy template database-level config params
Bruce Momjian
2014-04-19
1
-0
/
+6
*
docs: tablespaces cannot be accessed independently
Bruce Momjian
2014-04-19
1
-0
/
+8
*
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-16
1
-1
/
+1
*
docs: properly document psql auto encoding mode
Bruce Momjian
2014-04-16
1
-1
/
+1
*
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-15
2
-2
/
+6
*
vacuumdb: Add option --analyze-in-stages
Peter Eisentraut
2014-04-15
1
-0
/
+20
*
doc: Update yet another place that didn't get the memo about matviews.
Robert Haas
2014-04-14
1
-1
/
+1
*
Correct description of constraint_name in ALTER TABLE documentation.
Robert Haas
2014-04-14
1
-1
/
+1
*
Update list of relation types on which ALTER TABLE RENAME/OWNER work.
Robert Haas
2014-04-14
1
-4
/
+5
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
1
-6
/
+13
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
1
-4
/
+149
*
docs: psql '--' comments are not passed to the server
Bruce Momjian
2014-04-10
1
-0
/
+6
*
docs: add link to pg_start_backup() from pg_basebackup --checkpoint
Bruce Momjian
2014-04-09
1
-1
/
+1
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
1
-4
/
+34
*
Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.
Tom Lane
2014-04-03
1
-4
/
+8
*
Fix typos in pg_basebackup documentation
Magnus Hagander
2014-03-25
1
-2
/
+2
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
1
-17
/
+26
*
Documentation for logical decoding.
Robert Haas
2014-03-18
4
-3
/
+346
*
Fix help message and document in pg_receivexlog.
Fujii Masao
2014-03-18
1
-1
/
+1
*
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-13
2
-19
/
+29
*
pg_ctl: improve handling of invalid data directory
Bruce Momjian
2014-03-08
1
-1
/
+2
*
docs: small adjustements to recent SELECT and pg_upgrade improvements
Bruce Momjian
2014-03-08
1
-2
/
+3
*
docs: improve TABLE command by showing supported clauses
Bruce Momjian
2014-03-07
1
-3
/
+8
*
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
1
-1
/
+18
*
pg_dump et al: Add --if-exists option
Alvaro Herrera
2014-03-03
3
-2
/
+37
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
1
-0
/
+21
*
docs: remove unnecessary references to old PG versions
Bruce Momjian
2014-02-24
5
-55
/
+5
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
183
-809
/
+809
*
pg_basebackup: Add support for relocating tablespaces
Peter Eisentraut
2014-02-22
1
-3
/
+43
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
1
-5
/
+7
*
Suggest shell here-documents instead of psql -c for multiple commands.
Tom Lane
2014-02-14
1
-3
/
+17
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
1
-1
/
+38
*
docs: improve CREATE FUNCTION docs about language case and quoting
Bruce Momjian
2014-02-13
1
-3
/
+3
*
Fix typos in docs and comments.
Fujii Masao
2014-02-02
1
-1
/
+1
*
Introduce replication slots.
Robert Haas
2014-01-31
1
-0
/
+18
*
docs: specify FOR UPDATE/SHARE incompatibilities
Bruce Momjian
2014-01-31
1
-0
/
+24
*
docs: add mention of index swapping
Bruce Momjian
2014-01-30
1
-1
/
+1
*
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
1
-5
/
+12
*
docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS
Bruce Momjian
2014-01-25
1
-1
/
+4
[next]