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-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-13
Remove useless assertion.
Robert Haas
2015-05-12
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT
Stephen Frost
2015-05-11
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
Increase threshold for multixact member emergency autovac to 50%.
Robert Haas
2015-05-11
Even when autovacuum=off, force it for members as we do in other cases.
Robert Haas
2015-05-11
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-11
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
Add missing "static" marker.
Tom Lane
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
Improve ParseConfigFp comment wrt head/tail
Stephen Frost
2015-05-08
Change default for include_realm to 1
Stephen Frost
2015-05-08
Modify pg_stat_get_activity to build a tuplestore
Stephen Frost
2015-05-08
Add pg_file_settings view and function
Stephen Frost
2015-05-08
Fix two problems in infer_arbiter_indexes().
Andres Freund
2015-05-08
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
Fix whitespace
Peter Eisentraut
2015-05-08
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
Remove reference to src/tools/backend/index.html
Stephen Frost
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-07
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-07
Fix indentation that could mask a future bug
Magnus Hagander
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-05
Fix typos
Peter Eisentraut
2015-05-04
Use outerPlanState macro instead of referring to leffttree.
Robert Haas
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas
2015-05-04
Fix two small bugs in json's populate_record_worker
Andrew Dunstan
2015-05-04
Second try at fixing warnings caused by commit 9b43d73b3f9bef27.
Tom Lane
2015-05-03
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-02
Rename coerce_type() local variable.
Noah Misch
2015-05-01
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-05-01
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
Copy editing of the replication origins patch.
Andres Freund
[next]