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
/
src
/
backend
Age
Commit message (
Expand
)
Author
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-15
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-13
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-12
Fix old bug in get_loop_count().
Tom Lane
2015-03-12
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-10
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-08
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-08
Fix erroneous error message for REINDEX SYSTEM.
Tom Lane
2015-03-07
Remove rolcatupdate
Peter Eisentraut
2015-03-05
Fix user mapping object description
Alvaro Herrera
2015-03-05
Silence warning in non-assert-enabled build
Alvaro Herrera
2015-03-05
Fix typo in comment.
Fujii Masao
2015-03-05
Avoid unused-variable warning in non-assert builds.
Tom Lane
2015-03-04
Fix cost estimation for indexscans on expensive indexed expressions.
Tom Lane
2015-03-04
Fix an obsolete reference to SnapshotNow in comment.
Fujii Masao
2015-03-04
Fix long-obsolete code for separating filter conditions in cost_index().
Tom Lane
2015-03-03
Remove residual NULL-pstate handling in addRangeTableEntry.
Robert Haas
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
Add comment for "is_internal" parameter
Alvaro Herrera
2015-03-01
Fix targetRelation initializiation in prepsecurity
Stephen Frost
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
Add transform functions for AT TIME ZONE.
Noah Misch
2015-02-28
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
Improve mmgr README.
Tom Lane
2015-02-27
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
Make CREATE OR REPLACE VIEW internally more consistent
Alvaro Herrera
2015-02-27
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-27
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-27
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
[next]