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
/
src
Age
Commit message (
Expand
)
Author
2010-02-19
Document --version and --help options for all client applications (they
Bruce Momjian
2010-02-19
First pass over client applications documentation proofreading.
Bruce Momjian
2010-02-19
Remove mention that binary distributions pre-compile the tutorial files.
Bruce Momjian
2010-02-19
Preliminary release notes for 9.0alpha4
Peter Eisentraut
2010-02-19
Hot Standby documentation updates
Bruce Momjian
2010-02-18
Add missing close tag.
Bruce Momjian
2010-02-18
Wordsmithing of HS and SR documentation, with some wording improvements
Bruce Momjian
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
Tweak description of payload parameter.
Tom Lane
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
Move log_error_verbosity GUC setting to "What to log" section, and
Bruce Momjian
2010-02-16
Honor to_char() "FM" specification in YYY, YY, and Y; it was already
Bruce Momjian
2010-02-16
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
2010-02-16
Clarify documentation on the behavior of unnamed bind queries.
Bruce Momjian
2010-02-16
Fix synopsis of DO statement.
Itagaki Takahiro
2010-02-15
Add psql tab completion for DO blocks.
Itagaki Takahiro
2010-02-14
Ooops, let's get the non-null vs null bit right ...
Tom Lane
2010-02-14
Document the behavior of STRICT VARIADIC functions.
Tom Lane
2010-02-13
Remove tabs from sgml.
Bruce Momjian
2010-02-12
Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...
Andrew Dunstan
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
Update Hot Standby documentation to reflect the change in the LOG
Heikki Linnakangas
2010-02-12
Clean up Streaming Replication documentation a little bit. A lot more
Heikki Linnakangas
2010-02-09
Move "Warm Standby Servers for High Availability" and "Hot Standby"
Heikki Linnakangas
2010-02-08
Create an official API function for C functions to use to check if they are
Tom Lane
2010-02-08
Update high availability/replication documentation chart for new hot
Bruce Momjian
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-05
Mention warm and now "hot" standby servers in the high availability docs.
Bruce Momjian
2010-02-05
Document that archive_timeout will force new WAL files even if a single
Bruce Momjian
2010-02-05
Previous commit was: Properly document that OVER and WINDOW are Postgres res...
Bruce Momjian
2010-02-05
Previous commit was to have tab checking as part of gmake check.
Bruce Momjian
2010-02-05
*** empty log message ***
Bruce Momjian
2010-02-05
Improve PL/Perl documentation of database access functions.
Bruce Momjian
2010-02-05
Add SGML 'check-tabs' Makefile rule to check for tabs.
Bruce Momjian
2010-02-05
Modify recently added PQconnectdbParams() with new argument, expand_dbname.
Joe Conway
2010-02-04
Three out of four of us like this phrasing better.
Tom Lane
2010-02-03
Mention "unquoted" identifiers are case-insensitive.
Bruce Momjian
2010-02-03
Proofreading improvements for the Administration documentation book.
Bruce Momjian
2010-02-03
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-02
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
Magnus Hagander
2010-02-01
Remove tabs in sgml.
Bruce Momjian
2010-02-01
Minor documentation improvements for new string_agg aggregate.
Robert Haas
2010-02-01
Revoke augmentation of WAL records for btree delete, per discussion.
Simon Riggs
2010-02-01
Add string_agg aggregate functions. The one argument version concatenates
Itagaki Takahiro
2010-01-30
Add plperl.on_perl_init setting to provide for initializing the perl library ...
Andrew Dunstan
2010-01-29
Augment WAL records for btree delete with GetOldestXmin() to reduce
Simon Riggs
2010-01-29
Allow psql variables to be interpolated with literal or identifier escaping.
Robert Haas
2010-01-28
Add new make targets "world", "install-world" and "installcheck-world" to bui...
Andrew Dunstan
2010-01-28
Type table feature
Peter Eisentraut
[next]