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
Age
Commit message (
Expand
)
Author
2013-03-15
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-03-14
Avoid inserting no-op Limit plan nodes.
Tom Lane
2013-03-14
Revert unnecessary change in MV call to checkRuleResultList().
Kevin Grittner
2013-03-14
Add regression test for MV join to view.
Kevin Grittner
2013-03-14
Also update psqlscan.l with the UESCAPE error rule changes.
Heikki Linnakangas
2013-03-14
Minor fixes for hstore_to_json_loose().
Tom Lane
2013-03-14
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-14
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-14
Add regression tests for XML mapping of domains
Peter Eisentraut
2013-03-14
Fix bug in dumping prior releases due to MV REFRESH dependency checking.
Kevin Grittner
2013-03-13
Introduce less-bogus handling of collations in contrib/postgres_fdw.
Tom Lane
2013-03-12
Fix documentation oversight.
Tom Lane
2013-03-12
Fix contrib/postgres_fdw's handling of column defaults.
Tom Lane
2013-03-12
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
Fix orthotypographical mistake
Alvaro Herrera
2013-03-12
Avoid row-processing-order dependency in postgres_fdw regression test.
Tom Lane
2013-03-12
Fix postgres_fdw's issues with inconsistent interpretation of data values.
Tom Lane
2013-03-11
Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.
Tom Lane
2013-03-11
Fix thinko in matview patch.
Tom Lane
2013-03-10
JSON generation improvements.
Andrew Dunstan
2013-03-10
doc: Add note about checkpoint_warning vs checkpoint_timeout
Peter Eisentraut
2013-03-10
pg_ctl: Adjust nls.mk for split out of wait_error.c
Peter Eisentraut
2013-03-10
pg_basebackup: Add missing newlines to several error messages
Peter Eisentraut
2013-03-10
Band-aid for regression test expected-results problem with timestamptz.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-10
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-03-08
Forgot catversion bump in the SP-GiST adjacent support patch.
Heikki Linnakangas
2013-03-08
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-08
Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.
Heikki Linnakangas
2013-03-07
Fix typo in docs for ALTER MATERIALIZED VIEW.
Kevin Grittner
2013-03-07
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-03-07
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-07
Add fe_memutils.c to nls.mk where used
Peter Eisentraut
2013-03-07
Code beautification for object-access hook machinery.
Robert Haas
2013-03-07
Adjust nls.mk for split out of wait_error.c
Peter Eisentraut
2013-03-06
Fix missing #include in commands/matview.h.
Tom Lane
2013-03-06
WAL-log the extension of a new empty MV heap which is being populated.
Kevin Grittner
2013-03-06
Add docs for pg_matviews, which were missed in the initial MV commit.
Kevin Grittner
2013-03-06
Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.
Kevin Grittner
2013-03-06
Fix message typo.
Andrew Dunstan
2013-03-06
pg_ctl: Add comma to message
Peter Eisentraut
2013-03-06
Remove dependency on the DLL of pythonxx.def file.
Andrew Dunstan
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
Bump catversion because of new function in the materialized view patch.
Kevin Grittner
2013-03-04
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
psql: Let \l accept a pattern
Peter Eisentraut
2013-03-04
Remove accidentally-committed .orig file.
Kevin Grittner
2013-03-04
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
[next]