index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2016-12-21
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
Convert elog() to ereport() and do some wordsmithing.
Robert Haas
2016-12-21
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
Refactor merge path generation code.
Robert Haas
2016-12-21
Reorder pg_sequence columns to avoid alignment issue
Peter Eisentraut
2016-12-21
Fix minor oversights in nodeAgg.c.
Tom Lane
2016-12-20
Fix minor error message style violation.
Tom Lane
2016-12-20
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
Robert Haas
2016-12-19
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-19
Fix handling of phrase operator removal while removing tsquery stopwords.
Tom Lane
2016-12-19
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-12-17
Fix FK-based join selectivity estimation for semi/antijoins.
Tom Lane
2016-12-17
Fix typos in comments
Magnus Hagander
2016-12-16
Fix outdated comment in lwlock.c
Robert Haas
2016-12-16
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-16
Improve documentation around TS_execute().
Tom Lane
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-12-16
Fix more hash index bugs around marking buffers dirty.
Robert Haas
2016-12-16
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
Fix off-by-one in memory allocation for quote_literal_cstr().
Heikki Linnakangas
2016-12-13
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-12-13
Fix bug in hashbulkdelete.
Robert Haas
2016-12-13
Fix bugs in RelationGetPartitionDispatchInfo.
Robert Haas
2016-12-13
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-12
Remove should_free arguments to tuplesort routines.
Robert Haas
2016-12-12
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
Fix creative, but unportable, spelling of "ptr != NULL".
Tom Lane
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-12
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-11
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-09
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-08
Fix thinko in safeguard for negative availMem.
Heikki Linnakangas
2016-12-08
Fix bogus comment.
Robert Haas
2016-12-08
Silence compiler warning.
Robert Haas
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-08
Fix accounting of memory needed for merge heap.
Heikki Linnakangas
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-07
Fix query cancellation.
Heikki Linnakangas
2016-12-07
Fix whitespace.
Heikki Linnakangas
[next]