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
/
sgml
Age
Commit message (
Expand
)
Author
2012-02-08
Add opensp as a requirement for building the docs on Debian --- tested
Bruce Momjian
2012-02-07
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
createuser: Disable prompting by default
Peter Eisentraut
2012-02-05
Allow SQL-language functions to reference parameters by name.
Tom Lane
2012-02-04
Remove tabs in SGML file.
Bruce Momjian
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-02-01
initdb: Add options --auth-local and --auth-host
Peter Eisentraut
2012-02-01
Implement dry-run mode for pg_archivecleanup
Alvaro Herrera
2012-01-31
Built-in JSON data type.
Robert Haas
2012-01-30
Add sequence USAGE privileges to information schema
Peter Eisentraut
2012-01-30
PL/Python: Add result metadata functions
Peter Eisentraut
2012-01-29
Add caution about multiple unique indexes breaking plpgsql upsert example.
Tom Lane
2012-01-29
Update statement about sorting of character-string data.
Tom Lane
2012-01-28
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
Document that COUNT(*) might not need a seq scan any more.
Robert Haas
2012-01-27
Document that analyzing an empty table doesn't update the statistics.
Robert Haas
2012-01-27
Fix copy-paste error in docs.
Heikki Linnakangas
2012-01-27
Fix wording, per Peter Geoghegan
Magnus Hagander
2012-01-27
Mention in the docs that bgwriter now sleeps longer when it has no work to do.
Heikki Linnakangas
2012-01-26
Fix sentence in docs: checkpoints are not done by bgwriter anymore.
Heikki Linnakangas
2012-01-26
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-23
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-22
Typo fix
Magnus Hagander
2012-01-20
Get rid of itemizedlist inside table
Magnus Hagander
2012-01-20
Further doc cleanups from the pg_stat_activity changes
Magnus Hagander
2012-01-20
Triggered change notifications.
Robert Haas
2012-01-20
Clarify that bgwriter no longer handles checkpoints.
Robert Haas
2012-01-19
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
Make pg_relation_size() and friends return NULL if the object doesn't exist.
Heikki Linnakangas
2012-01-18
PL/Python: Update example
Peter Eisentraut
2012-01-16
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-15
Allow a user to kill his own queries using pg_cancel_backend()
Magnus Hagander
2012-01-14
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-10
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-09
Add compatibility note about grant options on GRANT reference page
Peter Eisentraut
2012-01-07
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-06
Fix typo, pg_types_date.h => pgtypes_date.h.
Tom Lane
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-03
Support for building with MS Visual Studio 2010.
Andrew Dunstan
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-26
Minor enhancements to MVCC chapter
Alvaro Herrera
2011-12-25
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-23
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-22
Typo fixes.
Robert Haas
[next]