index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-25
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-25
PL/pgSQL docs: recommend format() for query construction
Bruce Momjian
2015-03-25
docs: clarify when MVCC snapshot is taken
Bruce Momjian
2015-03-24
doc: update NUMERIC to state that only some ops are exact
Bruce Momjian
2015-03-23
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-20
docs: clarify the use of shell types
Bruce Momjian
2015-03-20
doc: add comma for clarity
Bruce Momjian
2015-03-20
docs: mention the optimizer can increase the index usage count
Bruce Momjian
2015-03-19
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-19
doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail
Bruce Momjian
2015-03-18
pg_upgrade: document use of rsync for slave upgrades
Bruce Momjian
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-03-17
Remove docs missed in 51c11a7025.
Andres Freund
2015-03-15
Add missing documentation for PGC_SU_BACKEND in description of pg_settings.
Tom Lane
2015-03-15
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-14
doc: Remove link to outdated dtrace project on pgfoundry
Peter Eisentraut
2015-03-13
Document the new custom scan APIs.
Robert Haas
2015-03-12
Improve documentation of bt_page_items().
Tom Lane
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-10
Fix stray sentence fragment in shared_preload_libraries documentation
Alvaro Herrera
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-08
Fix documentation for libpq's PQfn().
Tom Lane
2015-03-07
Remove rolcatupdate
Peter Eisentraut
2015-03-04
Use standard casting mechanism to convert types in plpgsql, when possible.
Tom Lane
2015-03-03
Fix busted markup.
Tom Lane
2015-03-02
pgbench: Add a real expression syntax to \set
Robert Haas
2015-03-02
Fix pg_dump handling of extension config tables
Stephen Frost
2015-02-27
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-26
Add note about how to make the SRF detoasted arguments live accross calls.
Fujii Masao
2015-02-24
Fix recovery_command -> restore_command typo in 8.3 release notes.
Heikki Linnakangas
2015-02-23
Fix invalid DocBook XML
Peter Eisentraut
2015-02-23
Support more commands in event triggers
Alvaro Herrera
2015-02-23
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-21
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-21
Don't need to explain [1] kluge anymore in xfunc.sgml.
Tom Lane
2015-02-20
Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.
Tom Lane
2015-02-19
Update assorted TOAST-related documentation.
Tom Lane
2015-02-17
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-16
Correct the path of pg_lzcompress.c in doc.
Fujii Masao
2015-02-15
Minor housekeeping on JSON docs.
Andrew Dunstan
2015-02-12
Fix typo in logicaldecoding.sgml.
Andres Freund
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
[next]