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
/
commands
Age
Commit message (
Expand
)
Author
2016-06-03
Fix comment to be more accurate.
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-05-27
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-05-24
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2016-05-06
Remove various special checks around default roles
Stephen Frost
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-16
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-14
Fix broken dependency-mongering for index operator classes/families.
Tom Lane
2016-04-14
Disallow SET SESSION AUTHORIZATION pg_*
Stephen Frost
2016-04-10
Fix possible NULL dereference in ExecAlterObjectDependsStmt
Alvaro Herrera
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Replace printf format %i by %d
Peter Eisentraut
2016-04-08
Fix multiple bugs in tablespace symlink removal.
Tom Lane
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-04
Add a few comments about ANALYZE's strategy for collecting MCVs.
Tom Lane
2016-04-04
Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.
Tom Lane
2016-04-01
Omit null rows when setting the threshold for what's a most-common value.
Tom Lane
2016-04-01
Omit null rows when applying the Haas-Stokes estimator for ndistinct.
Tom Lane
2016-04-01
Type names should not be quoted
Alvaro Herrera
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-28
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-25
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
Tom Lane
2016-03-24
Suppress compiler warning for get_am_type_string().
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
Change comment to describe correct lock level used
Simon Riggs
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-17
Remove useless double calls of make_parsestate().
Tom Lane
2016-03-16
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-10
Don't vacuum all-frozen pages.
Robert Haas
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-09
Re-pgindent vacuumlazy.c.
Robert Haas
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-03-08
Fix parallel query on standby servers.
Robert Haas
2016-03-08
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-26
On second thought, disable parallelism for prepared statements.
Robert Haas
[next]