index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2016-02-01
test_group_deadlocks module from Amit
Robert Haas
2016-02-01
Fix typos in comments
Magnus Hagander
2016-01-30
postgres_fdw: More preliminary refactoring for upcoming join pushdown.
Robert Haas
2016-01-29
Fix incorrect pattern-match processing in psql's \det command.
Tom Lane
2016-01-28
postgres_fdw: Refactor deparsing code for locking clauses.
Robert Haas
2016-01-28
Add missing quotation mark.
Robert Haas
2016-01-28
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-20
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-12
Use LOAD not actual code execution to pull in plpython library.
Tom Lane
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2016-01-02
Update copyright for 2016
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-31
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
Tom Lane
2015-12-28
Code and docs review for cube kNN support.
Tom Lane
2015-12-28
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-27
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Alvaro Herrera
2015-12-25
Improve the gin index scan performance in pg_trgm.
Teodor Sigaev
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-19
Fix whitespace
Peter Eisentraut
2015-12-18
Cube extension kNN support
Teodor Sigaev
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-11-25
Add forgotten file in commit d6061f83a166b015657fda8623c704fcb86930e9
Teodor Sigaev
2015-11-25
Improve pageinspect module
Teodor Sigaev
2015-11-19
Dodge a macro-name conflict with Perl.
Tom Lane
2015-11-18
Make a comment more precise.
Robert Haas
2015-11-04
Add regression tests for remote execution of extension operators/functions.
Tom Lane
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
postgres_fdw: Add ORDER BY to some remote SQL queries.
Robert Haas
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-12
Avoid scan-build warning about uninitialized htonl() arguments.
Noah Misch
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
pgcrypto: Detect and report too-short crypt() salts.
Noah Misch
2015-10-04
Improve contrib/pg_stat_statements' handling of garbage collection failure.
Tom Lane
2015-10-03
Add missed CREATE EXTENSION ... CASCADE regression test adjustment.
Andres Freund
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-09-24
Improve handling of collations in contrib/postgres_fdw.
Tom Lane
2015-09-22
test_decoding: Protect against rare spurious test failures.
Andres Freund
2015-09-08
Fix error message wording in previous sslinfo commit
Alvaro Herrera
2015-09-08
contrib/sslinfo: add ssl_extension_info SRF
Alvaro Herrera
2015-09-07
Add more sanity checks in contrib/sslinfo
Alvaro Herrera
2015-09-06
Adjust sepgsql regression output for recent error context change
Joe Conway
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Make unaccent handle all diacritics known to Unicode, and expand ligatures co...
Teodor Sigaev
2015-08-30
Fix sepgsql regression tests.
Joe Conway
[next]