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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-09-07
1
-0
/
+5
*
Update site address of Snowball project
Teodor Sigaev
2015-09-07
1
-1
/
+1
*
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-06
1
-1
/
+12
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
2
-0
/
+55
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
3
-5
/
+5
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
1
-0
/
+5
*
Document that PL/Python now returns floats using repr() not str().
Tom Lane
2015-09-01
1
-10
/
+14
*
pg_upgrade docs: clarify rsync and move verification step
Bruce Momjian
2015-09-01
1
-15
/
+18
*
Use <substeps> in pg_upgrade's procedure
Alvaro Herrera
2015-09-01
1
-2
/
+2
*
docs: remove outdated note about unique indexes
Bruce Momjian
2015-08-31
1
-5
/
+1
*
Small grammar fix
Magnus Hagander
2015-08-31
1
-4
/
+4
*
dblink docs: fix typo to use "connname" (3 n's), not "conname"
Bruce Momjian
2015-08-27
1
-13
/
+13
*
release notes: abbreviated key speedup only for varchar/text
Bruce Momjian
2015-08-26
1
-2
/
+3
*
9.5 release notes: mention lack of char() sort improvements
Bruce Momjian
2015-08-26
1
-1
/
+2
*
Docs: be explicit about datatype matching for lead/lag functions.
Tom Lane
2015-08-25
1
-6
/
+10
*
doc: Whitespace and formatting fixes
Peter Eisentraut
2015-08-20
9
-43
/
+45
*
Remove xpath namespace-handling change from 9.5 release notes.
Tom Lane
2015-08-20
1
-17
/
+0
*
docs: Fix "typo" introduced in 3f811c2d.
Andres Freund
2015-08-17
1
-1
/
+1
*
Add docs about postgres_fdw's setting of search_path and other GUCs.
Tom Lane
2015-08-15
1
-0
/
+35
*
Improve documentation about MVCC-unsafe utility commands.
Tom Lane
2015-08-15
3
-38
/
+52
*
Update key words table for 9.5
Peter Eisentraut
2015-08-14
1
-22
/
+29
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
1
-0
/
+4
*
Fix broken markup, and copy-edit a bit.
Tom Lane
2015-08-11
1
-9
/
+10
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
1
-2
/
+6
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
3
-7
/
+18
*
Don't start to stream after pg_receivexlog --create-slot.
Andres Freund
2015-08-10
1
-1
/
+1
*
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-09
1
-6
/
+0
*
Fix typo in LDAP example
Magnus Hagander
2015-08-09
1
-1
/
+1
*
docs: fix typo in rules.sgml
Bruce Momjian
2015-08-08
1
-1
/
+1
*
9.5 release notes: add increase buffer mapping partitions item
Bruce Momjian
2015-08-08
1
-0
/
+14
*
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
3
-6
/
+7
*
9.5 release notes: updates from Andres Freund and Jeff Janes
Bruce Momjian
2015-08-06
1
-14
/
+6
*
9.5 release notes: mention ON CONFLICT DO NOTHING for FDWs
Bruce Momjian
2015-08-06
1
-0
/
+18
*
9.5 release notes: mention change to CRC-32C
Bruce Momjian
2015-08-06
1
-1
/
+1
*
9.5 release notes: adjustments suggested by Andres Freund
Bruce Momjian
2015-08-06
1
-20
/
+20
*
9.5 release notes: add non-LEAKPROOF view pushdown mention
Bruce Momjian
2015-08-06
1
-0
/
+11
*
docs: HTML-escape '>' in '=>' using HTML entities
Bruce Momjian
2015-08-05
10
-34
/
+34
*
Docs: add an explicit example about controlling overall greediness of REs.
Tom Lane
2015-08-04
1
-1
/
+28
*
Update 9.5 release notes through today.
Tom Lane
2015-08-03
1
-7
/
+48
*
Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.
Joe Conway
2015-07-30
1
-3
/
+12
*
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
1
-3
/
+5
*
Flesh out the background worker documentation.
Robert Haas
2015-07-29
1
-26
/
+72
*
Make TAP tests work on Windows.
Heikki Linnakangas
2015-07-29
1
-0
/
+24
*
Document how to build the docs using the website style.
Robert Haas
2015-07-29
1
-0
/
+9
*
pg_basebackup: Add --slot option
Peter Eisentraut
2015-07-28
1
-3
/
+24
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
1
-0
/
+10
*
Update our documentation concerning where to create data directories.
Tom Lane
2015-07-28
1
-22
/
+57
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
1
-0
/
+16
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
1
-29
/
+0
*
Improve markup for row_security.
Joe Conway
2015-07-25
1
-10
/
+12
[next]